NetBSD/sys/dev/isa
is 718fb97e11 Support for the upcoming NetBSD/Amiga Hypercom driver family:
* support chip clocks != COM_FREQ, by introducing sc_frequency (for the
  mainline code) and adding a frequency parameter right after the rate
  parameter to comcnattach() and com_kgdb_attach().
- Make com_isa and com_multi initialize sc_frequency to COM_FREQ.
- Make i386/machdep.c and alpha/dec_xxx.c call com*attach() with the freq.
  parameter.
* supio_attach_args get two more fields: a sc_ipl and a sc_arg, both ints.
- com_supio uses the first for interupt establishment (all childs will, as
  soon as they exist) and the 2nd for sc_frequency.
- drsupio passes sc_ipl alway as 5, and for the "com"s, sc_arg as 16*115200
- hyper will pass sc_ipl as 6, and sc_arg as 16 * 460800
1997-09-16 20:34:23 +00:00
..
README.seagate
ad1848.c XXX Add a drq2 locator for the ISA bus. Many sound cards need 1997-08-26 19:26:38 +00:00
ad1848var.h - Change audio_hw_if a little: set_param now sets the play and record modes 1997-08-24 22:31:23 +00:00
aha_isa.c Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
aic6360.c Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
ast.c Make console on multiport cards more likely to work (obvious bug, 1997-09-12 13:31:10 +00:00
bha_isa.c Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
boca.c Make console on multiport cards more likely to work (obvious bug, 1997-09-12 13:31:10 +00:00
com.c Support for the upcoming NetBSD/Amiga Hypercom driver family: 1997-09-16 20:34:23 +00:00
com_isa.c Support for the upcoming NetBSD/Amiga Hypercom driver family: 1997-09-16 20:34:23 +00:00
com_multi.c Support for the upcoming NetBSD/Amiga Hypercom driver family: 1997-09-16 20:34:23 +00:00
com_multi.h New version of com driver. Uses a different queueing mechanism and a split 1997-04-04 20:56:34 +00:00
comreg.h Wrap the definitions of CONADDR and CONUNIT in #ifndef. 1996-09-06 05:06:01 +00:00
comvar.h Support for the upcoming NetBSD/Amiga Hypercom driver family: 1997-09-16 20:34:23 +00:00
cs4231var.h Fix error in copyright notice 1996-02-05 02:18:48 +00:00
cy_isa.c New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
elink.c New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
elink.h New bus.h implementation/interface: 1996-10-21 22:34:38 +00:00
esp_isa.c Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
espvar.h Add NetBSD RCS IDs. 1997-05-18 06:08:02 +00:00
files.isa Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
gus.c Create DMA maps on ordinary GUS (non-MAX) cards. Now it should work again. 1997-09-12 10:27:10 +00:00
gusreg.h Bus-ify the GUS driver. 1997-09-06 14:23:13 +00:00
ics2101.c Bus-ify GUS driver. 1997-09-06 14:31:34 +00:00
ics2101var.h Bus-ify GUS driver. 1997-09-06 14:31:34 +00:00
if_ate.c New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
if_ed.c 4th arg to bus_space_{read,write}_multi_2() is a u_int16_t *, and should be 1997-06-04 20:42:56 +00:00
if_edreg.h Imported from OpenBSD/FreeBSD: 1996-01-10 16:49:22 +00:00
if_eg.c Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 17:03:58 +00:00
if_egreg.h
if_el.c The 501 uses 16 ports, and has a wider range of possible I/O address. 1997-09-10 05:40:23 +00:00
if_elreg.h
if_ep_isa.c Make this work again; the code to avoid attaching a 3c509 in P&P mode 1997-06-23 05:25:40 +00:00
if_fe.c New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
if_fereg.h
if_fmv.c New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
if_hp.c New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
if_ie.c Recognize any of the memory configurations allowed by the EE16 setup program, 1997-09-07 10:16:07 +00:00
if_ie507.h
if_ieatt.h
if_iee16.h
if_iy.c Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 18:30:20 +00:00
if_lc_isa.c Add the ISA inteface for the lc (LEMAC, EtherWORKS III) driver. 1997-07-31 21:58:19 +00:00
if_le_isa.c Oops. Fix a teensy error in the previous. 1997-09-10 03:31:31 +00:00
if_levar.h If we select a 32k window on the DEPCA, make sure to switch to the lower 32k 1997-09-10 03:05:39 +00:00
isa.c XXX Add a drq2 locator for the ISA bus. Many sound cards need 1997-08-26 19:26:38 +00:00
isadma.c Enable use of bus_dmamem_mmap(). 1997-09-05 01:48:33 +00:00
isadmareg.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:43:45 +00:00
isadmavar.h Implement a function to test if a drq is taken and use it 1997-08-04 22:13:32 +00:00
isareg.h
isavar.h XXX Add a drq2 locator for the ISA bus. Many sound cards need 1997-08-26 19:26:38 +00:00
lpt.c add missing argument to LPRINTF() declaration; from Geoff Wing in PR 4072. 1997-09-02 01:37:19 +00:00
lpt_isa.c add missing argument to LPRINTF() declaration; from Geoff Wing in PR 4072. 1997-09-02 01:37:19 +00:00
lptreg.h Drop LPT_NPORTS to 4 from 8. Some lpt units require only 4 I/O ports 1996-11-23 23:22:50 +00:00
madreg.h Audio changes: 1997-07-31 22:33:08 +00:00
mcd.c Make this compile again in light of recent changes to cdio.h 1997-06-14 08:55:14 +00:00
mcdreg.h Busify the driver (from perry). 1997-04-04 18:59:35 +00:00
pas.c Get rid of `register'. 1997-09-14 09:03:33 +00:00
pasreg.h
pss.c Get rid of `register'. 1997-09-14 09:03:33 +00:00
pssreg.h
rtfps.c Make console on multiport cards more likely to work (obvious bug, 1997-09-12 13:31:10 +00:00
satlink.c Satellite receiver driver for ISA cards from PlanetConnect by Jason and 1997-07-13 19:09:46 +00:00
satlinkio.h Satellite receiver driver for ISA cards from PlanetConnect by Jason and 1997-07-13 19:09:46 +00:00
satlinkreg.h Satellite receiver driver for ISA cards from PlanetConnect by Jason and 1997-07-13 19:09:46 +00:00
sb.c Change the MI audio driver so it attaches to the MD driver in the 1997-08-19 23:49:33 +00:00
sb_isa.c Zap drq2 if unused. 1997-08-28 00:02:12 +00:00
sbdsp.c Change the way we determine what interrupt routine to use to make 1997-09-09 00:57:10 +00:00
sbdspvar.h Make SB full duplex. Ooops, I forgot this in the last commit. 1997-08-30 10:45:32 +00:00
sbreg.h Give names to some more mixer registers. 1997-08-24 23:24:51 +00:00
sbvar.h - convert to bus_space_* 1997-01-16 21:03:30 +00:00
seagate.c Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
uha_isa.c Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
wd.c Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
wdc.c Add a map to wdc_softc to track the already known devices to prevent them to 1997-09-03 07:57:51 +00:00
wdlink.h Add a map to wdc_softc to track the already known devices to prevent them to 1997-09-03 07:57:51 +00:00
wdreg.h Merge scsipi branch in the mainline. This add support for ATAPI devices 1997-08-27 11:22:52 +00:00
wds.c Convert this driver to use bus_dma. 1997-09-04 03:39:09 +00:00
wdsreg.h Make `hashkey' unsigned. 1997-09-09 18:56:15 +00:00
wss.c Zap drq2 if unused. 1997-08-28 00:02:12 +00:00
wssreg.h normalize off-by-four ad1848 register offsets. 1997-03-19 06:45:21 +00:00
wt.c Add back ia->iobase to initializer macros for softc device-register offsets. 1997-08-08 09:38:18 +00:00
wtreg.h

README.seagate

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.