Module Name:    src
Committed By:   phx
Date:           Thu Aug 11 20:56:34 UTC 2011

Modified Files:
        src/sys/arch/sandpoint/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/sandpoint/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.59 src/sys/arch/sandpoint/conf/GENERIC:1.60
--- src/sys/arch/sandpoint/conf/GENERIC:1.59	Mon Apr 11 18:02:11 2011
+++ src/sys/arch/sandpoint/conf/GENERIC	Thu Aug 11 20:56:34 2011
@@ -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?

Reply via email to