aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-114-10/+8
* make acpi_hp device a child of acpi_wmiAndriy Gapon2010-09-112-25/+12
* MFp4 (//depot/projects/mps/...)Kenneth D. Merry2010-09-1020-0/+12760
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-1010-17/+17
* Fix firmware module dependencies.Bernhard Schmidt2010-09-102-2/+2
* Catch up to rename of the constant for the Master Data Parity Error bit inJohn Baldwin2010-09-091-2/+2
* Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish().Matthew D Fleming2010-09-091-7/+3
* Add a drain function for struct sysctl_req, and use it for a variety ofMatthew D Fleming2010-09-091-31/+17
* - Rename the constant for the Master Data Parity Error flag in theJohn Baldwin2010-09-091-24/+24
* Fix a problem where device detection would work unreliably on ServerworksNathan Whitehorn2010-09-093-20/+34
* Let psm(4) use si_drv1 to refer to its softc.Ed Schouten2010-09-091-28/+22
* Correct definition of T2 mode bit of MRBE Message Page 5 Next PagePyun YongHyeon2010-09-081-1/+1
* - Add register definitions related to extended capability IDs inJohn Baldwin2010-09-081-0/+84
* During SMP startup there is time window, when SMP started, but interruptsAlexander Motin2010-09-081-1/+26
* Consistently use tab characters instead of tab + space characters.Pyun YongHyeon2010-09-072-130/+131
* Remove trailing CR at EOL.Pyun YongHyeon2010-09-071-83/+83
* Code correction in refresh_mbufs, just continuingJack F Vogel2010-09-071-2/+2
* Tighten up the rx mbuf refresh code, there were someJack F Vogel2010-09-072-51/+65
* Make sure to create DMA'able memory for statistics block. This wasPyun YongHyeon2010-09-071-0/+9
* acpi_hp: fix bus attachment codeAndriy Gapon2010-09-061-7/+35
* Add support for the Sharp/Micron flash chips to powermac_mvram(4).Alexander Motin2010-09-052-6/+117
* Several improvements to HPET driver:Alexander Motin2010-09-051-22/+55
* Fix invalid class removal when IAF is not the last class.Fabien Thomas2010-09-051-15/+2
* Fix a compile problem introduced with r212008 on 32bit:Bjoern A. Zeeb2010-09-041-1/+1
* Fix another bug introduced in r212109. We should unload DMA mapsPyun YongHyeon2010-09-031-1/+1
* acpi: update stale comments about order of cpu devices probingAndriy Gapon2010-09-031-6/+5
* Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 wasPyun YongHyeon2010-09-032-31/+124
* Implement initial device suspend/resume method.Pyun YongHyeon2010-09-021-0/+31
* Unlike most other controllers, NS DP83815/DP83816 controllers seemPyun YongHyeon2010-09-022-10/+81
* Fix the last endianness issue on handling station address whichPyun YongHyeon2010-09-021-13/+14
* Disable video ROM shadowing by default as I originally intended. I foundJung-uk Kim2010-09-021-2/+2
* Remove the freelist, which simply duplicates some of the zone allocator'sDag-Erling Smørgrav2010-09-022-31/+2
* Add fix for SiI3114 and SiI3512 chips bug, which caused sending R_ERR inAlexander Motin2010-09-021-0/+8
* SATA1.x SiliconImage controllers on power-on reset TFD Status register intoAlexander Motin2010-09-023-17/+15
* Reduce the need to accesss struct usb_device by providing functions to accessAndrew Thompson2010-09-027-30/+56
* Add support for power mode filtering as some USB hardware does not supportAndrew Thompson2010-09-025-6/+37
* Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson2010-09-027-15/+22
* Fix setting of the rx_max and tx_max variables. If the expected buffer size isAndrew Thompson2010-09-021-4/+4
* Fix UMS_BUTTON_MAX define nameAndrew Thompson2010-09-021-1/+1
* Fix build breakage from r212127Andrew Thompson2010-09-022-4/+2
* Add GPIO programming for more PHY hardware.Andrew Thompson2010-09-022-29/+97
* Add support for extra buttons on the Kensington Slimblade Trackball.Andrew Thompson2010-09-021-0/+12
* Silence debug error by default.Andrew Thompson2010-09-021-1/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isAndrew Thompson2010-09-027-16/+40
* Fix stupid error in r212109 which didn't swap DMA maps. This causedPyun YongHyeon2010-09-021-2/+2
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-0138-7/+43
* Move sis_reset() to sis_initl(). This ensures driver starts withPyun YongHyeon2010-09-011-7/+5
* Avoid controller reinitialization which could be triggered byPyun YongHyeon2010-09-011-0/+5
* Do not reinitialize controller whenever promiscuous mode orPyun YongHyeon2010-09-012-2/+11
* Report result of link state change to caller. Previously it alwaysPyun YongHyeon2010-09-011-2/+3