diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2006-02-10 04:10:01 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2006-02-10 04:10:01 +0000 |
commit | 4f47e6da100680ee216e99c396b5c7467b18490c (patch) | |
tree | 9511b418657b7849b59ee441631db82f3c8eedfd /sys/arch/amd64/conf | |
parent | c7a0b319cb39c2f3ec9510fb2b2e50313b378628 (diff) |
add nfe
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 1cde4e4c150..72a1e3cce8d 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.29 2006/02/08 23:57:37 pvalchev Exp $ +# $OpenBSD: RAMDISK,v 1.30 2006/02/10 04:10:00 pvalchev Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -216,6 +216,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3) #lge* at pci? # Level1 LXT1001 GigE #mtd* at pci? # Myson MTD803 vge* at pci? # VIA VT612x +nfe* at pci? # NVIDIA nForce Ethernet # Wireless network cards #wi* at pci? # WaveLAN IEEE 802.11DS |