Module Name:    src
Committed By:   matt
Date:           Mon Dec 20 00:14:41 UTC 2010

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

Log Message:
Add siisata (but make sure wd0 is still on viaide)


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/arch/ofppc/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/ofppc/conf/GENERIC
diff -u src/sys/arch/ofppc/conf/GENERIC:1.132 src/sys/arch/ofppc/conf/GENERIC:1.133
--- src/sys/arch/ofppc/conf/GENERIC:1.132	Fri Dec 10 21:27:21 2010
+++ src/sys/arch/ofppc/conf/GENERIC	Mon Dec 20 00:14:40 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.132 2010/12/10 21:27:21 phx Exp $
+# $NetBSD: GENERIC,v 1.133 2010/12/20 00:14:40 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.132 $"
+#ident 		"GENERIC-$Revision: 1.133 $"
 
 maxusers	32
 
@@ -253,8 +253,11 @@
 # PCI IDE controllers
 pciide*		at pci? dev ? function ? flags 0x0000
 viaide*		at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
+siisata*	at pci? dev ? function ?
 
 # ATA (IDE) bus support
+atabus0		at viaide0 channel 0
+atabus1		at viaide0 channel 1
 atabus*		at ata?
 
 # IDE drives
@@ -268,6 +271,7 @@
 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
 # (0xc=1100, 0xa=1010, 0xf=1111)
 # 0x0000 means "use whatever the drive claims to support".
+wd0	at atabus0 drive 0 flags 0x0000
 wd*	at atabus? drive ? flags 0x0000
 
 # ATAPI bus support

Reply via email to