Add sk(4) now that it works.
This commit is contained in:
parent
2314dce488
commit
0bfc315592
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.232 2006/08/14 06:22:34 skrll Exp $
|
||||
# $NetBSD: GENERIC,v 1.233 2006/08/22 06:49:55 riz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.232 $"
|
||||
#ident "GENERIC-$Revision: 1.233 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -246,6 +246,8 @@ re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
|
|||
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
||||
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
|
||||
sip* at pci? dev ? function ? # SiS 900/7016 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
|
||||
stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
|
||||
#ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
|
||||
|
|
Loading…
Reference in New Issue