1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/sys
John Baldwin 57fb5e6097 - Use bus_setup_intr() and bus_teardown_intr() to register device driver
interrupt handlers rather than BUS_SETUP_INTR() and BUS_TEARDOWN_INTR().
  Uses of the BUS_*() versions in the implementation of foo_intr methods
  in bus drivers were not changed.  Mostly this just means that some
  drivers might start printing diagnostic messages like [FAST] when
  appropriate as well as honoring mpsafenet=0.
- Fix two more of the ppbus drivers' identify routines to function
  correctly in the mythical case of a machine with more than one ppbus.
2006-02-22 18:16:26 +00:00
..
alpha
amd64
arm These files apply to all the atmel parts that freebsd is going to run on, 2006-02-17 22:33:13 +00:00
boot
bsm
cam
coda
compat
conf ${.CURDIR} != pwd and since we use the shell version of if now we don't even 2006-02-20 01:08:33 +00:00
contrib
crypto
ddb
dev - Use bus_setup_intr() and bus_teardown_intr() to register device driver 2006-02-22 18:16:26 +00:00
doc
fs Change pfs_visible() to optionally return a pointer to the process 2006-02-22 17:24:54 +00:00
gdb
geom Do not use bio structure after g_io_deliver(), it may not longer by valid. 2006-02-22 10:21:05 +00:00
gnu
i4b
i386
ia64
isa
isofs/cd9660
kern Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in 2006-02-22 17:21:45 +00:00
libkern
modules Obey opt_inet6.h in kernel build directory. 2006-02-20 12:30:32 +00:00
net
net80211 honor user-specified key index for global key slots 2006-02-21 23:51:19 +00:00
netatalk
netatm
netgraph Clear csum_flags after reading data from socket buffer. Otherwise, 2006-02-21 13:04:39 +00:00
netinet Obey opt_inet6.h in kernel build directory. 2006-02-20 12:30:32 +00:00
netinet6
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient
nfsserver
opencrypto
pc98 - Use bus_setup_intr() and bus_teardown_intr() to register device driver 2006-02-22 18:16:26 +00:00
pccard
pci
posix4
powerpc
rpc
security
sparc64 - Don't bother traversing trap frames in stack_save(). This fixes panics 2006-02-19 11:54:46 +00:00
sys
tools
ufs - Using LK_NOWAIT in qsync() can get us into infinite loop situations that 2006-02-22 06:12:53 +00:00
vm Lock the vm_object while checking its type to see if it is a vnode-backed 2006-02-21 22:09:54 +00:00
Makefile