NetBSD/sys
scw 32bd2f7d95 Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supports
the AC97_POWER_ANL bit.

The heuristic simply checks if AC97_REG_POWER's AC97_POWER_MIXER  bit can
be set, implying the CODEC can control power to its mixer. If the bit
reads back as zero after we set it, assume ANL is reserved.

Without this patch, some CODECs (e.g. Philips UCB1400) will experience long
delays during attach and resume while the driver waits for a bit which will
never set.

Thanks to jmcneill@ for reviewing this WRT AC97 modem power control.
2005-05-11 13:13:11 +00:00
..
altq nuke trailing whitespace 2005-02-26 22:58:54 +00:00
arch loading the kernel from disk currently causes the PDC_COPROC call to fail, 2005-05-11 02:59:49 +00:00
coda nuke trailing whitespace 2005-02-26 22:58:54 +00:00
compat #endif for LINUX_SS_ONSTACK needs to go after linux_sys_sigaltstack or builds 2005-05-09 19:04:50 +00:00
conf Rototill of the verified exec functionality. 2005-04-20 13:44:45 +00:00
crypto Make resultant hash length a symbolic define so other code can reuse the 2005-04-19 14:05:53 +00:00
ddb move decl of db_machine_command_table from db_interface.h to db_command.c 2005-04-29 10:40:16 +00:00
dev Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supports 2005-05-11 13:13:11 +00:00
dist more fallout from so_uid -> so_uidinfo. 2005-05-07 19:59:56 +00:00
fs - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
gdbscripts nuke trailing whitespace 2005-02-26 22:58:54 +00:00
ipkdb nuke trailing whitespace 2005-02-26 22:58:54 +00:00
kern don't unlock twice. 2005-05-09 23:40:20 +00:00
lib Use ${TOOL_M4} instead of "m4". (I only tested this fix 2005-04-22 00:22:55 +00:00
lkm add missing prototype for when CODA_COMPAT_5 is #define'd 2005-03-28 06:59:13 +00:00
miscfs PR/29782: Martin Husemann: procfs can not unmount when some process has its 2005-04-02 06:15:09 +00:00
net rate limit the printfs for oversized ethernet packets. 2005-05-02 21:20:27 +00:00
net80211 nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netatalk #include <sys/protosw.h> if _KERNEL 2005-05-06 04:26:31 +00:00
netccitt nuke trailing whitespace 2005-02-26 22:45:09 +00:00
netinet tcp_output: account FIN when building sack option. 2005-05-08 04:52:05 +00:00
netinet6 PR/30154: YAMAMOTO Takashi: tcp_close locking botch 2005-05-07 17:44:11 +00:00
netipsec Panic strings should not end with \n. 2005-05-08 18:44:39 +00:00
netisdn nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netiso nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netkey Yet another NAT-T fix: don't forbid SP with ports in the policy 2005-05-05 12:08:24 +00:00
netnatm nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netns nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netsmb Panic strings should not end with \n. 2005-05-08 18:44:39 +00:00
nfs nfsrv_rcv: don't do so_receive from socket upcall context. 2005-03-29 09:22:35 +00:00
opencrypto nuke trailing whitespace 2005-02-26 22:31:44 +00:00
stand
sys since the vax gcc-2.95 does not like comma expressions, rewrite these as 2005-05-09 23:43:04 +00:00
ufs flush_inodedep_deps(): If softdep_lookupvp() returns NULL it means the 2005-05-07 14:24:14 +00:00
uvm allocate anons on-demand, rather than reserving static amount of 2005-05-11 13:02:25 +00:00
Makefile