freebsd-dev/sys/dev/isp
Poul-Henning Kamp 70cd771337 The present defaults for the open and close for device drivers which
provide no methods does not make any sense, and is not used by any
driver.

It is a pretty hard to come up with even a theoretical concept of
a device driver which would always fail open and close with ENODEV.

Change the defaults to be nullopen() and nullclose() which simply
does nothing.

Remove explicit initializations to these from the drivers which
already used them.
2003-09-27 12:01:01 +00:00
..
DriverManual.txt Add some somewhat vague documentation for this driver and a list 2001-10-07 18:26:47 +00:00
Hardware.txt Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
isp_freebsd.c The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
isp_freebsd.h No time like the present to turn back on SMP locking. 2003-09-13 01:56:45 +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 Add get/set param ioctls. 2002-07-08 17:34:56 +00:00
isp_pci.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
isp_sbus.c Move the inclusion of <machine/ofw_machdep.h> after the inclusion of 2003-09-02 19:52:31 +00:00
isp_target.c Some ridiculous target mode botches- like having the wrong definitions 2003-09-13 01:58:26 +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 On reset, make sure that we have some parameters set correctly. This 2003-09-13 01:55:44 +00:00
ispmbox.h Add an explanatory comment about what operational modes in xfwopt are. 2003-03-25 07:02:45 +00:00
ispreg.h Support for f/w crash dumps (2200 && 23XX). 2002-02-17 06:38:22 +00:00
ispvar.h NetBSD'er with time on their hands (dma->DMA) 2003-09-13 01:59:14 +00:00