From 76ed960bec130b611ef12b8368c44e9b55f3e06a Mon Sep 17 00:00:00 2001 From: dsl Date: Mon, 10 Oct 2005 17:24:38 +0000 Subject: [PATCH] Add sk ethernet as found on ASUS A8V. Increase ramdisk to 5MB, costs virtually nothing. --- sys/arch/amd64/conf/INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/arch/amd64/conf/INSTALL b/sys/arch/amd64/conf/INSTALL index 98d3cc425e41..42dc78fd74a8 100644 --- a/sys/arch/amd64/conf/INSTALL +++ b/sys/arch/amd64/conf/INSTALL @@ -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 # @@ -20,7 +20,7 @@ include "arch/amd64/conf/std.amd64" -#ident "INSTALL-$Revision: 1.39 $" +#ident "INSTALL-$Revision: 1.40 $" maxusers 32 # estimated number of users @@ -31,7 +31,7 @@ makeoptions COPTS="-Os" options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # force root on memory disk 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 @@ -427,6 +427,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/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 stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet