freebsd-dev/sys/dev/isp
Thomas Moestl eb01b42587 Correct the boundary parameter to the bus_dma_tag_create() calls (it was
(1 << 24) - 2 instead of 1 << 24, which it was obviously intended to
be). This fixes SBus isp(4)s on sparc64 machines.

Report and testing:  Marius Strobl <marius@alchemy.franken.de>
2004-03-23 23:41:39 +00:00
..
DriverManual.txt
Hardware.txt Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
isp_freebsd.c Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
isp_freebsd.h Remove condition variables and status associated with target mode 2004-02-08 19:16:01 +00:00
isp_inline.h Some canonicalization function cleanups based upon some target mode 2003-09-13 01:57:31 +00:00
isp_ioctl.h Reverse role defines for initiator and target mode to better match the 2004-02-07 03:43:27 +00:00
isp_pci.c Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
isp_sbus.c Correct the boundary parameter to the bus_dma_tag_create() calls (it was 2004-03-23 23:41:39 +00:00
isp_target.c Fix a bug where we never managed to include the sense data we wanted to send. 2004-01-29 06:36:30 +00:00
isp_target.h Some ridiculous target mode botches- like having the wrong definitions 2003-09-13 01:58:26 +00:00
isp_tpublic.h Bland synchronization of common source with no effect on FreeBSD whatsomever. 2003-09-13 01:58:51 +00:00
isp.c Add case to handle ISPCTL_GET_PDB. 2004-02-07 03:42:17 +00:00
ispmbox.h add MAKE_WWN_FROM_NODE_NAME macro 2004-01-23 23:22:35 +00:00
ispreg.h Support for f/w crash dumps (2200 && 23XX). 2002-02-17 06:38:22 +00:00
ispvar.h These are changes to allow to use the Intel C/C++ compiler (lang/icc) 2004-03-12 21:45:33 +00:00