diff options
author | Paul Saab <ps@FreeBSD.org> | 2006-04-10 20:04:22 +0000 |
---|---|---|
committer | Paul Saab <ps@FreeBSD.org> | 2006-04-10 20:04:22 +0000 |
commit | d8636a9ab749556811c52d47fc054f5f1c957a3e (patch) | |
tree | 689293e4460d44324affc45df608fd131110233b /sys/amd64 | |
parent | 6caf734fd926903303e5384ca06012c63350e5cc (diff) | |
download | src-d8636a9ab749556811c52d47fc054f5f1c957a3e.tar.gz src-d8636a9ab749556811c52d47fc054f5f1c957a3e.zip |
Hook bce up to the build
Notes
Notes:
svn path=/head/; revision=157643
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index b60edb971934..53fbedc43e9e 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -192,6 +192,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support +device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes |