NetBSD/sys
itohy 4283f00882 1. Change equalizer (treble, bass) to be ``flat'' if the values set at
the center position (128), so as to be compatible with other drivers.
    The equalizer is enhancement only, and the values < 128 don't take
    any effect.

    Yeah, this causes spec change....
    For equalization.treble and equalization.bass, the relation between
    old and new value is

	new_value = (old_value / 2) + 128.

    (Note this does not apply to equalization.surround.)

 2. Support ++ and -- of mixerctl(1) for stepping volume variables.

 3. Fix problem where the chip is not powered up
    when the mic input is unmuted.
2002-02-26 14:57:36 +00:00
..
adosfs
altq
arch We are not a DECstation. 2002-02-26 12:45:24 +00:00
coda
compat FIxed typo 2002-02-23 22:43:56 +00:00
conf Add ISP_FW_CRASH_DUMP option for isp. 2002-02-21 22:23:33 +00:00
crypto
ddb Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
dev 1. Change equalizer (treble, bass) to be ``flat'' if the values set at 2002-02-26 14:57:36 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs
kern Reworked the o32/n32 matching scheme. IRIX uses some e_flags in the ELF 2002-02-21 21:53:00 +00:00
lib Add register prefixes to these. 2002-02-24 00:12:41 +00:00
lkm Add linux_sysctl.c 2002-02-23 16:46:03 +00:00
miscfs Don't use MALLOC for variable sized allocation. 2002-02-20 06:16:22 +00:00
msdosfs
net Typo fix. 2002-02-26 14:54:50 +00:00
netatalk
netccitt
netinet correctly enforce ipsec policy check on forwarding case. 2002-02-25 02:17:55 +00:00
netinet6 make sure to check address family on route cache. with IPv4 mapped 2002-01-22 03:53:55 +00:00
netisdn until the B-channel bookkeeping is fixed, do at least as much as necessary 2002-02-14 16:46:23 +00:00
netiso
netkey change key_timehandler to take void * as argument. sync with kame. 2002-01-31 07:05:43 +00:00
netnatm
netns
netsmb
nfs use curproc instead of b_proc for NFS. that's what we want for sync commits 2002-01-31 05:56:57 +00:00
ntfs
stand
sys Add a "show event" ddb command to show the event counters. 2002-02-15 11:18:26 +00:00
ufs Record some page cache related information into ubchist. 2002-02-22 08:23:16 +00:00
uvm in amap_pp_adjref(), avoid unnecessary fragmentation of the am_ppref array 2002-02-25 00:39:16 +00:00
Makefile