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 Add pciide



details:   https://anonhg.NetBSD.org/src/rev/a76ac244a8c9
branches:  trunk
changeset: 500881:a76ac244a8c9
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 20 00:12:19 2000 +0000

description:
Add pciide

diffstat:

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

diffs (28 lines):

diff -r 9c80405a3783 -r a76ac244a8c9 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Wed Dec 20 00:01:56 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Wed Dec 20 00:12:19 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.40 2000/11/07 17:37:07 matt Exp $
+#      $NetBSD: INSTALL,v 1.41 2000/12/20 00:12:19 matt Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -78,6 +78,7 @@
 cbb*   at pci? dev ? function ?        # PCI-CardBus bridge
 ohci*  at pci? dev ? function ?        # Open Host Controller
 #gm*   at pci? dev ? function ?        # gmac ethernet
+pciide*        at pci? dev ? function ?        # PCI IDE Controller
 obio0  at pci? dev ? function ?
 tlp*   at pci? dev ? function ?        # DEC 21x4x-based Ethernet
 options        TLP_MATCH_21040
@@ -136,8 +137,10 @@
 
 wdc*   at obio? flags 0x1
 wd*    at wdc? channel ? drive ? flags 0x0000
+wd*    at pciide? channel ? drive ? flags 0x0000
 
 atapibus* at wdc? channel ?
+atapibus* at pciide? channel ?
 
 cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
 sd*    at atapibus? drive ? flags 0x0000       # ATAPI disk drives



Home | Main Index | Thread Index | Old Index