Subject: ATAPI removable drives ...
To: RiscBSD Mailing List <port-arm32@netbsd.org>
From: William Gallafent <William.Gallafent@comlab.ox.ac.uk>
List: port-arm32
Date: 08/30/1998 19:22:27
Having upgraded my system to the latest snapshot (incidentally: top
doesn't work any more: "top: kvm_read for _cnt: Bad address") I thought
I'd see if the ATAPI zip drive connected to the internal interface will
work yet ... ideally to read msdos formatted zipdiscs but anything would
do ... However, I still get the following in /var/log/messages at bootup:

[snipped to contain the relevant bit!]

<Q>

Aug 30 17:50:23 gallafent /netbsd: cpu0: SA-110 with bugged STM^
instruction

Aug 30 17:50:23 gallafent /netbsd: pioc0 at mainbus0 base
0xf6210000-0xf6212fff

Aug 30 17:50:23 gallafent /netbsd: pioc0: SMC FDC37C665GT peripheral
controller rev 2

Aug 30 17:50:23 gallafent /netbsd: wdc0 at pioc0 offset 0x1f0-0x1f7 irq 9

Aug 30 17:50:23 gallafent /netbsd: atapibus0 at wdc0

Aug 30 17:50:23 gallafent /netbsd: cd0 at atapibus0 drive 0: <CD-56E, ,
1.0D> type 5 cdrom removable

Aug 30 17:50:23 gallafent /netbsd: sd0 at atapibus0 drive 1: <IOMEGA ZIP
100 ATAPI, , 23.D> type 0 direct removable

Aug 30 17:50:23 gallafent /netbsd: sd0(wdc0:1): illegal request

Aug 30 17:50:23 gallafent /netbsd: sd0: drive offline

Aug 30 17:50:23 gallafent /netbsd: fdc0 at pioc0 offset 0x3f0-0x3f1 irq 12
drq 0x00002000

</Q>

etc.

When I try to mount the drive (it has a disc in) I get something along the
lines of:

gallafent# mount -t msdos /dev/sd0a /mnt/zip
mount_msdos: mount: Device not configured

...

Any ideas?

Cheers,

Bill