aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Export more USB device ID's.Hans Petter Selasky2011-06-244-49/+49
* - Ensure that we get all the required nomatch devd events.Hans Petter Selasky2011-06-241-9/+10
* - Move execution of event handlers into the probe and attach function so thatHans Petter Selasky2011-06-242-6/+34
* - Export the URIO USB device ID's.Hans Petter Selasky2011-06-241-9/+12
* Tidy up a capabilities-related comment.Jonathan Anderson2011-06-241-3/+0
* Typo.John Baldwin2011-06-241-1/+1
* - Add additional information to the PnP info of USB HUBs children whichHans Petter Selasky2011-06-242-8/+5
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-2441-61/+112
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)Nathan Whitehorn2011-06-2316-71/+82
* Fix make buildworld -DMODULES_WITH_WORLDUlrich Spörlein2011-06-233-7/+10
* Put back the global for rx processing due to popular demand.Jack F Vogel2011-06-231-1/+5
* Clear any outstanding atomic reservations when traps are taken. This fixesNathan Whitehorn2011-06-232-0/+4
* Unblock the outgoing thread after we performed pmap_switch() toMarcel Moolenaar2011-06-231-2/+2
* The recent change to increase the zfsboot size to 64k made a few BIOSesJohn Baldwin2011-06-231-62/+63
* Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPIAlexander Motin2011-06-231-1/+2
* add missing #define for the non-debug case.Adrian Chadd2011-06-231-0/+1
* - Add some comments about the origin of some USB descriptors.Hans Petter Selasky2011-06-233-1/+10
* Fix merge typo.Andreas Tobler2011-06-231-1/+1
* Add leading zeros when printing the stackframe on __powerpc64__.Andreas Tobler2011-06-231-1/+1
* Be consistent with r160968: keep autoSrcAddr flag untouched whenGleb Smirnoff2011-06-231-1/+0
* - Add more USB templates for various USB device classesHans Petter Selasky2011-06-2312-13/+1182
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatAdrian Chadd2011-06-2313-24/+43
* Fix indenting issues introduced by the previous commit.Adrian Chadd2011-06-232-4/+4
* Revert to using the page queues lock in vm_page_clear_dirty_mask() onAlan Cox2011-06-232-4/+2
* Use atomic operations to mask and unmask IRQs. This prevents a problemNathan Whitehorn2011-06-231-8/+8
* Use 4 KB pages for storage bus devices, which seems to be what the HV usesNathan Whitehorn2011-06-231-2/+6
* Rework the PS3 disk driver to support NCQ and do its DMA a littleNathan Whitehorn2011-06-231-388/+189
* Add hypervisor call error codes.Nathan Whitehorn2011-06-232-0/+56
* Break out most of the HAL related tweaks into a per-HAL instance,Adrian Chadd2011-06-2315-55/+77
* Fix build on ia64 after r223426.Jung-uk Kim2011-06-221-0/+2
* Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operationWill Andrews2011-06-221-3/+4
* Use USB_VENDOR_OVISLINK define rather than the vendor ID.Gavin Atkinson2011-06-221-1/+1
* Plumb support for the device advanced information CCB in the ATA XPT.Will Andrews2011-06-221-0/+33
* Plug an mbuf leak in the new NFS client that occurred when aRick Macklem2011-06-221-0/+2
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin2011-06-229-545/+105
* Export AddLink() function from libalias. It can be used when customAndrey V. Elsukov2011-06-224-39/+127
* Fix the new NFSv4 client so that it uses the same uid asRick Macklem2011-06-221-0/+14
* Oops, missed these in 223424.John Baldwin2011-06-222-0/+2
* Use uintXX_t instead of u_intXX_t.John Baldwin2011-06-222-8/+8
* Set negative quality to TSC timecounter when C3 state is enabled for IntelJung-uk Kim2011-06-224-0/+17
* Add a helper routine to conditionally modify the start address of aJohn Baldwin2011-06-223-66/+68
* Document PKT_ALIAS_SKIP_GLOBAL option.Andrey V. Elsukov2011-06-221-1/+11
* This is more complicated than I expected. Storage devices need the IOMMUNathan Whitehorn2011-06-221-2/+11
* Remove link state change callback handler. There is no need toPyun YongHyeon2011-06-222-28/+20
* The IOMMU is not involved for the storage bus.Nathan Whitehorn2011-06-221-2/+1
* Minor cleanup:Warner Losh2011-06-211-5/+16
* Really spell suppress the right wayWarner Losh2011-06-211-1/+1
* My broken 'u' key scks!Warner Losh2011-06-211-1/+1
* Fix build with ACPI_DEBUG defined.John Baldwin2011-06-211-8/+9
* Supress command completion failure warning when the card isn'tWarner Losh2011-06-211-1/+1