NetBSD/sys/dev/isa
mycroft f9d629fb93 Fix more probe delay and/or failure problems:
1) Don't wait for DRQ on an IDENTIFY command -- if it's not set when we see
   BSY clear, abort the command and ignore the drive.  (Do this by testing
   for DRQ in the read/write cases in __wdccommand_intr().)
2) Don't wait for DRQ to deassert when we finish an IDENTIFY (or any other
   non-block command that reads data) -- we don't do this for block I/O, and
   empirically it doesn't clear on my CF cards at all, causing a pointless 1s
   delay.
3) Add comments to some of the delay()s, and add missing ones in wdcreset()
   and the WDCC_RECAL in the so-called "pre-ATA" probe.
4) Slightly simplify the reset sequence -- we were doing an extra I/O.
5) Modify the register writability test to make sure that registers are not
   overlapped -- this can happen in some weird cases with a missing device 1.
6) Check the error register value after the reset -- if it's not 01h or 81h,
   as appropriate (see ATA spec), punt.
Tested with a number of ATA-only, ATAPI-only, mixed ATA-ATAPI, CF, and IDE
disk configurations.

Also remove the SINGLE_DRIVE nonsense again.
2003-09-23 09:19:22 +00:00
..
Makefile
README.seagate DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ad1848_isa.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
ad1848var.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
addcom_isa.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
adv_isa.c Use CFATTACH_DECL(). 2002-10-02 02:14:45 +00:00
aha_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
aic_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
aria.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ariareg.h
ast.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
aztech.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
bha_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
boca.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
cec.c Driver for GPIB controllers boards based on the uPD7210 GPIB controller, 2003-06-02 03:57:15 +00:00
cms.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
cmsreg.h
com_isa.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
com_multi.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
com_multi.h
cs89x0isa.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
cs89x0isavar.h
cs4231var.h
cy_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
daic_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
depca_isa.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dpt_isa.c Implement the DPT EATA ioctl() interface. 2002-12-07 19:48:30 +00:00
ega.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
egavar.h Remove __P. 2002-07-07 07:05:40 +00:00
elink.c
elink.h
esp_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
esp_isavar.h
ess.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
ess_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
essreg.h
essvar.h
fd.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fdc_isa.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fdcvar.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fdreg.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fdvar.h Support for 'plug and play' of floppy drives, to be used soon by the 2003-01-08 23:51:11 +00:00
files.isa Driver for GPIB controllers boards based on the uPD7210 GPIB controller, 2003-06-02 03:57:15 +00:00
gus.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
gusreg.h
i82365_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
i82365_isasubr.c Several changes to eliminate bogus controllers and sockets from being found: 2003-09-05 01:02:51 +00:00
i82365_isavar.h
ics2101.c
ics2101var.h
if_ai.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_aireg.h
if_ate.c More cleanup of MI mb86960 driver: 2002-11-30 14:15:10 +00:00
if_cs_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_ec.c Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:20:03 +00:00
if_ecreg.h
if_ef.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_efreg.h
if_eg.c Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:00:43 +00:00
if_egreg.h
if_el.c Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN 2003-01-15 22:00:43 +00:00
if_elreg.h
if_ep_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_fmv_isa.c Slightly modify attach messages. 2002-10-05 17:52:31 +00:00
if_hp.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_ix.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_ixreg.h
if_iy.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
if_lc_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_le_isa.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_levar.h Allow this work work without a DRQ for PCNet parts mapped into ISA space 2002-06-29 05:30:44 +00:00
if_ne_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_ntwoc_isa.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
if_ntwoc_isareg.h
if_sm_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_tr_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
if_tribm_isa.c
if_trtcm_isa.c
if_we_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
ioat66.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
isa.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
isadma.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
isadmareg.h
isadmavar.h A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
isareg.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
isavar.h function prototype must not have variable name 2003-07-08 10:06:28 +00:00
isic_isa.c Make it compile again (the softc struct is named inconsistently, 2002-10-20 10:50:01 +00:00
isic_isa_avm_a1.c
isic_isa_itk_ix1.c Fix copyright notice. 2002-04-14 12:24:26 +00:00
isic_isa_tel_s08.c
isic_isa_tel_s016.c
isic_isa_tel_s0163.c
isic_isa_usr_sti.c
joy_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
lm_isa.c Changes for SMBus/I2C: 2002-11-15 14:55:41 +00:00
lpt_isa.c avoid stupid printfs during probe when debugging is on. 2003-04-03 15:35:41 +00:00
madreg.h
mcd.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
mcdreg.h
midi_pcppi.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
moxa_isa.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
mpu_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
mpu_sb.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
mpu_ym.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
nca_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
nsclpcsio_isa.c -fix script botch from CFATTACH_DECL introduction 2002-10-22 16:18:26 +00:00
opl_ess.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
opl_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
opl_sb.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
opl_wss.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
opl_ym.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
pas.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
pasreg.h
pcdisplay.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
pcdisplayvar.h
pckbc_isa.c Avoid noise on kbd-less machines. 2002-10-04 03:40:29 +00:00
pcppi.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
pcppireg.h
pcppivar.h
pss.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
pssreg.h
radiotrack.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
radiotrack2.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
rtfps.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
satlink.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
satlinkio.h
satlinkreg.h
sb.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
sb_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
sbdsp.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
sbdspvar.h function prototype must not have variable name 2003-07-08 10:06:28 +00:00
sbreg.h
sbvar.h
seagate.c avoid stupid printfs during probe 2003-04-03 15:36:31 +00:00
sf16fmr2.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
slhci_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
spkr.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
spkrio.h
tcic2_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
tcom.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
uha_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
vga_isa.c Fix sizeof and whitespace bug from the script I'm using to do the 2002-10-02 03:10:45 +00:00
vga_isavar.h
wdc_isa.c Fix more probe delay and/or failure problems: 2003-09-23 09:19:22 +00:00
wds.c avoid the pruned type gcc-3.x warning. 2003-08-04 00:26:09 +00:00
wdsreg.h
weasel_isa.c
weaselreg.h
weaselvar.h
wss.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
wss_isa.c DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
wssreg.h
wssvar.h
wt.c A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
wtreg.h DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
ym.c
ymvar.h

README.seagate

#	$NetBSD: README.seagate,v 1.3 2003/05/03 18:11:25 wiz Exp $

The hardware:

The ST01/02, and Future Domain 950 are very simple SCSI controllers. They are
not busmastering, so the processor must do all transfers a la IDE. They support
blind transfer by adding wait states (up to a certain limit). Interrupt is
generated for reconnect and parity errors (maybe also for some other events).

The card consists of one command port that writes to scsi control lines, reads
status lines, and a data port that read/writes to the 8 data lines. The address
decoding gives both data and control ports large memory areas to a single
port. This is used by the code.

The ST01/02 differs from the FD950 in memory address location and SCSI id.

Probing for the card:

A card is recognized by comparing the BIOS signature with known signatures. A
new card may not be recognized if the BIOS signature has changed. Please send
new signatures to me.

Driver function:

A scsi command is sent to scsi_cmd function. The command is either placed in
the queue or an retryable message is returned. The routine may wait for
completion of the command depending on the supplied flags. A timer is started
for every command placed in the queue. The commands are added in the order they
are received. There is a possiblity to make all REQUEST SENSE commands be
queued before all other commands, but I dont think it is a good thing (Linux
do however use this). 

The card is mostly controlled by the sea_main function. It is called by
scsi_cmd, the interrupt routine, and the timeout routine. The sea_main routine
runs as long there are something to do (transfer data, issue queued commands,
and handle reconnected commands).

The data transfers may be done in two different ways: Blind and polled
transfers. They differ in the way the driver does it handshaking with the
target. During a blind transfer, the driver code blindly transfers a block
of data without checking for changed phase. During polled transfers, the
phase is checked between every character transfered. The polled transfers
are always used for status information and command transfers.

Because the card does not use DMA in any way, there is no need to handle
physical addresses. There is no problem with the isa-bus address limit of
16MB, making bounce-buffers unnecessary.

The data structures:

Every card has a sea_softc structure keeping the queues of commands waiting to
be issued, and commands currently disconnected. The type of card (Seagate or
Future Domain), data and control port addresses, scsi id, busy flags for all
possible targets, and interrupt vector for the card.

Every scsi command to be issued are stored in a sea_scb structure. It contains
a flag describing status/error of the command, current data buffer position,
and number of bytes remaining to be transfered.


PROBLEMS

I have had problems getting the ST02 boot using the boot floppies. I think it
is some problem with BIOS calls not working. It is unfortunately impossible to
disconnect the ST02 floppy controller.

I have had problem to get the driver talk to a 40 MB Seagate disk. I dont have
access to it any more, so I can't do any more checks on that.

NOTE: The ST02 creates its own description of the disk attached. This is not
the same as the disk says. This translation problem may cause problems when
sharing a disk between both DOS and BSD. It is however not impossible.