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 Oops, forgot to add scsibus* at ncr?



details:   https://anonhg.NetBSD.org/src/rev/ffb849399ae9
branches:  trunk
changeset: 479905:ffb849399ae9
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 26 13:02:24 1999 +0000

description:
Oops, forgot to add scsibus* at ncr?

diffstat:

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

diffs (54 lines):

diff -r 4294bc021b2d -r ffb849399ae9 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Dec 26 11:39:16 1999 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Dec 26 13:02:24 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.44 1999/12/26 11:39:16 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.45 1999/12/26 13:02:24 tsutsui Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -135,8 +135,8 @@
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 ahc*   at pci? dev ? function ?        # Adaptec 294x, aic78x0 SCSI
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
+ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
 pcscp* at pci? dev ? function ?        # AMD Am53c974 PCscsi-PCI SCSI
-ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
 ofb*   at pci? dev ? function ?        # Generic Open Firmware Framebuffer
 pciide*        at pci? dev ? function ?
 cbb*   at pci? dev? function ?         # PCI-CardBus bridge
@@ -179,6 +179,7 @@
 scsibus* at bha?
 scsibus* at esp?
 scsibus* at mesh?
+scsibus* at ncr?
 scsibus* at pcscp?
 
 sd*    at scsibus? target ? lun ?      # SCSI disks
diff -r 4294bc021b2d -r ffb849399ae9 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Sun Dec 26 11:39:16 1999 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Sun Dec 26 13:02:24 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.17 1999/12/26 11:39:17 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.18 1999/12/26 13:02:24 tsutsui Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -58,8 +58,8 @@
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
+ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
 pcscp* at pci? dev ? function ?        # AMD Am53c974 PCscsi-PCI SCSI
-ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
 ofb*   at pci? dev ? function ?        # Generic Open Firmware Framebuffer
 obio0  at pci? dev ? function ?
 
@@ -84,6 +84,7 @@
 scsibus* at ahc?
 scsibus* at esp?
 scsibus* at mesh?
+scsibus* at ncr?
 scsibus* at pcscp?
 
 sd*    at scsibus? target ? lun ?      # SCSI disks



Home | Main Index | Thread Index | Old Index