summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1]thompsa2009-11-012-8/+79
* Fix a corner case where usbd_transfer_drain() can return too early if thethompsa2009-11-012-1/+20
* Check unit number and provide string name for consdev.thompsa2009-11-011-1/+6
* MFp4:mav2009-11-011-0/+1
* While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010)se2009-10-311-1/+1
* Allow newly added controllers to use full I/O sizes.mav2009-10-311-1/+3
* MFp4:mav2009-10-3113-148/+132
* Add support for different request block format used by Gen-IIe Marvell SATA.mav2009-10-303-30/+70
* Fix botched git -> svn merge.rnoland2009-10-301-1/+1
* Cleanup in r600_blitrnoland2009-10-301-29/+39
* A bit of cleanup work on radeon_freelist_get()rnoland2009-10-301-41/+4
* Some general cleanup of scatter/gather memory allocationrnoland2009-10-301-44/+25
* Use system specified memory barriers rather than rolling our own.rnoland2009-10-301-17/+3
* Fix blitter support for RS880 chipsrnoland2009-10-301-3/+3
* Add support for Adaptec 39320LPE adapters.brueffer2009-10-301-0/+7
* - Numerous whitespace and style fixes.jhb2009-10-291-127/+138
* Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver.emaste2009-10-292-4/+4
* Rename aac_fast_intr to aac_filter to reflect its current use. Eliminateemaste2009-10-292-12/+8
* Add some magic taken from OS X and Linux to support early revision K2nwhitehorn2009-10-291-0/+31
* Turn off use of ATA_A_4BIT on modern hardware. This flag was alreadynwhitehorn2009-10-291-1/+10
* Remove spurious `)`brueffer2009-10-281-1/+1
* Do first controller time sync after 1 minute, as in Adaptec's vendoremaste2009-10-281-1/+1
* Whitespace fixup: 8 spaces -> tabemaste2009-10-272-6/+6
* Don't ignore the return value of g_modevent() in fdc_modevent().jh2009-10-271-2/+1
* Don't ignore the return value of g_modevent() in acd_modevent().jh2009-10-271-2/+1
* Revert r198500 for now, this will break situations whenthompsa2009-10-263-0/+88
* Remove usb controller takeover code now that it is handled by the pci code.thompsa2009-10-263-88/+0
* Report SATA speeds to CAM, to not confuse users with low numbers logged.mav2009-10-261-0/+6
* Round timeout up when converting CAM milliseconds to ATA seconds.mav2009-10-261-2/+2
* Increase ATA command timeouts. Some drives need more then 5s to spin-up.mav2009-10-264-9/+9
* Add IDs for PATA part also.mav2009-10-261-0/+2
* Add two more VIA SATA chip IDs.mav2009-10-262-0/+4
* Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5)mav2009-10-261-1/+2
* - Add support for Marvell Yukon 88E8042 device.lulf2009-10-252-0/+3
* Updates to the iwn driver:rpaulo2009-10-241-45/+109
* Only claim that the PMC_CLASS_IAF PMCs are supported by a CPU ifjkoshy2009-10-241-5/+15
* BIOSes, buggy or otherwise, are i386 or amd64 specific.marcel2009-10-231-0/+4
* Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.rpaulo2009-10-233-2602/+4498
* Reimplement device reset sequence in more controller-specific way.mav2009-10-231-38/+34
* Remove a redundant byte swapping in the previous commit.jkim2009-10-231-1/+0
* Search for default 800x600 graphics mode from supported VESA mode list.jkim2009-10-231-18/+46
* - When we restore VESA state, try BIOS POST earlier. VESA restore statejkim2009-10-232-25/+71
* MFp4:mav2009-10-234-15/+4
* Revert interrupt reason check order back.mav2009-10-231-6/+6
* 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
OpenPOWER on IntegriCloud