diff options
author | gallatin <gallatin@FreeBSD.org> | 2007-07-19 16:16:00 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2007-07-19 16:16:00 +0000 |
commit | 6c7e29b98e2f08fd5d7c418a92bcd85eed99d951 (patch) | |
tree | 561ff88641fa7c5f079548d8847609a88202dc8d /sys/conf/files | |
parent | 5088f3d698499e1b1b63fe063d2482b45daf5031 (diff) | |
download | FreeBSD-src-6c7e29b98e2f08fd5d7c418a92bcd85eed99d951.zip FreeBSD-src-6c7e29b98e2f08fd5d7c418a92bcd85eed99d951.tar.gz |
- Enable static building of mxge(4) and its firmware.
- Add custom .c wrappers for the firmware, rather than the standard
firmware(9) generated firmware objects to work around toolchain
problems on ia64 involving linking objects produced by
ld -b -binary into the kernel.
- Move from using Myricom's ".dat" firmware blobs to using Myricom's
zlib compressed ".h" firmware header files. This is done to
facilitate the custom wrappers, and saves a fair amount of wired
memory in the case where the firmware is built in, or preloaded.
- Fix two compile issues in mxge which only appear on non-i386/amd64.
Reviewed by: mlaier, mav (earlier version with just zlib support)
Glanced at by: sam
Approved by: re (kensmith)
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4538dbd..10ba3f2 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -812,6 +812,10 @@ dev/mpt/mpt_debug.c optional mpt dev/mpt/mpt_pci.c optional mpt pci dev/mpt/mpt_raid.c optional mpt dev/msk/if_msk.c optional msk +dev/mxge/if_mxge.c optional mxge pci +dev/mxge/mxge_lro.c optional mxge pci +dev/mxge/mxge_eth_z8e.c optional mxge pci +dev/mxge/mxge_ethp_z8e.c optional mxge pci dev/my/if_my.c optional my dev/ncv/ncr53c500.c optional ncv dev/ncv/ncr53c500_pccard.c optional ncv pccard @@ -1630,7 +1634,7 @@ net/rtsock.c standard net/slcompress.c optional netgraph_vjc | ppp | sl | sppp | \ netgraph_sppp net/zlib.c optional crypto | geom_uzip | ipsec | \ - ppp_deflate | netgraph_deflate + mxge | ppp_deflate | netgraph_deflate net80211/ieee80211.c optional wlan net80211/ieee80211_acl.c optional wlan_acl net80211/ieee80211_amrr.c optional wlan_amrr |