diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-06-06 04:50:58 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-06-06 04:50:58 +0000 |
commit | 7d75405f5222c74b951d883393216120d3f20176 (patch) | |
tree | 9e4e13ecb75cf6b9e80c3ae4e56bba176c01f722 /sys/arch/i386 | |
parent | 767ea8c2d123eeec7c1aca1b9f9e3269698814b5 (diff) |
remove Realtek 8139C+ from re(4) line comment
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5ca7b4a067e..7e6a393b230 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.369 2004/06/05 22:29:19 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.370 2004/06/06 04:50:57 pvalchev Exp $ # # GENERIC -- everything that's currently supported # @@ -407,7 +407,7 @@ em* at pci? dev ? function ? # Intel Pro/1000 ethernet txp* at pci? dev ? function ? # 3com 3CR990 nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) -re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S +re* at pci? dev ? function ? # Realtek 8169/8169S/8110S stge* at pci? dev ? function ? # Sundance TC9021 GigE #lge* at pci? dev ? function ? # Level1 LXT1001 GigE hme* at pci? dev ? function ? # Sun Happy Meal diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index f54ce9d2ff6..830c763eabc 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.74 2004/06/05 22:29:19 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.75 2004/06/06 04:50:57 pvalchev Exp $ machine i386 # architecture, used by config; REQUIRED @@ -308,7 +308,7 @@ sk* at skc? # each port of above em* at pci? dev ? function ? # Intel Pro/1000 ethernet txp* at pci? dev ? function ? # 3com 3CR990 nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE -re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S +re* at pci? dev ? function ? # Realtek 8169/8169S/8110S stge* at pci? dev ? function ? # Sundance TC9021 GigE bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) #lge* at pci? dev ? function ? # Level1 LXT1001 GigE |