diff options
author | marcel <marcel@FreeBSD.org> | 2007-04-01 06:24:19 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2007-04-01 06:24:19 +0000 |
commit | 32bc24cb160ef8ae709cb802556ffad5ece412bb (patch) | |
tree | 7c64517782e447c94f1b8c9d462d46b6b092b0ef /sys/powerpc | |
parent | b8a1b7a9316398564682722951f5250ebc11240b (diff) | |
download | FreeBSD-src-32bc24cb160ef8ae709cb802556ffad5ece412bb.zip FreeBSD-src-32bc24cb160ef8ae709cb802556ffad5ece412bb.tar.gz |
Add bge(4).
Fix a white-space nit while I'm here.
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index a495341..0b8f79c 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -98,9 +98,10 @@ device uart # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support +device bge # Broadcom BCM570xx Gigabit Ethernet device gem # Sun GEM/Sun ERI/Apple GMAC -device dc # DEC/Intel 21143 and various workalikes -device fxp # Intel EtherExpress PRO/100B (82557, 82558) +device dc # DEC/Intel 21143 and various workalikes +device fxp # Intel EtherExpress PRO/100B (82557, 82558) # Pseudo devices. device loop # Network loopback |