diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-12-14 21:58:11 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-12-14 21:58:11 +0000 |
commit | fc77a9726fc0b692bc240dd791c6d39df8f01157 (patch) | |
tree | 64d6c6e6fcf0933a63894798fc91b153ee22b7ff /sys/arch | |
parent | 2cdc64b8883b6477128ec81c57f6c52ff01f303e (diff) |
Add commented entries for nfe.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 6641d8e2664..1f02dca2d29 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.91 2005/12/12 20:39:32 miod Exp $ +# $OpenBSD: GENERIC,v 1.92 2005/12/14 21:58:10 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -303,6 +303,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 # 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 3be94123a60..f23d87e9fe1 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.445 2005/12/14 04:18:37 marco Exp $ +# $OpenBSD: GENERIC,v 1.446 2005/12/14 21:58:10 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -443,6 +443,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 musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards |