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 | |
parent | 220e3d4ae32675950e930cc108d308328113c537 (diff) |
enable nfe(4) now that the driver somewhat works.
tested by jsg@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 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) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7dc89236482..8a18f0f86cf 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.467 2006/02/04 11:53:50 damien Exp $ +# $OpenBSD: GENERIC,v 1.468 2006/02/05 09:20:58 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -470,7 +470,7 @@ lge* at pci? # Level1 LXT1001 GigE hme* at pci? # Sun Happy Meal bce* at pci? # Broadcom BCM4401 vge* at pci? # VIA VT612x -#nfe* at pci? # NVIDIA nForce Ethernet +nfe* at pci? # NVIDIA nForce Ethernet musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards |