diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-02-05 09:20:59 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-02-05 09:20:59 +0000 |
commit | 32c9bc94982b22993f77355fd9aae6406614cddb (patch) | |
tree | b17de152f1ad7186974aed1e19dd5721f3804dd4 /sys/arch/amd64/conf | |
parent | 220e3d4ae32675950e930cc108d308328113c537 (diff) |
enable nfe(4) now that the driver somewhat works.
tested by jsg@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 36000bc5204..9aac8230f59 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.108 2006/02/04 11:53:48 damien Exp $ +# $OpenBSD: GENERIC,v 1.109 2006/02/05 09:20:53 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -329,7 +329,7 @@ stge* at pci? # Sundance TC9021 GigE #lge* at pci? # Level1 LXT1001 GigE hme* at pci? # Sun Happy Meal vge* at pci? # VIA VT612x -#nfe* at pci? # NVIDIA nForce Ethernet +nfe* at pci? # NVIDIA nForce Ethernet # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |