diff options
author | davidch <davidch@FreeBSD.org> | 2011-03-14 22:42:41 +0000 |
---|---|---|
committer | davidch <davidch@FreeBSD.org> | 2011-03-14 22:42:41 +0000 |
commit | 4cf0ebe1b2d91367d1a1ba4fc90558f26893a551 (patch) | |
tree | 93b125793a74340c54ffb12d2748f987da9d9bc1 /sys/i386 | |
parent | 36e15e1609c7110814c49d7ef7893cf4a66c719b (diff) | |
download | FreeBSD-src-4cf0ebe1b2d91367d1a1ba4fc90558f26893a551.zip FreeBSD-src-4cf0ebe1b2d91367d1a1ba4fc90558f26893a551.tar.gz |
- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
(BCM57710, BCM57711, BCM57711E)
MFC after: One month
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 2d91cca..b709f36 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -203,6 +203,7 @@ device ppi # Parallel port interface device #device puc # PCI Ethernet NICs. +device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 Gigabit Ethernet Family device igb # Intel PRO/1000 PCIE Server Gigabit Family |