[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PCMCIA and Adaptec 1460 SCSI
> >aic0 at pcmcia0 function 0 port 0x340-0x35f
> >scsibus0 at aic0: 8 targets
> >scsibus0 targ 0 lun 0: <iomega, jaz 1GB, J^77> SCSI2 0/direct removable not configured
>
> but how did i use aic0 ?
It's not a PCMCIA problem. It looks like something with the Jaz and
scsiconf.c. Try applying this patch:
--- /sys/scsi/scsiconf.c.ori Sat Nov 28 20:33:30 1998
+++ /sys/scsi/scsiconf.c Tue Jan 5 03:30:26 1999
@@ -455,6 +455,8 @@
{{T_DIRECT, T_REMOV,
"iomega", "jaz 1GB", ""}, SDEV_NOMODESENSE|SDEV_NOTAGS},
{{T_DIRECT, T_REMOV,
+ "iomega", "jaz 1GB", "J^77"}, SDEV_NOMODESENSE|SDEV_NOTAGS},
+ {{T_DIRECT, T_REMOV,
"IOMEGA", "ZIP 100", ""}, SDEV_NOMODESENSE},
{{T_DIRECT, T_FIXED,
"IBM", "0661467", "G"}, SDEV_NOMODESENSE},
Federico.-
--
Let the programmers be many and the managers Federico G. Schwindt
few -- then all will be productive. fgsch@openbsd.org