summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* o) Check that no overrun or CRC errors were encountered in receiving ajmallett2009-03-272-4/+15
* Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() andjhb2009-03-261-4/+2
* Allow the attach routine to fail gracefully and not panic the system.imp2009-03-261-1/+2
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-0/+113
* Fix up waiting on vblank again... This reverts a last minute change thatrnoland2009-03-261-5/+8
* Tweak comments.imp2009-03-251-15/+16
* Add RIOS PCCARD 3.imp2009-03-251-0/+1
* RIOS Systems co was naughty and used a 'random' id. Use it with theimp2009-03-251-0/+4
* It appears that the TDK LAK CD011 works with fe driver. I don't haveimp2009-03-251-0/+1
* Another akihabra find: Mitsubishi B8895.imp2009-03-251-0/+2
* Fix typo.yongari2009-03-251-1/+1
* Use __packed from cdefs.hdelphij2009-03-251-1/+1
* Rework the management of vblank interrupts a bit.rnoland2009-03-251-22/+31
* Intel handled the management of the breadcrumb counter inconsistently.rnoland2009-03-252-11/+12
* The GART allocations are a propery of the gart, not of scatter-gatherrnoland2009-03-253-10/+9
* Use __attribute__((packed)) for the structure so that hptiop managementdelphij2009-03-251-1/+1
* set NULL after free to avoid duplicate free.weongyo2009-03-241-1/+3
* fix build w/ AH_DEBUGsam2009-03-241-29/+0
* Remove gratuitous unlock in error case.jmallett2009-03-241-1/+0
* Add a function to reset system time after resuming, which will be usedjkim2009-03-232-4/+22
* Check whether devd is running before calling resume notifier andjkim2009-03-231-19/+34
* Minor updates to the Chelsio driver, including removing an LOR.gnn2009-03-232-10/+15
* Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB tojhb2009-03-233-7/+13
* Fix order of debug printf items, addr and config# were swapped.thompsa2009-03-231-1/+1
* Release driver lock at the end of the watchdog routine instead of trying tojhb2009-03-231-1/+1
* - Ensure that INTx isn't disabled, as these chips apparently have amarius2009-03-232-4/+8
* Togging ALLMULTI does not require controller reset so have Rxyongari2009-03-231-42/+16
* Do not pass uninitialized data buffer to devctl_queue_data function.kan2009-03-231-26/+25
* Fix inversed logic. pci_find_extcap() returns 0 when it findsyongari2009-03-231-1/+1
* Fix up the flags to bus_dmamem again. The man page incorrectly showedrnoland2009-03-222-10/+9
* Set the endpoint on the preallocated fifo so it doesnt get matched as anthompsa2009-03-221-0/+2
* NO_INQUIRY is wrong for this device. Alternatively, if it is right,imp2009-03-221-1/+1
* Improve debugging output around ioctls.thompsa2009-03-221-3/+6
* Fix a bug in the recent update to the Chelsio driver.gnn2009-03-211-0/+1
* Revert r190173 as it breaks 64bit arches.thompsa2009-03-212-57/+51
* - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().marius2009-03-212-23/+70
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-208-54/+68
* Add umass quirk.thompsa2009-03-201-0/+1
* MFp4 //depot/projects/usb @159423, 159497thompsa2009-03-201-2/+4
* MFp4 //depot/projects/usb@159446thompsa2009-03-202-15/+0
* MFp4 //depot/projects/usb@159517thompsa2009-03-207-23/+1
* MFp4 //depot/projects/usbthompsa2009-03-201-7/+34
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-17/+34
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-2017-169/+285
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-2035-285/+291
* MFp4 //depot/projects/usb@159392thompsa2009-03-2016-81/+220
* MFp4 //depot/projects/usb @159430thompsa2009-03-2046-70/+43
* MFp4 //depot/projects/usb @159379,159380thompsa2009-03-202-51/+76
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-208-25/+23
* vm_offset_t is unsigned, so compare of >= 0 is not needed.rnoland2009-03-201-1/+1
OpenPOWER on IntegriCloud