summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Merge ACPICA 20100806.jkim2010-08-062-7/+1
* Put the early setting of the MAC type back, itsjfv2010-08-061-0/+3
* Figure which is the IO and MEM bars- do not assume that they are inmjacob2010-08-061-4/+17
* Disable sync cache for the Transcend Jetflash V90. It is more specifickib2010-08-061-0/+2
* Mark /dev/zero and /dev/null as eternal.kib2010-08-061-4/+4
* Reduce Tx interrupt moderation timer from 50ms to 1ms. The defaultyongari2010-08-061-2/+2
* - Retire acpi_pcib_resume(). It is has just been an alias forjhb2010-08-055-46/+6
* Do not free sc if attach failed, as it was allocated by the busgavin2010-08-041-1/+0
* Catch known CPUs before using IA32_TEMPERATURE_TARGET.delphij2010-08-041-28/+40
* Add support for ATI Radeon HD 4250.olli2010-08-031-0/+1
* Change copyright holder to author. We prefer using a real legaldelphij2010-07-303-3/+3
* Consistently check header type after reading PCIR_HDRTYPE register.yongari2010-07-291-18/+23
* Improve cputemp(4) driver wrt newer Intel processors, especiallydelphij2010-07-291-13/+47
* Make sure that we clear the correct bits when we turn offgnn2010-07-292-21/+34
* Fix test for double-nul characters that terminate the string table atjhb2010-07-291-1/+1
* Fix 'pciconf -a' by providing an implementation of PCIOCATTACHED.neel2010-07-291-0/+10
* Add quirk for Apacer HT202 USB 2.0 Flash Drive.tijl2010-07-282-0/+5
* Provide descriptions for three vendors and four devices in usbdevs. Usegavin2010-07-281-0/+13
* Add support for the Corega CG-USBRS232R to uplcom(4)gavin2010-07-282-0/+3
* Fix clang warning on empty statement.mdf2010-07-281-2/+2
* Fix clang warning on empty statement.mdf2010-07-281-5/+5
* 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
OpenPOWER on IntegriCloud