freebsd-dev/sys/dev/isp
Matt Jacob 52df5dfdab Fix breakage to target mode support.
What we'd like to know is whether or not we have a listener
upstream that really hasn't configured yet. If we do, then
we can give a more sensible reply here. If not, then we can
reject this out of hand.

Choices for what to send were
	Not Ready, Unit Not Self-Configured Yet
	(0x2,0x3e,0x00)
for the former and
	Illegal Request, Logical Unit Not Supported
	(0x5,0x25,0x00)
for the latter.

We used to decide whether there was at least one listener
based upon whether the black hole driver was configured.

However, recent config(8) changes have made this hard to do
at this time.

Actually, we didn't use the above quite yet, but were sure considering it.
2000-06-12 23:08:31 +00:00
..
asm_pci.h Update (finally) 1.15.37 to 1.19.03 for the 2100. This allows us to not 2000-04-21 02:01:06 +00:00
isp_freebsd.c Fix breakage to target mode support. 2000-06-12 23:08:31 +00:00
isp_freebsd.h roll platform minor 2000-05-09 01:09:46 +00:00
isp_inline.h tighten up printout 2000-01-15 01:43:19 +00:00
isp_pci.c Clean up defines for correct 12160/1080 exclusion. Final 4.0. 2000-02-29 05:48:46 +00:00
isp_target.c Some minor tweaklets. 2000-04-21 02:05:54 +00:00
isp_target.h Some minor tweaklets. 2000-04-21 02:05:54 +00:00
isp_tpublic.h Some minor tweaklets. 2000-04-21 02:05:54 +00:00
isp.c Fix some breakage about how we build WWNs. Do some other fabric related 2000-05-09 01:14:43 +00:00
ispmbox.h Conrrect a macro with parenthesis. 2000-05-09 01:06:18 +00:00
ispreg.h The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN. 2000-05-09 01:06:47 +00:00
ispvar.h Roll core minor version. Change our 'fabdev' tag to 'loggedin'. 2000-05-09 01:09:23 +00:00
MAINTAINER add MAINTAINER file for clarity 2000-01-13 18:45:14 +00:00