Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/conf Add siisata (but make sure wd0 is still ...



details:   https://anonhg.NetBSD.org/src/rev/585cc1414f49
branches:  trunk
changeset: 759904:585cc1414f49
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Dec 20 00:14:40 2010 +0000

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

diffstat:

 sys/arch/ofppc/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r fd22cacf9107 -r 585cc1414f49 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC       Mon Dec 20 00:12:46 2010 +0000
+++ b/sys/arch/ofppc/conf/GENERIC       Mon Dec 20 00:14:40 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index