mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
e6c12d85d0
- Layout reorganisation to enhance portability. The driver now has a relatively MI 'core' and a FreeBSD-specific layer over the top. Since the NetBSD people have already done their own port, this is largely just to help me with the BSD/OS port. - Request ID allocation changed to improve performance (I'd been considering switching to this approach after having failed to come up with a better way to dynamically allocate request IDs, and seeing Andy Doran use it in the NetBSD port of the driver convinced me that I was wasting my time doing it any other way). Now we just allocate all the requests up front. - Maximum request count bumped back to 255 after characterisation of a firmware issue (off-by-one causing it to crash with 256 outstanding commands). - Control interface implemented. This allows 3ware's '3dm' utility to talk to the controller. 3dm will be available from 3ware shortly. - Controller soft-reset feature added; if the controller signals a firmware or protocol error, the controller will be reset and all outstanding commands will be retried. |
||
---|---|---|
.. | ||
3dfx | ||
aac | ||
accf_data | ||
accf_http | ||
agp | ||
aha | ||
amr | ||
an | ||
asr | ||
aue | ||
bktr | ||
cam | ||
cardbus | ||
cbb | ||
ccd | ||
cd9660 | ||
coda | ||
coff | ||
cue | ||
dc | ||
ed | ||
fdesc | ||
fdescfs | ||
fpu | ||
fxp | ||
gnufpu | ||
hpfs | ||
ibcs2 | ||
if_disc | ||
if_ef | ||
if_ppp | ||
if_sl | ||
if_tap | ||
if_tun | ||
ip6fw | ||
ip_mroute_mod | ||
ipfilter | ||
ipfw | ||
ispfw | ||
joy | ||
kernfs | ||
kue | ||
linprocfs | ||
linux | ||
md | ||
mfs | ||
mii | ||
mlx | ||
mly | ||
msdos | ||
msdosfs | ||
ncp | ||
netgraph | ||
nfs | ||
nfsclient | ||
nfsserver | ||
ntfs | ||
nullfs | ||
nwfs | ||
oldcard | ||
osf1 | ||
pccard | ||
pcfclock | ||
pcic | ||
pcn | ||
portal | ||
portalfs | ||
procfs | ||
random | ||
rl | ||
rp | ||
sf | ||
sis | ||
sk | ||
sn | ||
snc | ||
sound | ||
splash | ||
ste | ||
streams | ||
svr4 | ||
syscons | ||
ti | ||
tl | ||
twe | ||
tx | ||
udbp | ||
ugen | ||
uhid | ||
ukbd | ||
ulpt | ||
umapfs | ||
umass | ||
umodem | ||
ums | ||
union | ||
unionfs | ||
urio | ||
usb | ||
vesa | ||
vinum | ||
vn | ||
vpo | ||
vr | ||
wb | ||
wi | ||
wx | ||
xl | ||
Makefile | ||
Makefile.inc |