summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Rewrite x86bios and update its dependent drivers.jkim2009-10-194-322/+536
* Move mxge(4)'s NIC watchdog reset handler fromgallatin2009-10-192-22/+66
* Work around a quirk with the G5 Xserve, which has a fake GMAC controllernwhitehorn2009-10-181-0/+10
* Fix KASSERT string to include the real module name.rpaulo2009-10-181-1/+1
* overhauls urtw(4) for supporting RTL8187B devices properly that thereweongyo2009-10-183-371/+658
* Correct offset calcluation for the NCM implementation.thompsa2009-10-151-18/+17
* Only poll ukbd if KDB is active.thompsa2009-10-151-0/+4
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-1516-282/+535
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-145-2/+23
* fixes a TX hang bug that it could happen when if_start callback didn'tweongyo2009-10-141-2/+8
* Immediately after clearing a pending callout that didn't make it duebz2009-10-131-10/+10
* Correct a copy/paste bug in a comment. lptclose() checks once a second tojhb2009-10-131-1/+1
* Fix the 106/109 USB Japanese keyboard "underscore" issue.hrs2009-10-121-12/+51
* Add support for Intel G41 chipsetrnoland2009-10-112-1/+4
* Add pci id's for Intel G41 chipsetrnoland2009-10-111-0/+2
* Atheros EEPROM version 4K. This version is mostly based on version 1.4.rpaulo2009-10-102-0/+561
* Orphaning provider with EXDEV seems weird; perhaps the author meanttrasz2009-10-101-1/+1
* On command timeout handle frozen command first, to not run it insidemav2009-10-072-6/+8
* - Give a name to the host coalescing bug fix WDMA mode register bit insteadstas2009-10-072-1/+2
* - Add support for new BGE chips (5761, 5784 and 57780). These chips uses newstas2009-10-072-74/+173
* cxgb(4) updates, including:np2009-10-0513-2593/+4405
* - Revert r191568 partially. Forcing AHCI mode by changing device subclassjkim2009-10-051-63/+31
* When the timeout backoff hits the maximum value, leave it capped at thejhb2009-10-051-1/+1
* updates device entries supported with the product name not magic numbersweongyo2009-10-042-11/+22
* Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYmarcel2009-10-023-27/+55
* EHCI Hardware BUG workaroundthompsa2009-10-011-21/+57
* Fix a bad use of NULL instead of zero for int comparison. Sorry for thecokane2009-10-011-3/+3
* style(9) fixes (always compare pointers to NULL)cokane2009-10-011-3/+3
* Do not hold the ACPI A/C adapter lock when changing the power profile.jhb2009-09-301-2/+3
* Split the 'video' ACPI lock up into two locks to resolve a LOR with thejhb2009-09-301-10/+26
* Two more mxge watchdog fixes:gallatin2009-09-302-4/+14
* Correct a bug that could lead to a kernel panic if a user attempted tocokane2009-09-301-10/+3
* Fix typo in previous commit.mav2009-09-301-1/+3
* Fix multicast handling. All Atheros controllers use big-endian formyongari2009-09-294-4/+4
* Add some bits of HDMI/DisplayPort support from later specification updates.mav2009-09-292-13/+100
* Fix offset handlingrnoland2009-09-281-7/+7
* radeon_family is an enum, so ordering can be important.rnoland2009-09-281-2/+2
* Fix blit pitch for 4 byte transfers on r600.rnoland2009-09-281-1/+1
* R600 doesn't support IRQs yet, so don't try to use them.rnoland2009-09-282-1/+19
* For AR8132 fast ethernet controller, do not report 1000baseTyongari2009-09-281-0/+10
* Add DGE-560SX(Yukon XL) to the supported device list. Many thanksyongari2009-09-282-0/+3
* Add workaround for Yukon XL which has hardware bug that can't flushyongari2009-09-281-3/+8
* Add hack to pass controller specific information to phy driver.yongari2009-09-284-15/+52
* Fix MIB statistics clear routine. This should fix alignment errors on sparc64.yongari2009-09-281-1/+1
* Some fiber PHY(88E1112) does not seem to set resolved speed soyongari2009-09-281-2/+5
* Don't encode model id twice.yongari2009-09-281-1/+1
* It seems some 82559ER controllers do not support Rx checksumyongari2009-09-281-2/+5
* Remove unnecessary device reinitialization.yongari2009-09-281-2/+14
* Add back endpoint swap detection that was disabled in an earlier driverthompsa2009-09-281-10/+33
* Add new FTDI IDs.thompsa2009-09-281-0/+3
OpenPOWER on IntegriCloud