Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-25 | In encap, sync mbuf before writing descriptors | Jason Wright | |
2002-01-25 | Disestablish *powerhook* on detach. jason@ ok | Thomas Nordin | |
2002-01-25 | Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD. | Jason Wright | |
2002-01-25 | move the scancode -> wskbd event map into a seperate file... more still | Jason Wright | |
to move, though. | |||
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright | |
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff | |
original port done by chris@ in '98 and pounded into -current by me, plus support for wide mode. tested on pci in both modes by me, on eisa (w/ half success, thus not enabled yet) by jason@. niklas@, jason@, millert@ ok. | |||
2002-01-24 | More cleaning | Jason Wright | |
2002-01-23 | fix a bug in az_find and make az_staet() more readable; from Vladimir Popov ↵ | Michael Shalayeff | |
<jumbo@narod.ru> | |||
2002-01-23 | allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov ↵ | Michael Shalayeff | |
<jumbo@narod.ru> | |||
2002-01-23 | regen | Michael Shalayeff | |
2002-01-23 | sb audigy w/ fw; from Maxim Tsyplakov <tm@oganer.net> | Michael Shalayeff | |
2002-01-23 | Add defn for MIPS reset register and use it. | Jason Wright | |
2002-01-23 | Use the size of the cmd dmamap when syncing the scsi command, not data size. | Per Fogelstrom | |
OK krw@ | |||
2002-01-23 | oops, make the kgdb var's non-static | Eric Jackson | |
2002-01-23 | declare a few var's extern for KGDB | Eric Jackson | |
2002-01-23 | allow this to compile with KGDB | Eric Jackson | |
2002-01-23 | we dont have getprogname() | Eric Jackson | |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski | |
well (not at all) with shortages of the vm_map where the pages are mapped (usually kmem_map). Try to deal with it: - group all information the backend allocator for a pool in a separate struct. The pool will only have a pointer to that struct. - change the pool_init API to reflect that. - link all pools allocating from the same allocator on a linked list. - Since an allocator is responsible to wait for physical memory it will only fail (waitok) when it runs out of its backing vm_map, carefully drain pools using the same allocator so that va space is freed. (see comments in code for caveats and details). - change pool_reclaim to return if it actually succeeded to free some memory, use that information to make draining easier and more efficient. - get rid of PR_URGENT, noone uses it. | |||
2002-01-22 | dup wi_pcmcia_attach(); from maurice@amaze.nl | Michael Shalayeff | |
2002-01-21 | sync | Nathan Binkert | |
2002-01-21 | Another pci->ohci chip | Nathan Binkert | |
2002-01-21 | finish ericj's work. | Nathan Binkert | |
make all audio drivers use the new allocm and round_buffersize decl's. will ease porting, and generally cleans up a bit | |||
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson | |
will ease porting, and generally cleans up a bit | |||
2002-01-19 | From Patrik Lindergren (patrik@ipunplugged.com): | Jason Wright | |
* make the driver big-endian aware * handling for DMA errors * move some allocations to attach From me: whitespace clean up and vtophys removal (almost works on sparc64) | |||
2002-01-19 | sync | Nathan Binkert | |
2002-01-19 | Add Intel PRO/1000XT | Nathan Binkert | |
2002-01-16 | Add a sun keyboard type | Jason Wright | |
2002-01-13 | Better error handling: unmap registers on failure and better checking on | Jason Wright | |
whether the spif is found at open(2) time. | |||
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright | |
2002-01-12 | the 1190 and 1400 register maps aren't the same size don't treat them so | Jason Wright | |
(basically this was a cut and pasto). | |||
2002-01-12 | House cleaning: removing some leftover sparc bits and such | Jason Wright | |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright | |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright | |
even if the flags enable it. chris@ ok | |||
2002-01-11 | Roughly same diff as sparc, better interrupt handling: | Jason Wright | |
* check use IE bits to qualify I bits * move cs4231 chip interrupts to APC GI handling * enable/disable cs4231 IEN in pin control register | |||
2002-01-11 | Get order of operations correct so that we clear the wsmux array and | Jason Wright | |
initialize it correctly. | |||
2002-01-11 | Check result from malloc(9) when using M_NOWAIT. fgsch@ ok | Thomas Nordin | |
2002-01-10 | return ENOTTY not EINVAL in default: in *ioctl() | Michael Shalayeff | |
2002-01-10 | check if device was opened for writing for modifying ops, also it's enotty ↵ | Michael Shalayeff | |
not einval; from Vladimir Popov <jumbo@narod.ru> and me | |||
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. nate@ ok | Thomas Nordin | |
2002-01-09 | regen | Michael Shalayeff | |
2002-01-09 | add corega wavelan | Michael Shalayeff | |
2002-01-09 | add ess1921 codec id | Michael Shalayeff | |
2002-01-09 | make sure mixer was opened for write for AUDIO_MIXER_WRITE | Michael Shalayeff | |
2002-01-09 | o There's no such thing as a source overrun, remove the definition | Jason Wright | |
o enable illegal read/write interrupts on 7811 (mainly for debugging) | |||
2002-01-08 | Add support for the Hifn 7811 (Thanks to GTGI for donating the card). | Jason Wright | |
While here, avoid resetting the card so often during the ram probe [speeds up autoconf and simplifies the driver a bit]. Also, add a missing argument to a debugging printf() (no longer ever called because the abort timers are disabled =) | |||
2002-01-08 | Remove nofn driver... it was much easier than I thought to support 7811 | Jason Wright | |
in the hifn7751 driver. | |||
2002-01-08 | SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net> | Federico G. Schwindt | |
2002-01-07 | Enough of a driver for 7811 to poll the random number generator for bits | Jason Wright | |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff | |
2002-01-07 | use flags instead of options to choose the tea5757 vs tea5759. | Michael Shalayeff | |
from Vladimir Popov <jumbo@narod.ru> |