NetBSD/sys
tshiozak fe6f56bfb7 add support for the per-device power management capability.
int pci_set_powerstate(pci_chipset_tag_t pc, pcitag_t tag, int newstate)
	set power state of the device to newstate.
int pci_get_powerstate(pci_chipset_tag_t pc, pcitag_t tag)
	get current power state of the device.

In the future, these functions will be used for ACPI support.
2002-06-18 13:18:37 +00:00
..
adosfs
altq define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU. 2002-05-31 06:52:00 +00:00
arch Fix typo in comment. 2002-06-18 12:35:09 +00:00
coda
compat build without DEBUG_IRIX 2002-06-17 05:01:56 +00:00
conf Only build kern_systrace.c if the SYSTRACE option is used. 2002-06-18 00:33:57 +00:00
crypto missing IV handling in CBC mode (does not affect ESP code as we have 2002-05-24 06:28:06 +00:00
ddb provide a db_vprintf() which is exactly what the name suggests 2002-06-05 17:53:52 +00:00
dev add support for the per-device power management capability. 2002-06-18 13:18:37 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs use CD session offset from the disklabel, if present 2002-05-27 16:44:37 +00:00
kern Repair damage done in systrace commit. Since argsize is nog longer 2002-06-18 08:01:30 +00:00
lib Fix make breakage. $ZDST != ${ZDST} in make. make clean/cleandir now works. 2002-06-15 19:30:56 +00:00
lkm Revert rev. 1.10 of Makefile and fix the problem properly by adding 2002-06-02 23:46:49 +00:00
miscfs Add missing pageq lock while uvm_pagefree() is called (either directly 2002-05-29 11:04:39 +00:00
msdosfs UBCify a bit in detrunc() that was missed. from PR 17143. 2002-06-05 02:07:48 +00:00
net typo 2002-06-13 05:12:12 +00:00
netatalk
netccitt
netinet Disable TCP Congestion Window Monitoring by default; there are 2002-06-13 16:31:05 +00:00
netinet6 previous commit cached pcb policy too much (when pcb points to 2002-06-16 16:28:36 +00:00
netisdn Uniformly pass a "struct isdn_l3_driver *" through layer 2, so we 2002-05-21 10:31:10 +00:00
netiso Comment out token after #endif. 2002-05-16 19:30:41 +00:00
netkey cache pcb policy as much as possible. in fact, if policy is not 2002-06-14 14:47:24 +00:00
netnatm
netns
netsmb SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
nfs increase IP TTL for BOOTP/DHCP request packets to avoid dumb 2002-06-10 17:45:54 +00:00
ntfs
stand
sys cdev_systrace_init() only gets an "open" entry point. 2002-06-18 05:30:40 +00:00
ufs For synchronous writes, keep separate i/o counters for each write, so 2002-06-16 00:13:15 +00:00
uvm move initialization of the "struct pglist" returned by uvm_pglistalloc() 2002-06-02 14:44:35 +00:00
Makefile