freebsd-dev/sys/dev/aic7xxx
Justin T. Gibbs 62cdfa05f2 Add a prefix to be used for assembler generated tables and
functions for register pretty-printing.

Only clear SELDO once we've recorded enough information for
the host to understand that the connection is valid.  The
host uses the SELDO status as a handshake to close this
race window.

Correct a bug in target mode handling of non-disconnected
transactions.  The host would indicate the correct SCB to
DMA by setting the SCB id in the currently selected hardware
SCB.  Unfortunately, we would then immediated allocate a
hardware SCB which, depending on the access patern might not
be the same hardware SCB that the host setup for us.  Avoid
this by having the host put the SCBID into scratch ram.
2002-08-31 06:43:15 +00:00
..
aicasm Update assembler syntax and assembler to allow generation of register 2002-08-31 06:39:41 +00:00
ahc_eisa.c Allow the ahc and ahd drivers to be built as modules. This also 2002-08-01 01:36:39 +00:00
ahc_pci.c Tell the user about a failed IRQ mapping rather than fail silently. 2002-08-31 03:04:08 +00:00
ahd_pci.c Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
aic7xxx_93cx6.c Major update to the aic7xxx driver: 2002-04-24 16:58:51 +00:00
aic7xxx_93cx6.h Major update to the aic7xxx driver: 2002-04-24 16:58:51 +00:00
aic7xxx_inline.h Major update to the aic7xxx driver: 2002-04-24 16:58:51 +00:00
aic7xxx_osm.c Major update to the aic7xxx driver: 2002-04-24 16:58:51 +00:00
aic7xxx_osm.h Minimal tweak to not depend on NPCI, but still maintain portability 2002-07-23 06:31:45 +00:00
aic7xxx_pci.c Major update to the aic7xxx driver: 2002-04-24 16:58:51 +00:00
aic7xxx.c Add ahc_print_devinfo() to simplify some diagnostic output. 2002-08-31 06:41:37 +00:00
aic7xxx.h Drop the bus reset hold delay back down to 25us. The 250us 2002-08-31 06:42:10 +00:00
aic7xxx.reg Convert to new assembler field syntax. 2002-08-31 06:42:38 +00:00
aic7xxx.seq Add a prefix to be used for assembler generated tables and 2002-08-31 06:43:15 +00:00
aic79xx_inline.h Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
aic79xx_osm.c Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
aic79xx_osm.h Minimal tweak to not depend on NPCI, but still maintain portability 2002-07-23 06:31:45 +00:00
aic79xx_pci.c Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
aic79xx.c Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
aic79xx.h Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
aic79xx.reg Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X 2002-06-05 19:52:45 +00:00
aic79xx.seq Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X 2002-06-05 19:52:45 +00:00
aic7770.c Pass unparsed serial eeprom information into the driver core. 2002-08-31 06:40:32 +00:00