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
Hardware.txt
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
isp_pci.c
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
ispreg.h
ispvar.h NetBSD'er with time on their hands (dma->DMA) 2003-09-13 01:59:14 +00:00