summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-2818-8/+445
* Add a config number quirk for the ELSA_MODEM1thompsa2009-09-281-0/+1
* add more device IDsthompsa2009-09-281-0/+3
* Allow setting of MAC address for AXE based ethernet adapters.thompsa2009-09-281-4/+5
* Increase the rx buffer size to 16384 bytes, this increases RX performance fromthompsa2009-09-281-29/+26
* - Remove SAMSUNG_YP_U2 now that it is in the cam layerthompsa2009-09-281-4/+4
* MFp4thompsa2009-09-281-0/+10
* Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.thompsa2009-09-284-29/+697
* Add extra safety locking when clobbering xfer->flags_int.started in start andthompsa2009-09-281-7/+21
* Correct buffer sizes used so that they match. The old code could give thethompsa2009-09-281-2/+3
* Add support for USB language selection.thompsa2009-09-282-22/+68
* Fix NULL-pointer dereference in usb_endpoint_foreach().thompsa2009-09-281-1/+3
* Add support for ChipHead 341 serial port adapter.thompsa2009-09-281-0/+521
* Clear all interrupts rather than just SETUP packet.thompsa2009-09-281-2/+2
OpenPOWER on IntegriCloud