summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix t3_gate_rx_traffic and t3_open_rx_traffic. Parts of them always operatednp2010-09-151-9/+13
* Fix bogus busying mechanism from cdevsw callbacks:attilio2010-09-152-12/+4
* Add some enums and constants from Adaptec's latest driveremaste2010-09-151-1/+14
* Use saner nsegments and maxsegsz parameters when creating certain DMA tags;marius2010-09-141-2/+2
* MFp4: (//depot/projects/mps/...)ken2010-09-141-4/+2
* Avoid repeatedly spamming the console while a timed out command is waitingemaste2010-09-141-1/+6
* Fix segment:offset calculation of interrupt vector for relocated video BIOSjkim2010-09-131-8/+6
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-17/+31
* acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CSTavg2010-09-131-9/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-132-8/+16
* Add tunable 'hint.hpet.X.per_cpu' to specify how much per-CPU timers drivermav2010-09-131-1/+7
* Instead of storing last event timestamp, store the next event timestamp.mav2010-09-121-19/+28
* Change OF_interpret() to also take an array of cell_t (missed in r209801).marius2010-09-114-10/+8
* make acpi_hp device a child of acpi_wmiavg2010-09-112-25/+12
* MFp4 (//depot/projects/mps/...)ken2010-09-1020-0/+12760
* bus_add_child: change type of order parameter to u_intavg2010-09-1010-17/+17
* Fix firmware module dependencies.bschmidt2010-09-102-2/+2
* Catch up to rename of the constant for the Master Data Parity Error bit injhb2010-09-091-2/+2
* Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish().mdf2010-09-091-7/+3
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-31/+17
* - Rename the constant for the Master Data Parity Error flag in thejhb2010-09-091-24/+24
* Fix a problem where device detection would work unreliably on Serverworksnwhitehorn2010-09-093-20/+34
* Let psm(4) use si_drv1 to refer to its softc.ed2010-09-091-28/+22
* Correct definition of T2 mode bit of MRBE Message Page 5 Next Pageyongari2010-09-081-1/+1
* - Add register definitions related to extended capability IDs injhb2010-09-081-0/+84
* During SMP startup there is time window, when SMP started, but interruptsmav2010-09-081-1/+26
* Consistently use tab characters instead of tab + space characters.yongari2010-09-072-130/+131
* Remove trailing CR at EOL.yongari2010-09-071-83/+83
* Code correction in refresh_mbufs, just continuingjfv2010-09-071-2/+2
* Tighten up the rx mbuf refresh code, there were somejfv2010-09-072-51/+65
* Make sure to create DMA'able memory for statistics block. This wasyongari2010-09-071-0/+9
* acpi_hp: fix bus attachment codeavg2010-09-061-7/+35
* Add support for the Sharp/Micron flash chips to powermac_mvram(4).mav2010-09-052-6/+117
* Several improvements to HPET driver:mav2010-09-051-22/+55
* Fix invalid class removal when IAF is not the last class.fabient2010-09-051-15/+2
* Fix a compile problem introduced with r212008 on 32bit:bz2010-09-041-1/+1
* Fix another bug introduced in r212109. We should unload DMA mapsyongari2010-09-031-1/+1
* acpi: update stale comments about order of cpu devices probingavg2010-09-031-6/+5
* Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 wasyongari2010-09-032-31/+124
* Implement initial device suspend/resume method.yongari2010-09-021-0/+31
* Unlike most other controllers, NS DP83815/DP83816 controllers seemyongari2010-09-022-10/+81
* Fix the last endianness issue on handling station address whichyongari2010-09-021-13/+14
* Disable video ROM shadowing by default as I originally intended. I foundjkim2010-09-021-2/+2
* Remove the freelist, which simply duplicates some of the zone allocator'sdes2010-09-022-31/+2
* Add fix for SiI3114 and SiI3512 chips bug, which caused sending R_ERR inmav2010-09-021-0/+8
* SATA1.x SiliconImage controllers on power-on reset TFD Status register intomav2010-09-023-17/+15
* Reduce the need to accesss struct usb_device by providing functions to accessthompsa2010-09-027-30/+56
* Add support for power mode filtering as some USB hardware does not supportthompsa2010-09-025-6/+37
* Change argument for usbd_get_dma_delay() from USB bus to USB device, somethompsa2010-09-027-15/+22
* Fix setting of the rx_max and tx_max variables. If the expected buffer size isthompsa2010-09-021-4/+4
OpenPOWER on IntegriCloud