NetBSD/sys
mjacob 91f80cf3fc Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).
Distinguish between 2312 and 2300 cards (they *are* different). Enable
RIO (Reduced Interrupt Operation) for the LVD cards (hey- I've seen
batched completions of the 30 commands at a time with this,....)...

If we get a Port Logout on local loop topologies, we have to force the
f/w to log back in. The easiest way (for us) to do this is to force
a LIP. This also will wake up the disk that probably just had a f/w crash.

Implement mailbox 'continuations'- this allows interrupts to re-drive
a mailbox command if it's one that just essentially repeats the previous
mailbox command (e.g., f/w download). This saves a boatload of sleep/wakeup
twitches.

If we're not a 2300 and we're about to return with a 'bogus interrupt'- check
the semaphore register to be non-zero at all and outgoing mailbox 0- this
seems to be where some of the lost ISP1080 commands came from.
2002-02-21 22:32:40 +00:00
..
adosfs
altq
arch Keep track of which kernel PTs are available during bootstrap, 2002-02-21 21:58:00 +00:00
coda
compat Added munmap() and mprotect() 2002-02-21 22:15:28 +00:00
conf Add ISP_FW_CRASH_DUMP option for isp. 2002-02-21 22:23:33 +00:00
crypto
ddb Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
dev Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option). 2002-02-21 22:32:40 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs
kern Reworked the o32/n32 matching scheme. IRIX uses some e_flags in the ELF 2002-02-21 21:53:00 +00:00
lib blkset() used a register for set value that get clobbered by movc5, 2002-02-19 21:46:17 +00:00
lkm The linux lkm doesn't compile anymore on m68k 2002-02-16 11:02:37 +00:00
miscfs Don't use MALLOC for variable sized allocation. 2002-02-20 06:16:22 +00:00
msdosfs
net Use IF_IS_EMPTY and IFQ_IS_EMPTY instead of accessing queue members 2002-02-10 15:17:21 +00:00
netatalk
netccitt
netinet PR/15662: Sean Boudreau: make sure we clean all routes of an interface when 2002-02-21 21:59:16 +00:00
netinet6 make sure to check address family on route cache. with IPv4 mapped 2002-01-22 03:53:55 +00:00
netisdn until the B-channel bookkeeping is fixed, do at least as much as necessary 2002-02-14 16:46:23 +00:00
netiso
netkey change key_timehandler to take void * as argument. sync with kame. 2002-01-31 07:05:43 +00:00
netnatm
netns
netsmb
nfs use curproc instead of b_proc for NFS. that's what we want for sync commits 2002-01-31 05:56:57 +00:00
ntfs
stand
sys Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
ufs Fix two problems with softdep_typenames (missing entry, wrong boundary check). 2002-02-14 00:49:56 +00:00
uvm In the function uvm_page_own(), clear owner_tag after assertion so that 2002-02-20 07:06:56 +00:00
Makefile