diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-07-02 07:03:16 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-07-02 07:03:16 +0000 |
commit | 4ce0732d9ec09aa72dad9b4ab346ec335666ea59 (patch) | |
tree | 24fe45aada5a8828914c58ec82e530cbd0990e86 /sys | |
parent | 4d7d1a3de0eea9bf7608b9dd2f941418bf732145 (diff) |
add nge and nsgphy
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c24acff6d36..28403f7a123 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.269 2001/06/29 06:12:03 niklas Exp $ +# $OpenBSD: GENERIC,v 1.270 2001/07/02 07:03:15 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -326,6 +326,7 @@ skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above 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 # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS @@ -355,6 +356,7 @@ bmtphy* at mii? phy ? # Broadcom 10/100 PHYs brgphy* at mii? phy ? # Broadcom Gigabit PHYs eephy* at mii? phy ? # Marvell 88E1000 series PHY xmphy* at mii? phy ? # XaQti XMAC-II PHYs +nsgphy* at mii? phy ? # NS gigabit PHYs ukphy* at mii? phy ? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System |