Add and enable sk/skc drivers.
This commit is contained in:
parent
f9ae2a22c1
commit
6f7ba6556b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.17 2003/11/08 21:38:18 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.18 2003/11/22 14:20:47 fvdl Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.17 $"
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -476,6 +476,8 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
|||
ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
|
||||
pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
|
||||
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
||||
skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
|
||||
sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
|
||||
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
|
||||
sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
|
||||
ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
|
||||
|
|
Loading…
Reference in New Issue