summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Locking improvements.netchild2005-10-053-22/+47
* Add a comment regarding problems with NForce 2 mainboards and add disablednetchild2005-10-051-0/+5
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-0511-0/+42
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-051-1/+3
* Remove debug that crept in..imp2005-10-051-4/+0
* MFp4:imp2005-10-0510-67/+591
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longscottl2005-10-041-2/+3
* - Use if_printf() and device_printf() and axe lge_unit from the softc.jhb2005-10-032-58/+41
* - Use PCIR_BAR().jhb2005-10-031-5/+2
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-032-0/+8713
* * Fixed rate operation for es1370 chip to solve conflictingnetchild2005-10-021-118/+222
* Emulate pcm mixer controller for any uaudio device without it.netchild2005-10-021-0/+9
* The cmi9739_patch function which is referenced by ac97.c (rev. 1.56) now...netchild2005-10-022-0/+11
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-023-51/+42
* General spl* cleanup. It doesn't serve any purpose anymore.netchild2005-10-021-34/+1
* sys/dev/sound/pcm/ac97.c:netchild2005-10-024-19/+112
* Soft volume implementation for audio devices without pcm mixer controller.netchild2005-10-021-0/+78
* Fixing WEP bustage in hostap mode since 5.2-RELEASE.avatar2005-10-022-15/+59
* Honouring ic->ic_dtim_period.avatar2005-10-021-1/+1
* Big polling(4) cleanup.glebius2005-10-0113-385/+468
* Use ansi function definitions in preference to K&R to reduce diffsimp2005-09-3018-200/+82
* Not sporttings on other cardsimp2005-09-301-3/+3
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)imp2005-09-302-3/+14
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-302-8/+6
* Fix bad compile. Pointy hat to: impimp2005-09-292-2/+2
* o Add a bunch of o2micro controller IDsimp2005-09-292-2/+13
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-291-54/+49
* Use if_printf() and device_printf().jhb2005-09-291-90/+92
* Typo.jhb2005-09-291-1/+1
* - Consolidate duplicated code for assigning interrupts to PCI devices viajhb2005-09-291-17/+55
* Don't save and restore the ELCR register across suspend and resume forjhb2005-09-291-100/+5
* I added the device IDs to the header, but not to the table. Add themimp2005-09-291-0/+9
* - Use PCIR_BAR macro rather than hardcoding 0x10.jhb2005-09-291-6/+2
* In em_process_receive_interrupts() store and clear adapter->fmt. Thisglebius2005-09-291-2/+4
* Return zero when disabling watchdog, unless any of the drivers complain.phk2005-09-291-2/+6
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.ume2005-09-282-0/+2
* Implement suspend/resume methods to be more ACPI friendly.pjd2005-09-281-0/+36
* puc(4) does strange things to resources in order to fool thephk2005-09-281-4/+3
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-2813-61/+68
* Fix "taskqueue_drain with the following non-sleepable locks held"ru2005-09-281-1/+1
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.jkim2005-09-272-8/+175
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-273-4/+0
* Restore if_cp.c 1.27rik2005-09-271-2/+3
* Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:rik2005-09-273-1787/+1793
* Calling rman_get_start() after bus_release_resource() is evil.ru2005-09-271-2/+2
* Fix build.glebius2005-09-271-1/+1
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesmux2005-09-272-60/+42
* Report status in hex, not decimal.scottl2005-09-271-1/+1
* Emit a warning when a card matches multiple entries in our table. Aimp2005-09-261-2/+35
* Go ahead and detach our children in our detach routine. I'm undecidedimp2005-09-261-0/+1
OpenPOWER on IntegriCloud