summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Do not report current link state if interface is not UP.yongari2010-07-191-0/+4
* Extend the mx25l flash device support to include a set of per-deviceadrian2010-07-191-4/+11
* Correctly check the result of media selection. Previously it alwaysyongari2010-07-191-5/+9
* Don't change current media in bce_stop(). There is no need to doyongari2010-07-191-24/+0
* Have bce_init_ctx() return error code and make caller check theyongari2010-07-191-18/+22
* When we didn't find a matching flash device, do not touch flashyongari2010-07-191-4/+3
* Improve style slightly.jkim2010-07-191-47/+50
* Fix two long-standing line wrapping bugs in VGA renderer for pixel mode.jkim2010-07-191-2/+3
* Eliminate FDT_IMMR_VA define.raj2010-07-193-4/+4
* Move MRVL FDT fixups and PIC decode routine to a platform specific area.raj2010-07-191-88/+0
* Include 4k/32k erase commands.adrian2010-07-191-0/+4
* 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
OpenPOWER on IntegriCloud