Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/amd64/conf Pull up following revision(s) (reques...



details:   https://anonhg.NetBSD.org/src/rev/8d408acff828
branches:  netbsd-3
changeset: 577524:8d408acff828
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Nov 21 20:47:18 2005 +0000

description:
Pull up following revision(s) (requested by dsl in ticket #978):
        sys/arch/amd64/conf/INSTALL: revision 1.40
Add sk ethernet as found on ASUS A8V.
Increase ramdisk to 5MB, costs virtually nothing.

diffstat:

 sys/arch/amd64/conf/INSTALL |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r c948039d258a -r 8d408acff828 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL       Mon Nov 21 20:44:25 2005 +0000
+++ b/sys/arch/amd64/conf/INSTALL       Mon Nov 21 20:47:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.27.2.5 2005/07/18 21:13:47 riz Exp $
+# $NetBSD: INSTALL,v 1.27.2.6 2005/11/21 20:47:18 tron Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/amd64/conf/std.amd64"
 
-#ident                 "INSTALL-$Revision: 1.27.2.5 $"
+#ident                 "INSTALL-$Revision: 1.27.2.6 $"
 
 maxusers       32              # estimated number of users
 
@@ -31,7 +31,7 @@
 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
 
@@ -423,6 +423,8 @@
 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



Home | Main Index | Thread Index | Old Index