Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Enable DMA transfer on obio IDE.



details:   https://anonhg.NetBSD.org/src/rev/7e571450c3f8
branches:  trunk
changeset: 487686:7e571450c3f8
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Sun Jun 11 10:56:16 2000 +0000

description:
Enable DMA transfer on obio IDE.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 +++---
 sys/arch/macppc/conf/INSTALL |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 27da5b4ba70b -r 7e571450c3f8 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Jun 11 10:40:06 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Jun 11 10:56:16 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.68 2000/06/09 17:14:06 tsubai Exp $
+#      $NetBSD: GENERIC,v 1.69 2000/06/11 10:56:16 tsubai Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.68 $"
+#ident                 "GENERIC-$Revision: 1.69 $"
 
 maxusers       32
 
@@ -224,7 +224,7 @@
 ss*    at scsibus? target ? lun ?      # SCSI scanners
 uk*    at scsibus? target ? lun ?      # SCSI unknown
 
-wdc*   at obio? flags 0x0
+wdc*   at obio? flags 0x1
 wd*    at pciide? channel ? drive ?
 wd*    at wdc? channel ? drive ? flags 0x0000
 
diff -r 27da5b4ba70b -r 7e571450c3f8 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Sun Jun 11 10:40:06 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Sun Jun 11 10:56:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.28 2000/06/08 17:35:47 matt Exp $
+#      $NetBSD: INSTALL,v 1.29 2000/06/11 10:56:16 tsubai Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -127,7 +127,7 @@
 sd*    at scsibus? target ? lun ?      # SCSI disks
 cd*    at scsibus? target ? lun ?      # SCSI CD-ROM drives
 
-wdc*   at obio? flags 0x0
+wdc*   at obio? flags 0x1
 wd*    at wdc? channel ? drive ? flags 0x0000
 
 atapibus* at wdc? channel ?



Home | Main Index | Thread Index | Old Index