Commit Graph

148465 Commits

Author SHA1 Message Date
lukem 51c3e093dc Use LDFLAGS (with $(CC) syntax) instead of appending to LD. 2006-06-25 14:12:14 +00:00
wiz b6aca06c61 Remove a superfluous comma. 2006-06-25 13:48:38 +00:00
kent 41ab400fe0 note S/PDIF of azalia(4) 2006-06-25 13:47:18 +00:00
kent 19880a7e53 - remove a sentence about no support for S/PDIF
- add supported codec names
- bump date
2006-06-25 13:44:37 +00:00
kent b2c67a5653 * disconnect a stream and audio converters on a halt of the stream
* enable S/PDIF for a digital audio converter when connecting
 a stream
* rename "inputs.usingdac" to "playback.mode", and
 "record.usingadc" to "record.mode"
* add S/PDIF output configuration to ALC882
2006-06-25 13:41:58 +00:00
lukem 9073aac5f2 Convert to using CC instead of LD, as LDFLAGS is for CC not LD. 2006-06-25 13:36:26 +00:00
kiyohara 383a50d6cd Supoort read/write word. 2006-06-25 13:32:16 +00:00
wiz 83b25f2177 Various minor improvements. 2006-06-25 13:24:45 +00:00
yamt 787ac52945 add kmem_alloc.9 kmem_free.9 kmem_zalloc.9. 2006-06-25 13:09:41 +00:00
yamt 54460ad919 document kmem_alloc, kmem_free, kmem_zalloc. 2006-06-25 13:07:49 +00:00
wiz c37ba07237 Separate crypto and .cat/.man with a comma.
Noted by KlinT on current-users.
2006-06-25 12:02:18 +00:00
yamt f374633f81 remove some unnecessary casts. 2006-06-25 08:13:28 +00:00
yamt 0fca5c447b move SA related pools to where they are used. make them static. 2006-06-25 08:12:54 +00:00
yamt 44c017beb2 sa_makeupcalls: don't leak kernel stack garbage to userland. 2006-06-25 08:12:10 +00:00
yamt bf0859e932 netbsd32_sacopyout: don't leak kernel stack garbage to userland. 2006-06-25 08:11:06 +00:00
yamt 8308eb1f7a implement kmem_zalloc. 2006-06-25 08:10:04 +00:00
yamt 23fcb7c3d3 sa_makeupcalls: cleanup usage of sae_sacopyout. 2006-06-25 08:09:10 +00:00
yamt d038c11b60 sa_makeupcalls: simplify code and fix an sau leak on error. 2006-06-25 08:08:13 +00:00
yamt 5df39bb5be sa_makeupcalls: don't allocate big structures on stack. 2006-06-25 08:05:36 +00:00
yamt d447115889 make amap use kmem_alloc, rather than malloc.
(ie. make it use kernel_map, rather than kmem_map.)
kmem_map is more restricted than kernel_map,
and there's no point for amap to use it.
2006-06-25 08:03:46 +00:00
yamt bc4977819f 1. implement solaris-like vmem. (still primitive, though)
2. implement solaris-like kmem_alloc/free api, using #1.
   (note: this implementation is backed by kernel_map, thus can't be
   used from interrupt context.)
2006-06-25 08:00:01 +00:00
yamt 8dc7b19627 add a comment on if_agrprivate. 2006-06-25 07:50:00 +00:00
yamt 6108244889 remove unused M_SA. 2006-06-25 07:46:39 +00:00
kent 6d02918db1 ALC260 & Fujitsu LOOX:
mute the internal speaker when the headphone is inserted, and
unmute the internal speaker when the headphone is pulled out.
2006-06-25 07:36:33 +00:00
kent 59dc5ba7f0 printf() -> DPRINTF(()) 2006-06-25 06:37:20 +00:00
kent 3bd12046d3 avoid infinite recursive call of azalia_rirb_kick_unsol_events() 2006-06-25 06:34:08 +00:00
mrg d1d848dac8 put hppa in to the list of working but not switched to GCC4 platforms. 2006-06-25 05:14:36 +00:00
mrg f71386cb37 -fwritable-strings is not valid for GCC4. 2006-06-25 05:12:29 +00:00
mrg 404c14b93f apply -Wno-pointer-sign and -fno-strict-aliasing. 2006-06-25 05:11:42 +00:00
mrg 0d6fef01af apply a patch from pa-linux.h. makes branch offsets work properly.
now hp7000 builds userland.  from skrll@.
2006-06-25 05:10:33 +00:00
kent 19cf46b4ef handle unsolicited responses.
A codec can receive unsolicited responses by codec_t::unsol_event()
2006-06-25 05:05:51 +00:00
soren 6ced4fcba5 Regen. 2006-06-25 03:47:26 +00:00
soren 07b847aa9a Add quirk for the not quite standard PCI bus in Parallels Desktop for Mac. 2006-06-25 03:46:56 +00:00
mrg b94c4de11c change ggc-none.o to build-ggc-none.o in G_BUILD_RTL.
(avoids running mknative 16 times...)
2006-06-25 03:10:01 +00:00
mrg 2e81d433f5 clean gcov-iov{,.h} and insn-preds.c.
fix dependancies for build-ggc-none.lo and ggc-none.o.
2006-06-25 03:08:54 +00:00
mrg 51763b5588 convert build/ggc-none.o to build-ggc-none.lo. 2006-06-25 03:06:15 +00:00
mrg d1e7efd01a commit the correct version of the previous. 2006-06-25 03:03:41 +00:00
mrg 5609a371c9 make MKCRYPTO=no work again. 2006-06-25 03:02:19 +00:00
perry 9c74364e5b Add a power hook for the com device. 2006-06-25 00:39:21 +00:00
tsutsui cc999a4878 After extracting sets, copy miniroot kernel only if there is
no extracted kernel in the target disk.
2006-06-25 00:35:03 +00:00
tsutsui 29f7708f95 After extracting sets, copy miniroot kernel only if there is
no extracted kernel in the target disk.
2006-06-25 00:15:19 +00:00
tsutsui bc4fff729e Bump libz major. 2006-06-24 23:40:58 +00:00
tsarna d0e9109021 fix typo: idicator -> indicator 2006-06-24 23:40:50 +00:00
wiz 5a6a71279e Moved to othersrc/usr.sbin/sushi, where the program now lives. 2006-06-24 21:12:19 +00:00
wiz 4659bd50a3 Sort options in usage(). 2006-06-24 21:04:48 +00:00
wiz 4b8efa57bb Sort options. 2006-06-24 21:03:57 +00:00
christos ab547228f5 Add a -g switch to retrieve the current vt. 2006-06-24 19:57:32 +00:00
christos 876fcff6e8 warns=4 2006-06-24 19:57:17 +00:00
wiz 1018f0f979 New sentence, new line. Remove trailing whitespace and empty BUGS section. 2006-06-24 18:43:08 +00:00
wiz 7dcb52b3b2 Comment out "/usr/share/doc/papers/timecounter.ascii.gz", since we do not
have this in NetBSD (yet?)
2006-06-24 18:41:37 +00:00