summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Support the Pyramid KBS USB LCD under uftdi(4)gavin2010-07-282-0/+2
* Fix the entry for the Option ICON452 where an underscore was used instead ofthompsa2010-07-271-1/+1
* Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS.gavin2010-07-272-0/+5
* Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4)gavin2010-07-272-0/+5
* - Support two devices made by West Mountain Radio in uslcom(4) [1]gavin2010-07-272-5/+38
* Fix an apparent typo.jkim2010-07-261-1/+1
* Prevent uhid(4) from attaching to the Gembird Silver Shield remote powergavin2010-07-262-0/+2
* Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx Spectrumgavin2010-07-262-1/+4
* - Change the warning about PCI-e links narrower than x8 to only apply tojhb2010-07-261-13/+11
* - Remove some extra white space.jh2010-07-261-9/+7
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).rpaulo2010-07-251-353/+0
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-255-6/+46
* Give a name to the HTC Wizard Smartphonegavin2010-07-252-2/+3
* ichwd: correct range check for timeout valueavg2010-07-241-2/+2
* style(9) fixgnn2010-07-241-4/+8
* Fix a bug in the statistics code for tracking the head andgnn2010-07-231-10/+82
* Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] isweongyo2010-07-221-2/+2
* Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unitjh2010-07-221-12/+20
* Apply vendor version 1.20.00.17.delphij2010-07-212-407/+1339
* KTR_CTx are long time aliased by existing classes so they can't serveattilio2010-07-213-3/+3
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-3/+3
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-5/+11
* - Support for Globetrotter iCON 452.thompsa2010-07-202-22/+115
* Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)yongari2010-07-192-1/+2
* Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()yongari2010-07-191-19/+14
* Use bus_get_dma_tag() to get parent tag. Also useyongari2010-07-191-3/+3
* Add KASSERT to check number of returned DMA segments.yongari2010-07-191-0/+2
* Fix naming to be consistent.adrian2010-07-191-2/+2
* Extend the mx25l erase function to support different erase commands.adrian2010-07-191-3/+3
* 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
OpenPOWER on IntegriCloud