Add sk ethernet as found on ASUS A8V.
Increase ramdisk to 5MB, costs virtually nothing.
This commit is contained in:
parent
9307d68e6a
commit
76ed960bec
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: INSTALL,v 1.39 2005/09/09 16:28:10 drochner Exp $
|
# $NetBSD: INSTALL,v 1.40 2005/10/10 17:24:38 dsl Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
include "arch/amd64/conf/std.amd64"
|
include "arch/amd64/conf/std.amd64"
|
||||||
|
|
||||||
#ident "INSTALL-$Revision: 1.39 $"
|
#ident "INSTALL-$Revision: 1.40 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ makeoptions COPTS="-Os"
|
|||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||||
options MEMORY_DISK_ROOT_SIZE=4608 # size of memory disk, in blocks
|
options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
|
||||||
|
|
||||||
options INSECURE # disable kernel security levels - X needs this
|
options INSECURE # disable kernel security levels - X needs this
|
||||||
|
|
||||||
@ -427,6 +427,8 @@ re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user