NetBSD/sys/dev/isa
augustss 1b499d8ce6 Make the OPL information string more informative. 1998-12-08 14:26:56 +00:00
..
Makefile
README.seagate
ad1848_isa.c Add support for `AdLib NSC 16 PNP' as wss, joy. 1998-11-26 21:45:13 +00:00
ad1848var.h
aha_isa.c
aic_isa.c
aria.c
ariareg.h
ast.c
bha_isa.c
boca.c
com_isa.c
com_multi.c
com_multi.h
cs89x0.c Fix one last bug in the multicast filter calculation. 1998-11-13 09:37:46 +00:00
cs89x0reg.h
cs89x0var.h
cs4231var.h
cy_isa.c
elink.c
elink.h
esp_isa.c Adapt to the new scsipi_adapter interface. 1998-11-19 21:53:32 +00:00
espvar.h
ess.c Minor format change. 1998-11-25 13:39:37 +00:00
essreg.h
essvar.h
files.isa Move the `wdc' device into `conf/files'. 1998-11-22 21:57:47 +00:00
gus.c
gusreg.h
i82365_isa.c
i82365_isasubr.c
i82365_isavar.h
ics2101.c
ics2101var.h
if_ai.c
if_aireg.h
if_ate.c
if_cs_isa.c
if_depca_isa.c
if_ec.c Holy smokes, batman! Actually fill in the "init_card" entry point! 1998-10-27 22:45:13 +00:00
if_ecreg.h
if_ef.c
if_efreg.h
if_eg.c
if_egreg.h
if_el.c
if_elreg.h
if_ep_isa.c Add the 'ex' driver, a DMA driver for 3Com 90x and 90xB cards. Rename 1998-11-04 00:29:28 +00:00
if_fereg.h
if_fmv.c
if_hp.c
if_ix.c
if_ixreg.h
if_iy.c
if_lc_isa.c
if_le_isa.c
if_levar.h
if_ne_isa.c make this compile again (missing semi-colon) 1998-11-01 01:04:48 +00:00
if_sm_isa.c
if_we.c Holy smokes, batman! Actually fill in the "init_card" entry point! 1998-10-27 22:45:13 +00:00
if_wereg.h
isa.c
isadma.c fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
isadmareg.h
isadmavar.h
isareg.h
isavar.h Change comment about isa_intr_establish() as discussed on tech-kern. 1998-11-30 12:57:10 +00:00
lpt_isa.c
madreg.h Make the OPL information string more informative. 1998-12-08 14:26:56 +00:00
mcd.c
mcdreg.h
midi_pcppi.c Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
mpu401.c Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
mpu401var.h Make the copyright header conform to the NetBSD template. 1998-11-25 22:17:06 +00:00
nca.c Adapt to the new scsipi_adapter interface. 1998-11-19 21:53:32 +00:00
ncareg.h PR/6274: John Ruschmeyer: Add isa/i386 ncr53c80 driver. 1998-10-25 18:41:56 +00:00
ncavar.h Remove unused sc_iot/sc_ioh fields. 1998-10-25 23:48:56 +00:00
opl_ess.c Make the OPL information string more informative. 1998-12-08 14:26:56 +00:00
opl_isa.c
opl_sb.c Make the OPL information string more informative. 1998-12-08 14:26:56 +00:00
pas.c
pasreg.h
pcdisplay.c
pcdisplayvar.h
pckbc.c Print out which IRQ is being used for which slot, when the interrupts 1998-11-16 22:35:18 +00:00
pckbcvar.h
pcppi.c
pcppireg.h
pcppivar.h
pss.c made prototype for debug function wss_dump_regs match its definition. 1998-12-05 10:49:24 +00:00
pssreg.h
rtfps.c
satlink.c
satlinkio.h
satlinkreg.h
sb.c
sb_isa.c
sbdsp.c
sbdspvar.h
sbreg.h
sbvar.h
seagate.c Update HBAs to incorporate the new max_lun property. 1998-12-05 19:43:33 +00:00
spkr.c
spkrio.h
uha_isa.c
vga_isa.c
vga_isavar.h
wdc_isa.c Rename pio_mode, etc ... to PIO_cap, etc ... for consistency with the 1998-12-03 18:24:30 +00:00
wds.c Update HBAs to incorporate the new max_lun property. 1998-12-05 19:43:33 +00:00
wdsreg.h
wss.c Make the OPL information string more informative. 1998-12-08 14:26:56 +00:00
wss_isa.c Disable the I/O address, DRQ and IRQ validation; assume that the config file 1998-10-15 04:05:53 +00:00
wssreg.h
wssvar.h
wt.c
wtreg.h
ym.c Call correct ad1848 attach routine. Fixes PR 6269. 1998-10-11 17:02:36 +00:00
ymvar.h

README.seagate

#	$NetBSD: README.seagate,v 1.2 1998/01/05 07:31:07 perry 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.