summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-02-03 10:30:54 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-02-03 10:30:54 +0000
commit69bf95521e759bef076644a13f5c13d0453e4826 (patch)
tree03e6122e60316b0615b4294bd039ff1ad5f2a177 /sys/arch/pmax
parentb3298da3c6de681e3d22cab6c1c89543d3599af7 (diff)
add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required for
zip drives)
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r--sys/arch/pmax/pmax/conf-glue.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/pmax/pmax/conf-glue.c b/sys/arch/pmax/pmax/conf-glue.c
index f512bc3e38e..8371016d16a 100644
--- a/sys/arch/pmax/pmax/conf-glue.c
+++ b/sys/arch/pmax/pmax/conf-glue.c
@@ -78,6 +78,8 @@ struct pmax_scsi_device scsi_dinit[] = {
{ &rzdriver, &siidriver, 2, 0, 2, 0, 1, 0x0 },
{ &rzdriver, &siidriver, 3, 0, 3, 0, 1, 0x0 },
{ &rzdriver, &siidriver, 4, 0, 4, 0, 1, 0x0 },
+{ &rzdriver, &siidriver, 5, 0, 5, 0, 1, 0x0 },
+{ &rzdriver, &siidriver, 6, 0, 6, 0, 1, 0x0 },
# endif /* NTZ */
# if NTZ > 0
@@ -94,6 +96,8 @@ struct pmax_scsi_device scsi_dinit[] = {
{ &rzdriver, &ascdriver, 2, 0, 2, 0, 1, 0x0 },
{ &rzdriver, &ascdriver, 3, 0, 3, 0, 1, 0x0 },
{ &rzdriver, &ascdriver, 4, 0, 4, 0, 1, 0x0 },
+{ &rzdriver, &ascdriver, 5, 0, 5, 0, 1, 0x0 },
+{ &rzdriver, &ascdriver, 6, 0, 6, 0, 1, 0x0 },
# endif /* NRZ */
# if NTZ > 0