freebsd-src/sys/dev/isp
Matt Jacob 56c6d0d775 Change the modification of what could be a const string. Apparently the
construct:

	char *foo;
	...
	foo = "XXX";
	...
	foo[1] = 'Y';

is wrong. IT blew up on NetBSD-sparc64 because that platform write-protects
constant strings.
2000-12-30 20:09:26 +00:00
..
isp.c Change the modification of what could be a const string. Apparently the 2000-12-30 20:09:26 +00:00
isp_freebsd.c Make sure we do locking if we call isp_intr. 2000-12-29 19:06:32 +00:00
isp_freebsd.h Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP. 2000-12-05 07:41:53 +00:00
isp_inline.h some copyright cleanups 2000-09-21 20:16:04 +00:00
isp_pci.c Set up to do a local interrupt fielding before calling common code- 2000-12-29 19:10:16 +00:00
isp_target.c some copyright cleanups 2000-09-21 20:16:04 +00:00
isp_target.h add a couple off offset defines for ATIO2s 2000-12-28 23:27:54 +00:00
isp_tpublic.h Some minor tweaklets. 2000-04-21 02:05:54 +00:00
ispmbox.h some copyright cleanups 2000-09-21 20:16:04 +00:00
ispreg.h some copyright cleanups 2000-09-21 20:16:04 +00:00
ispvar.h Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT option 2000-12-29 19:17:18 +00:00