summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary controller reinitialization.yongari2010-09-211-1/+9
* Make sure to clear IFF_DRV_RUNNING to reinitialize controller.yongari2010-09-211-0/+2
* Remove unnecessary controller reinitialization.yongari2010-09-211-1/+9
* Tweak the stats exported by the e1000 drivers:jhb2010-09-204-346/+404
* Fix typo in previous commit.bschmidt2010-09-191-1/+1
* Rewrite parts of the calibration code which is run while bringing upbschmidt2010-09-192-87/+206
* Group functions used for initial calibration.bschmidt2010-09-191-80/+80
* Cleanup white space and typos.n_hibma2010-09-181-6/+6
* Rework r210248. Although it fixed most of problems, it did not fix onejkim2010-09-171-7/+4
* Fix a couple of mps problems.ken2010-09-172-4/+39
* Use device_printf where possible, and otherwise at least include theemaste2010-09-163-7/+10
* MFp4 (//depot/projects/mps/...):ken2010-09-161-0/+25
* status bits should be &'ed against status to be really functional.delphij2010-09-161-2/+2
* Remove an unnecessary hack from ACPICA 20100915 (r212761).jkim2010-09-161-1/+1
* Merge ACPICA 20100915.jkim2010-09-161-36/+0
* Implement device unbusying via a cdevpriv destructor.attilio2010-09-161-15/+18
* Fix incorrect RX BD producer updates. The producer index wasyongari2010-09-161-2/+4
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-31/+17
* Fix panic, when due to some kind of congestion on FIS-based switchingmav2010-09-163-15/+24
* Merge r207585 from cas(4):marius2010-09-163-5/+47
* 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
OpenPOWER on IntegriCloud