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 Enable pciide, wd, atapibus, and ata...



details:   https://anonhg.NetBSD.org/src/rev/8ce70bd13ae7
branches:  trunk
changeset: 525474:8ce70bd13ae7
user:      briggs <briggs%NetBSD.org@localhost>
date:      Fri Apr 12 02:57:00 2002 +0000

description:
Enable pciide, wd, atapibus, and atapi devices.

diffstat:

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

diffs (38 lines):

diff -r 584e0049e719 -r 8ce70bd13ae7 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Fri Apr 12 02:55:03 2002 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Fri Apr 12 02:57:00 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.24 2002/03/27 06:39:16 briggs Exp $
+# $NetBSD: GENERIC,v 1.25 2002/04/12 02:57:00 briggs Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/sandpoint/conf/std.sandpoint"
 
-#ident                 "GENERIC-$Revision: 1.24 $"
+#ident                 "GENERIC-$Revision: 1.25 $"
 
 maxusers       32
 
@@ -114,7 +114,7 @@
 
 isa*   at pcib?                        # ISA on PCI-ISA bridge
 
-#pciide* at pci? dev ? function ?      # Winbond/Symphony IDE interface
+pciide* at pci? dev ? function ?       # Winbond/Symphony IDE interface
 
 vga*   at pci? dev ? function ?
 
@@ -164,3 +164,10 @@
 #ses*  at scsibus? target ? lun ?      # SCSI Enclosure Services devices
 #ss*   at scsibus? target ? lun ?      # SCSI scanners
 #uk*   at scsibus? target ? lun ?      # SCSI unknown
+
+wd*    at pciide? channel ? drive ? flags 0x0000
+atapibus* at pciide? channel ?
+cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
+sd*    at atapibus? drive ? flags 0x0000       # ATAPI disk drives
+st*    at atapibus? drive ? flags 0x0000       # ATAPI tape drives
+uk*    at atapibus? drive ? flags 0x0000       # ATAPI unknown



Home | Main Index | Thread Index | Old Index