freebsd_amp_hwpstate/sys
Justin T. Gibbs 5957b26149 buf.h:
Change the definition of a buffer queue so that bufqdisksort can
	properly deal with bordered writes.

	Add inline functions for accessing buffer queues.  This should be
	considered an opaque data structure by clients.

callout.h:
	New callout implementation.

device.h:
	Add support for CAM interrupts.

disk.h:
disklabel.h:
	tqdisksort->bufqdisksort

kernel.h:
	Add new configuration entries for configuration hooks and calling
	cpu_rootconf and cpu_dumpconf.

param.h:
	Add a priority for sleeping waiting on config hooks.

proc.h:
	Update for new callout implementation.

queue.h:
	Add TAILQ_HEAD_INITIALIZER from NetBSD.

systm.h:
	Add prototypes for cpu_root/dumpconf, splcam, splsoftcam, etc..
1997-09-21 22:09:24 +00:00
..
alpha
amd64
compat
compile
conf
ddb
dev Update for new callout interface. 1997-09-21 22:02:25 +00:00
fs
geom
gnu
i386
isa
isofs/cd9660
kern init_main.c subr_autoconf.c: 1997-09-21 22:00:25 +00:00
libkern
miscfs
modules
msdosfs
net Update for new callout interface. 1997-09-21 22:02:25 +00:00
netatalk Update for new callout interface. 1997-09-21 22:02:25 +00:00
netinet Update for new callout interface. 1997-09-21 22:02:25 +00:00
netipx
netkey
netnatm
netns
nfs
nfsclient
nfsserver
pc98
pccard Update for new callout interface. 1997-09-21 22:02:25 +00:00
pci Update for new callout interface. 1997-09-21 22:02:25 +00:00
powerpc/include
rpc
scsi Convert to use the new bufq* functions for dealing with buffer 1997-09-21 22:03:22 +00:00
sys buf.h: 1997-09-21 22:09:24 +00:00
tools
ufs
vm
Makefile