diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-10-01 03:19:13 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-10-01 03:19:13 +0000 |
commit | 65dcaada55ff4b4535f9a4c8b4217c1b6cf2786a (patch) | |
tree | ab3bd4906edccbc916c8e9b53d851701309ef70c /sys | |
parent | f4cb51090d068b39310c26180073392f63ff593b (diff) |
add skc and sk
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 ea1d7bece2e..90c113cd5d7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.131 1999/09/26 17:53:12 jason Exp $ +# $OpenBSD: GENERIC,v 1.132 1999/10/01 03:19:12 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -234,6 +234,8 @@ pn* at pci? dev ? function ? # Lite-On PNIC ethernet wb* at pci? dev ? function ? # Winbond W89C840F ethernet ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet ax* at pci? dev ? function ? # ASIX AX88140A ethernet +skc* at pci? dev ? function ? # SysKonnect GEnesis 984x +sk* at skc? # each port of above # Media Independent Interface (mii) drivers exphy* at mii? phy ? # 3Com internal PHYs |