NetBSD/sys/dev/isa
uebayasi 8184d5dc03 Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants.  These are provided by sys/param.h now.
2010-11-13 13:51:57 +00:00
..
Makefile
README.seagate
ad1848_isa.c
ad1848var.h
addcom_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
adv_isa.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
aha_isa.c Make local functions static. 2009-09-22 13:22:53 +00:00
aic_isa.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
aps.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
aria.c Allow aria(4) to compile with AUDIO_DEBUG on LP64. 2010-07-27 05:38:18 +00:00
ariareg.h Assign copyright to TNF on these old files. 2009-10-27 23:04:41 +00:00
ast.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
atppc_isa.c
atppc_isadma.c
atppc_isadma.h
attimer_isa.c Not much sense in printing 'AT Timer' when the 'attimer' driver attaches. 2009-08-23 16:02:53 +00:00
aztech.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
bha_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
boca.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
cec.c Make compile with options DEBUG. 2009-09-12 18:52:25 +00:00
cms.c
cmsreg.h
com_isa.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
com_multi.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
com_multi.h
commultiprint.c
cs89x0isa.c Split device_t/softc. Tested only on cs at ofisa on shark. 2009-09-22 15:34:22 +00:00
cs89x0isavar.h
cs4231var.h
cy_isa.c
daic_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
depca_isa.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
dpt_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
ega.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
egavar.h
elink.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
elink.h
esp_isa.c
esp_isavar.h
ess.c Split device_t/softc. Based on patch from cegger@. 2010-05-22 16:35:00 +00:00
ess_isa.c Split device_t/softc. Based on patch from cegger@. 2010-05-22 16:35:00 +00:00
essreg.h
essvar.h Split device_t/softc. Based on patch from cegger@. 2010-05-22 16:35:00 +00:00
fd.c Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
fdc_isa.c
fdcvar.h
fdreg.h
fdvar.h
files.isa Tidy up a comment. 2010-06-13 03:09:32 +00:00
finsio_isa.c
gus.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
gusreg.h
i82365_isa.c Misc KNF and cosmetics, and remove unnecessary casts etc. 2009-09-17 18:14:41 +00:00
i82365_isasubr.c Cast the sum of iobase and iosize to long, not just iobase. Avoids size 2010-05-23 23:50:37 +00:00
i82365_isavar.h Misc KNF and cosmetics, and remove unnecessary casts etc. 2009-09-17 18:14:41 +00:00
ics2101.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
ics2101var.h
if_ai.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_aireg.h
if_ate.c
if_cs_isa.c Make local functions static. 2009-09-22 16:44:08 +00:00
if_ec.c
if_ecreg.h
if_ef.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_efreg.h
if_eg.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_egreg.h
if_el.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_elreg.h
if_ep_isa.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
if_fmv_isa.c
if_ix.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_ixreg.h
if_iy.c Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
if_lc_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_le_isa.c Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
if_levar.h
if_ne_isa.c Put several fixes to ne(4) driver for better 8 bit mode support, 2010-03-03 13:39:57 +00:00
if_ntwoc_isa.c Cast bus_addr_t to void * via uintptr_t to avoid 2010-08-03 14:06:10 +00:00
if_ntwoc_isareg.h
if_sm_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_tr_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_tribm_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_trtcm_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
if_tscs_isa.c Make local functions static. 2009-09-22 16:44:08 +00:00
if_we_isa.c Some KNF. 2010-03-13 15:46:09 +00:00
ioat66.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
isa.c If the 'no-legacy-devices' property is present and true, skip device 2010-08-21 17:08:15 +00:00
isabusprint.c
isadma.c Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
isadmareg.h
isadmavar.h Let us safely detach the ISA bus and devices attaching to the ISA 2009-08-18 16:52:42 +00:00
isareg.h
isavar.h struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
isic_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
isic_isa_avm_a1.c
isic_isa_itk_ix1.c
isic_isa_tel_s08.c
isic_isa_tel_s016.c
isic_isa_tel_s0163.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
isic_isa_usr_sti.c
isv.c Include uvm/uvm_external.h to access UVM external API (uvm_km_*(9)). 2010-11-06 10:59:45 +00:00
isvio.h
itesio_isa.c Implement user-settable rfact in itesio. 2010-08-13 19:28:26 +00:00
itesio_isavar.h Implement user-settable rfact in itesio. 2010-08-13 19:28:26 +00:00
joy_ess.c
joy_isa.c
lm_isa.c New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port. 2010-02-21 05:16:29 +00:00
lpt_isa.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
madreg.h
mcd.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
mcdreg.h
midi_pcppi.c attach and detach do not mix. 2009-04-10 10:18:50 +00:00
moxa_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
mpu_isa.c
mpu_sb.c
mpu_ym.c
nca_isa.c
nsclpcsio_isa.c Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
opl_ess.c
opl_isa.c
opl_sb.c
opl_wss.c
opl_ym.c
pas.c Do not use unitialized bus_space_tag_t's. Use the tag(s) from the 2010-03-24 01:13:30 +00:00
pasreg.h
pcdisplay.c Add default implementations for bus_space_is_equal(9), 2010-04-19 18:24:26 +00:00
pcdisplayvar.h
pckbc_isa.c Add pmf support. 2008-05-25 16:19:12 +00:00
pcppi.c Detach pcppi0 at isa0 during shutdown. 2009-04-17 20:46:37 +00:00
pcppireg.h
pcppivar.h
radiotrack.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
radiotrack2.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
rtfps.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
satlink.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
satlinkio.h
satlinkreg.h
sb.c
sb_isa.c
sbdsp.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
sbdspvar.h struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
sbreg.h
sbvar.h
seagate.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
sf16fmr2.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
slhci_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
smsc.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
smscvar.h
spkr.c printf() size_t with 'z' format modifier in debug code. 2010-07-27 14:34:33 +00:00
spkrio.h
tcic2_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
tcom.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
toaster.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
toasterlcd.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
tsdio.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
tsdioreg.h Switch to a 2 clause license. Approved by joff@ (copyright holder). 2009-10-23 00:39:29 +00:00
tsdiovar.h Switch to a 2 clause license. Approved by joff@ (copyright holder). 2009-10-23 00:39:29 +00:00
ug_isa.c
uha_isa.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
vga_isa.c
vga_isavar.h
wbsio.c support W83667HG (0xa5) in wbsio(4); its hw mon is already supported by lm(4) as W83627DHG (0xc1) 2010-03-19 02:17:41 +00:00
wdc_isa.c During shutdown, detach devices in an orderly fashion. 2009-04-02 00:09:32 +00:00
wds.c Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
wdsreg.h
weasel_isa.c
weaselreg.h
weaselvar.h struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
wss.c
wss_isa.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
wssreg.h
wssvar.h
wt.c struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00
wtreg.h
ym.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
ymvar.h struct device * -> device_t, no functional changes intended. 2009-05-12 09:10:15 +00:00

README.seagate

#	$NetBSD: README.seagate,v 1.5 2005/12/11 12:22:02 christos 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.