diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2006-02-08 23:56:30 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2006-02-08 23:56:30 +0000 |
commit | da5d00d4cb92c6fab61470eafdb4dc5af22729d4 (patch) | |
tree | b5c1db72c03c91bd5309f45e6a7ad21ea58ecb6f /sys/arch/i386/conf/RAMDISKB | |
parent | f3cbb9559d2d2ec070d4d24faaa74c0d1533460a (diff) |
add nfe(4) to all ramdisks
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 6fe14264228..4b162f2f65a 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.84 2005/08/03 22:42:52 brad Exp $ +# $OpenBSD: RAMDISKB,v 1.85 2006/02/08 23:56:29 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -264,6 +264,7 @@ re* at pci? # Realtek 8169/8169S/8110S #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 wi* at pci? # WaveLAN IEEE 802.11DS |