summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud