diff options
author | mux <mux@FreeBSD.org> | 2003-04-08 20:55:30 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2003-04-08 20:55:30 +0000 |
commit | 641a7abeaeff651137abc582c6199146cfbd0aa9 (patch) | |
tree | 42747338266dfef18f464af6c6e464c2aa125e87 /sys/sparc64/conf | |
parent | 7611c6c35178338b16bf2c21cdf3c6eb99ebe843 (diff) | |
download | FreeBSD-src-641a7abeaeff651137abc582c6199146cfbd0aa9.zip FreeBSD-src-641a7abeaeff651137abc582c6199146cfbd0aa9.tar.gz |
The fxp(4) driver is now working on sparc64 too!
Tested by: jake
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 52ef73d..87a6e42 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -150,7 +150,7 @@ device zs # Zilog 8530 based serial ports # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support #device dc # DEC/Intel 21143 and workalikes -#device fxp # Intel EtherExpress PRO/100B (82557, 82558) +device fxp # Intel EtherExpress PRO/100B (82557, 82558) device gem # Sun GEM/Sun ERI/Apple GMAC device hme # Sun HME (Happy Meal Ethernet) #device pcn # AMD Am79C97x PCI 10/100 NICs |