Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Add viaide for Iomega Storcenter, al...



details:   https://anonhg.NetBSD.org/src/rev/9c7f185e5686
branches:  trunk
changeset: 768205:9c7f185e5686
user:      phx <phx%NetBSD.org@localhost>
date:      Thu Aug 11 20:56:34 2011 +0000

description:
Add viaide for Iomega Storcenter, although a VT6410 driver still needs to
be written.

diffstat:

 sys/arch/sandpoint/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f4e962d9e2ec -r 9c7f185e5686 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Thu Aug 11 20:33:20 2011 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Thu Aug 11 20:56:34 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.59 2011/04/11 18:02:11 phx Exp $
+# $NetBSD: GENERIC,v 1.60 2011/08/11 20:56:34 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.59 $"
+#ident                 "GENERIC-$Revision: 1.60 $"
 
 maxusers       32
 
@@ -197,6 +197,7 @@
 cmdide*        at pci? dev ? function ?        # CMD tech IDE controllers
 iteide*        at pci? dev ? function ?        # IT Express IDE controllers
 satalink*      at pci? dev ? function ?        # SiI SATALink controllers
+viaide*                at pci? dev ? function ?        # VIA IDE controllers
 
 # ATA (IDE) bus support
 atabus* at ata?



Home | Main Index | Thread Index | Old Index