summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make legacy ATA emulation detection more strict. This should fix falsemav2010-07-161-1/+2
* Improve interrupt setup errors handling.mav2010-07-161-1/+7
* Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andjkim2010-07-161-22/+7
* Fix KASSERT() messages to reflect reality.adrian2010-07-161-2/+2
* Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingjkim2010-07-161-4/+4
* Use Miscellaneous Configuration Register bit definition instead ofyongari2010-07-152-1/+2
* If there is any pending sleep request, disallow entering S5 state.jkim2010-07-151-14/+12
* - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.jkim2010-07-151-26/+9
* - AcpiOsReadMemory() needs similar fixes as r209965. [1]jkim2010-07-151-18/+6
* Handle RUN->ASSOC->RUN transition correctly, as in not trigger abschmidt2010-07-151-11/+28
* Add support for firmware images in "type-length-value" format.bschmidt2010-07-153-48/+197
* Detect active chains differently to work around a firmware bug whichbschmidt2010-07-151-3/+7
* - Add new IDs for 6000 series devices.bschmidt2010-07-152-6/+22
* Fix some small whitespace nits.bschmidt2010-07-152-5/+5
* Remove duplicate vendor:device entry.bschmidt2010-07-151-1/+0
* Remove enabling Data FIFO protection with indirect memory access.yongari2010-07-141-6/+3
* Rework the SMBIOS table walker to make it operate like other table walkersjhb2010-07-141-49/+33
* Correct logic bug in aicasm's undefined register bit access detection code.gibbs2010-07-143-5/+12
* Add a 4 and 7 port USB hub from NEC.remko2010-07-131-0/+2
* Initialize a variable before its use.jkim2010-07-131-1/+1
* Preallocate buffers for palette and state. Do not save DAC registers asjkim2010-07-131-83/+58
* Prefer PCIR_BAR macro over BGE_PCI_BAR0.yongari2010-07-131-2/+2
* Fix error message for jumbo buffer allocation failure.yongari2010-07-131-1/+1
* style.yongari2010-07-131-7/+9
* Fix a panic brought about by writing an MSR without a proper mask.gnn2010-07-132-13/+86
* Make bge_stop_fw() static.yongari2010-07-131-13/+9
* Fix build on architectures where PAGE_SIZE is a long (sparc64, powerpc).nwhitehorn2010-07-131-4/+3
* Make SMP code path conditional at run-time.jkim2010-07-131-12/+10
* Rise knowledge about curthread->td_intr_frame by one step. Make timermav2010-07-131-4/+2
* Disable multi-sector PIO transfers if ATA_SET_MULTI command failed.mav2010-07-131-0/+2
* Fix comment.takawata2010-07-131-1/+1
* One more Prolific serial device ID.takawata2010-07-132-0/+3
* Fix white spaces.jkim2010-07-131-18/+18
* According to ACPICA User Guide and Programmer Reference, the read data mustjkim2010-07-131-6/+3
* Correct inverted parent DMA tag parameters.marius2010-07-121-2/+2
* - Make the maxsize parameter of the data buffer DMA tag match maxio, whichmarius2010-07-122-4/+5
* Fix for a panic when TX checksum offload is done andjfv2010-07-122-19/+35
* Revert and remake r209883:mav2010-07-121-9/+15
* Use more compact deviceid table.thompsa2010-07-111-194/+196
* Update for style(9).thompsa2010-07-111-140/+140
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-119-239/+108
* Provide more defines for PCI-Express device ctrl.raj2010-07-111-0/+3
* Introduce PowerPC-specific helper routines for FDT.raj2010-07-111-0/+168
* Save fdtbus trigger / polarity data at their correct index.raj2010-07-111-2/+2
* Let simplebus(4) diagnostics be a bit more descriptive.raj2010-07-111-4/+7
* Fixes a page fault in bwi_pci_probe() because the array isn't terminatedweongyo2010-07-101-1/+2
* Fixes a bug for LP PHY that some frames have 2 padding bytes at theweongyo2010-07-101-10/+11
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markmav2010-07-107-1/+24
* On attach, grab channel lock before setting up interrupt. This fixes crashmav2010-07-101-3/+5
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butmav2010-07-1011-15/+22
OpenPOWER on IntegriCloud