Add "sk" driver for SysKonnect/Marvell GigE cards.

This commit is contained in:
tls 2003-12-17 09:18:45 +00:00
parent 0c041019a4
commit c58ee50077
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.586 2003/12/14 09:54:01 dyoung Exp $ # $NetBSD: GENERIC,v 1.587 2003/12/17 09:18:45 tls Exp $
# #
# GENERIC machine description file # GENERIC machine description file
# #
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.586 $" #ident "GENERIC-$Revision: 1.587 $"
maxusers 32 # estimated number of users maxusers 32 # estimated number of users
@ -711,8 +711,8 @@ pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
rtk* at pci? dev ? function ? # Realtek 8129/8139 rtk* at pci? dev ? function ? # Realtek 8129/8139
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
#skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
#sk* at skc? # SysKonnect SK9821 Gigabit Ethernet sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
ste* at pci? dev ? function ? # Sundance ST-201 Ethernet ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.236 2003/12/14 09:54:01 dyoung Exp $ # $NetBSD: INSTALL,v 1.237 2003/12/17 09:18:45 tls Exp $
# #
# INSTALL - Installation kernel. # INSTALL - Installation kernel.
# #
@ -508,6 +508,8 @@ pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
rtk* at pci? dev ? function ? # Realtek 8129/8139 rtk* at pci? dev ? function ? # Realtek 8129/8139
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
ste* at pci? dev ? function ? # Sundance ST-201 Ethernet ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet