Go to file
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
bin Clarify the description for -s to include a pointer to an explanation 2005-05-11 09:10:49 +00:00
contrib/sys
crypto Update sample config file to higher security settings 2005-05-10 10:22:03 +00:00
dist Fix printf format/argument mismatch. 2005-04-24 13:34:18 +00:00
distrib PR/30177: Rui Paulo: /var/chroot/pflogd isn't created by default 2005-05-11 10:41:51 +00:00
doc build grep/dfa.c with reduced optimization on hppa to avoid a gcc bug. 2005-05-11 13:10:21 +00:00
etc PR/30177: Rui Paulo: /var/chroot/pflogd isn't created by default 2005-05-11 10:41:51 +00:00
games Otto Von Bismarck -> Otto von Bismarck. 2005-05-10 18:41:53 +00:00
gnu build grep/dfa.c with reduced optimization on hppa to avoid a gcc bug. 2005-05-11 13:10:21 +00:00
include Instead of pulling in all of <wchar.h>, just define wchar_t here. 2005-04-18 19:47:51 +00:00
lib Update sample config file to higher security settings 2005-05-10 10:22:03 +00:00
libexec in _rtld_is_exported(), use a function pointer type instead of Elf_Addr 2005-05-10 13:15:56 +00:00
regress Add a test for 4 char key and value insert on a 65536 bucket size hash. 2005-04-27 23:37:34 +00:00
rescue Add /rescue/tetris. 2005-04-01 08:35:17 +00:00
sbin Fix macro NEXTADDR so that the names, like so_dst, are printed 2005-05-10 18:12:22 +00:00
share Grammar. 2005-05-11 05:40:46 +00:00
sys Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supports 2005-05-11 13:13:11 +00:00
tools don't build a shared lib for the host-tool, it doesn't work on hp700 2005-05-08 01:47:33 +00:00
usr.bin Use socklen_t instead of int as the 5th argument to getsockopt(). 2005-05-11 02:29:12 +00:00
usr.sbin Output the error string when renaming a dependency file fails. This has 2005-05-10 00:06:57 +00:00
x11 Need a .WAIT before going into bin 2005-05-09 20:02:21 +00:00
build.sh Avoid the brace expansion on OpenBSD. 2005-03-26 06:02:13 +00:00
BUILDING
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING Tweaks for the move of postinstall from /etc to /usr/sbin 2005-04-17 23:12:40 +00:00