diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-10-08 03:56:26 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-10-08 03:56:26 +0000 |
commit | 533a05b94ee699b82e97884d4ef1795e626bc97e (patch) | |
tree | b05fbd194890eb2e40a9d9d56e4bd3f54e632949 | |
parent | 8e1a243f25c61ef46b94779d6df8a3faf0e0726e (diff) |
add lge(4) commented
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 222e2373ecd..ad31eb79906 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.277 2001/10/06 21:52:01 miod Exp $ +# $OpenBSD: GENERIC,v 1.278 2001/10/08 03:56:25 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -336,6 +336,7 @@ wx* 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) +#lge* at pci? dev ? function ? # Level1 LXT1001 GigE #ax* at pci? dev ? function ? # ASIX ethernet #pn* at pci? dev ? function ? # Lite-On PNIC ethernet diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 17abf3e2608..f631d3e9031 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.49 2001/10/05 19:40:59 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.50 2001/10/08 03:56:25 nate Exp $ machine i386 # architecture, used by config; REQUIRED @@ -285,6 +285,7 @@ wx* 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) +#lge* at pci? dev ? function ? # Level1 LXT1001 GigE # Wireless network cards wi* at pcmcia? function ? # WaveLAN IEEE 802.11DS |