1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
freebsd/sys
Warner Losh 3ad72a92eb When activating or deactivating a resource, only attempt to deal with
the resource activation if we're dealing with our grandchild.
Otherwise, we run into two problems.  One, if the pccard layer wanted
to allocate and activate something, we'd wind up trying to do the
wrong thing twice: the ivars are wrong and we don't want the bridge to
map the resource to the slot.  If we're more than a grandchild, then
who knows what kind of ivar is present.  In either of these cases, we
just pass it up the food chain.
2001-05-14 04:53:02 +00:00
..
alpha Convert DEVFS from an "opt-in" to an "opt-out" option. 2001-05-13 20:52:40 +00:00
amd64 Convert DEVFS from an "opt-in" to an "opt-out" option. 2001-05-13 20:52:40 +00:00
arm/include
boot FICL 2.05 has a flawed definition of BASE. Fix it. 2001-05-10 05:13:09 +00:00
cam Exploit recent improvements in the disk minilayer to simplify error 2001-05-08 08:30:48 +00:00
coda
compat Avoid overflow when converting ticks to jiffies. 2001-05-09 11:41:54 +00:00
compile
conf Convert DEVFS from an "opt-in" to an "opt-out" option. 2001-05-13 20:52:40 +00:00
contrib/dev Actually biofinish(struct bio *, struct devstat *, int error) is more general 2001-05-06 20:00:03 +00:00
crypto
ddb
dev Remove safety belt that checks for miibus in the config file. This 2001-05-13 05:38:59 +00:00
fs Convert DEVFS from an "opt-in" to an "opt-out" option. 2001-05-13 20:52:40 +00:00
geom Polish error handling with biofinish(). 2001-05-08 09:10:27 +00:00
gnu When running with soft updates, track the number of blocks and files 2001-05-08 07:42:20 +00:00
i4b
i386 Convert DEVFS from an "opt-in" to an "opt-out" option. 2001-05-13 20:52:40 +00:00
ia64 Convert DEVFS from an "opt-in" to an "opt-out" option. 2001-05-13 20:52:40 +00:00
isa Actually biofinish(struct bio *, struct devstat *, int error) is more general 2001-05-06 20:00:03 +00:00
isofs/cd9660
kern Simplify the vm fault trap handling code a bit by using if-else instead of 2001-05-11 23:50:08 +00:00
libkern
miscfs GC prototype for procfs_bmap() missed during a previous commit. 2001-05-11 23:37:37 +00:00
modules Update makefile to reflect vlan support. 2001-05-13 00:04:02 +00:00
msdosfs
net
netatalk
netatm
netgraph
netinet In in_ifadown(), differentiate between whether the interface goes 2001-05-11 14:37:34 +00:00
netinet6
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
ntfs
nwfs
pc98 Convert DEVFS from an "opt-in" to an "opt-out" option. 2001-05-13 20:52:40 +00:00
pccard When activating or deactivating a resource, only attempt to deal with 2001-05-14 04:53:02 +00:00
pci I'll be making some rather substantial changes to the pci attachment 2001-05-13 01:52:55 +00:00
posix4
powerpc Trim lots of stuff that is now in MI code along with MD alpha code. 2001-05-10 17:58:35 +00:00
rpc
svr4
sys Add a new macro to test if a process' proc lock is held by the current 2001-05-11 21:28:37 +00:00
tools
ufs If the effective link count is zero when an NFS file handle request 2001-05-13 23:30:45 +00:00
vm Actually biofinish(struct bio *, struct devstat *, int error) is more general 2001-05-06 20:00:03 +00:00
Makefile