FreeNAS Code
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
File | Date | Author | Commit |
---|---|---|---|
3ware | 2009-03-21 | votdev | [r4471] Upgrade 3Ware serial ATA RAID controller driver... |
a100u2 | 2008-05-02 | votdev | [r3224] Fix bug in makefile. |
aac | 2008-10-15 | votdev | [r3905] - Upgrade Adaptec AACRAID 32/64-bit driver to v... |
ata | 2009-05-14 | votdev | [r4625] Add kernel patches to get ARTiGO A2000 hardware... |
iscsi | 2009-04-08 | votdev | [r4526] Upgrade iSCSI Initiator to 2.1.1 (http://www.cs... |
nkpt | 2009-04-18 | votdev | [r4550] Increase NKPT to get AMD64 running. Also increa... |
wol | 2009-05-07 | votdev | [r4596] Add WOL patch for nVidia(nfe(4)) and 3Com(xl(4)... |
Readme | 2008-02-24 | votdev | [r2835] Complete review and typo fixes in sourcecode. T... |
Kernel build howto: - Patches should be applied only once. Multiple times will fail (e.g. when using patch command in Makefile). You can create a backup from the kernel source to revert them quickly. # cp -r /usr/src /usr/src.orig or # cd /usr # tar cvfz src.tar.gz ./src - If patches have been updated, the kernel sources (/usr/src) have to be resfreshed (e.g. via cvsup). After that apply all patches again.