aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFP4: Note why we do the dance we do for waiting for the thread to die.Warner Losh2005-10-081-0/+8
* Remove a couple of explicit memset(0) ops that were zeroing past the end ofScott Long2005-10-081-4/+2
* Fixes my previous commit (rev 1.20)Damien Bergamini2005-10-071-3/+3
* o Use firmware extended scan command; this one doesn't crash when scanningDamien Bergamini2005-10-062-21/+29
* Make sure that the worker thread knows the type early enough toPoul-Henning Kamp2005-10-061-6/+5
* Fix another edge case I just noticed when committing the previous changes:John Baldwin2005-10-062-0/+6
* Rototill vx(4), add locking, and mark MPSAFE:John Baldwin2005-10-064-233/+287
* Add support for setting the SG list segment size.Søren Schmidt2005-10-063-11/+19
* Fix a nasty typo. Change:Pawel Jakub Dawidek2005-10-061-1/+1
* - Locking improvements.Alexander Leidinger2005-10-053-22/+47
* Add a comment regarding problems with NForce 2 mainboards and add disabledAlexander Leidinger2005-10-051-0/+5
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-0511-0/+42
* - Don't include opt_global.h, it is always included implicitly.Gleb Smirnoff2005-10-051-1/+3
* Remove debug that crept in..Warner Losh2005-10-051-4/+0
* MFp4:Warner Losh2005-10-0510-67/+591
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longScott Long2005-10-041-2/+3
* - Use if_printf() and device_printf() and axe lge_unit from the softc.John Baldwin2005-10-032-58/+41
* - Use PCIR_BAR().John Baldwin2005-10-031-5/+2
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsScott Long2005-10-032-0/+8713
* * Fixed rate operation for es1370 chip to solve conflictingAlexander Leidinger2005-10-021-118/+222
* Emulate pcm mixer controller for any uaudio device without it.Alexander Leidinger2005-10-021-0/+9
* The cmi9739_patch function which is referenced by ac97.c (rev. 1.56) now...Alexander Leidinger2005-10-022-0/+11
* sys/dev/sound/pcm/sndstat.c:Alexander Leidinger2005-10-023-51/+42
* General spl* cleanup. It doesn't serve any purpose anymore.Alexander Leidinger2005-10-021-34/+1
* sys/dev/sound/pcm/ac97.c:Alexander Leidinger2005-10-024-19/+112
* Soft volume implementation for audio devices without pcm mixer controller.Alexander Leidinger2005-10-021-0/+78
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.Tai-hwa Liang2005-10-022-15/+59
* Honouring ic->ic_dtim_period.Tai-hwa Liang2005-10-021-1/+1
* Big polling(4) cleanup.Gleb Smirnoff2005-10-0113-385/+468
* Use ansi function definitions in preference to K&R to reduce diffsWarner Losh2005-09-3018-200/+82
* Not sporttings on other cardsWarner Losh2005-09-301-3/+3
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)Warner Losh2005-09-302-3/+14
* Add macros which follow the miidevs design pattern to make it easierWarner Losh2005-09-302-8/+6
* Fix bad compile. Pointy hat to: impWarner Losh2005-09-292-2/+2
* o Add a bunch of o2micro controller IDsWarner Losh2005-09-292-2/+13
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromJohn Baldwin2005-09-291-54/+49
* Use if_printf() and device_printf().John Baldwin2005-09-291-90/+92
* Typo.John Baldwin2005-09-291-1/+1
* - Consolidate duplicated code for assigning interrupts to PCI devices viaJohn Baldwin2005-09-291-17/+55
* Don't save and restore the ELCR register across suspend and resume forJohn Baldwin2005-09-291-100/+5
* I added the device IDs to the header, but not to the table. Add themWarner Losh2005-09-291-0/+9
* - Use PCIR_BAR macro rather than hardcoding 0x10.John Baldwin2005-09-291-6/+2
* In em_process_receive_interrupts() store and clear adapter->fmt. ThisGleb Smirnoff2005-09-291-2/+4
* Return zero when disabling watchdog, unless any of the drivers complain.Poul-Henning Kamp2005-09-291-2/+6
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.Hajimu UMEMOTO2005-09-282-0/+2
* Implement suspend/resume methods to be more ACPI friendly.Pawel Jakub Dawidek2005-09-281-0/+36
* puc(4) does strange things to resources in order to fool thePoul-Henning Kamp2005-09-281-4/+3
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-2813-61/+68
* Fix "taskqueue_drain with the following non-sleepable locks held"Ruslan Ermilov2005-09-281-1/+1
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.Jung-uk Kim2005-09-272-8/+175