summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',thompsa2009-10-221-1/+71
* Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail onrpaulo2009-10-221-1/+1
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-222-4/+9
* Handle the case where there is only one PMC in the system.fabient2009-10-211-4/+4
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+2
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+1
* Add a missing free() call.brueffer2009-10-211-0/+2
* MFp4:mav2009-10-212-2/+2
* MFp4:mav2009-10-211-7/+26
* - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable headerstas2009-10-212-47/+47
* MFp4:mav2009-10-212-37/+79
* - On entrance to the rx_eof sync RX rings maps with POSTWRITE flagstas2009-10-211-4/+7
* Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb devicethompsa2009-10-201-2/+3
* Make mxge do a better job recovering from NIC h/w faultsgallatin2009-10-201-13/+37
* Use callout_init_mtx on FreeBSD versions recent enough. This closeskan2009-10-204-21/+40
* Remove a redundant option ROM check, which was never meant to be committed.jkim2009-10-191-3/+2
* Add support for newer WinChipHead CH341 chips, previously in the uch341 driver.thompsa2009-10-192-116/+58
* Remove the newly added uch341 driver, it will be merged into uchcom instead.thompsa2009-10-191-530/+0
* 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
OpenPOWER on IntegriCloud