1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/dev/aic7xxx
Justin T. Gibbs 60754d0ba3 Bring back the ability to send cdbs of length 13->32 bytes. This was lost
during the qinfifo optimization.  When swapping HSCBs, we were only copying
the first 32 bytes, the amount used in the common case of a cdb <= 12 bytes.
Larger cdbs are stored in the second 32 bytes of the cdb.

Noticed by: Marc Frajola <marc@terasolutions.com>
2000-10-12 14:36:27 +00:00
..
aicasm
ahc_eisa.c
ahc_pci.c
aic7xxx_93cx6.c
aic7xxx_93cx6.h
aic7xxx_freebsd.c Store a pointer to our softc in the kernel's SCB structure. In the 2000-10-11 23:46:34 +00:00
aic7xxx_freebsd.h
aic7xxx_inline.h Bring back the ability to send cdbs of length 13->32 bytes. This was lost 2000-10-12 14:36:27 +00:00
aic7xxx_osm.c Store a pointer to our softc in the kernel's SCB structure. In the 2000-10-11 23:46:34 +00:00
aic7xxx_osm.h
aic7xxx_pci.c
aic7xxx.c Store a pointer to our softc in the kernel's SCB structure. In the 2000-10-11 23:46:34 +00:00
aic7xxx.h Store a pointer to our softc in the kernel's SCB structure. In the 2000-10-11 23:46:34 +00:00
aic7xxx.reg
aic7xxx.seq
aic7770.c