aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Change ichsmb(4) to follow the format of all the other smbus controllersJohn Baldwin2009-02-033-12/+16
* - Keep the same sorting on usb_errstr_table as the enum.Andrew Thompson2009-02-032-43/+44
* Add missing string table for the usb quirk enum.Andrew Thompson2009-02-032-3/+28
* Adds support for SCTP checksum offload. This meansRandall Stewart2009-02-031-1/+12
* Move away from autogenerated enums, these values never change and its helpfulAndrew Thompson2009-02-035-124/+114
* o Define some symbols for a few items that are bare constants in theWarner Losh2009-02-032-16/+34
* break out of loop if we run out of mbufsKip Macy2009-02-021-5/+6
* Goof, catch up to constant rename (I renamed it to match the overall PCIJohn Baldwin2009-02-021-1/+1
* Properly retun error core from kbdmux_modevent()Maksim Yevmenkin2009-02-021-1/+1
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of aJohn Baldwin2009-02-022-4/+73
* o make SAVE_CCK slightly less error prone by always writing the _flagSam Leffler2009-02-021-2/+3
* restore variable initialization removed in r187831; this brokeSam Leffler2009-02-021-1/+1
* src/usr.bin/usbhidaction/usbhidaction.cAlfred Perlstein2009-02-025-43/+19
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-015-69/+88
* Revert part of r187970, the NULL check was removed fromAndrew Thompson2009-02-011-0/+3
* Remove check for null softc in attach, it can never happen.Andrew Thompson2009-02-0144-140/+0
* Fix bug in hint.hdac.X.config parsing.Alexander Motin2009-01-311-2/+2
* Use si_drv1 to hold the softc for the adb_mouse character device instead ofJohn Baldwin2009-01-291-1/+2
* Make adb_mouse use dev2unit() instead of minor().Ed Schouten2009-01-291-1/+1
* Add one more debug level.Alexander Motin2009-01-281-2/+2
* Add hw.sdhci.debug sysctl to control debug level.Alexander Motin2009-01-281-20/+23
* Improve mmc driver verbose logging.Alexander Motin2009-01-281-12/+78
* Update ubtbcmfw2 (aka usb2_bluetooth_fw) driverMaksim Yevmenkin2009-01-281-222/+204
* Make ng_ubt2 (aka usb2_bluetooth_ng) driver only attach as "generic" driverMaksim Yevmenkin2009-01-281-0/+3
* Overhaul regulatory support:Sam Leffler2009-01-2838-3404/+2392
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-2/+2
* change ic_getradiocaps driver callback to include the max # channelsSam Leffler2009-01-271-2/+2
* Fix the input buffer at 1024. The previous calculated buffer sizeNick Hibma2009-01-271-5/+6
* - Add support for Moxa Technologies CP-168EL/PCIe card.Stanislav Sedov2009-01-271-0/+6
* - Add support for nehalem/corei7 cpus. This supports all of the coreJeff Roberson2009-01-273-53/+838
* Clean up ng_ubt2. Get rid of excessive use of NG_NODE_REF/UNREF().Maksim Yevmenkin2009-01-262-503/+244
* Don't unlock the parent ppc lock until after releasing the ppbus.John Baldwin2009-01-261-1/+1
* MFp4 //depot/projects/usb/ @156706Andrew Thompson2009-01-261-6/+10
* Regen.Andrew Thompson2009-01-262-2/+46
* MFp4 //depot/projects/usb/ @156522,156530Andrew Thompson2009-01-263-1/+36
* MFp4 //depot/projects/usb/ @156521Andrew Thompson2009-01-261-22/+50
* Fix up USB_GET_REPORT_DESC ioctl.Andrew Thompson2009-01-261-1/+1
* Add umass quirk.Andrew Thompson2009-01-262-0/+5
* Add a usb hid quirk.Andrew Thompson2009-01-262-0/+2
* Specify analog beep pin widget for several AD codecs.Alexander Motin2009-01-261-1/+8
* Change the way our softc is stored to use the devinfo facility provided by pcmNathan Whitehorn2009-01-264-27/+20
* Add missing locking around setting the ppc interrupt handler IVAR.John Baldwin2009-01-261-0/+2
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theRafal Jaworowski2009-01-262-0/+6
* Add support for the I2S and davbus audio controllers found in Apple PowerPCNathan Whitehorn2009-01-257-0/+2953
* Remove unneeded checks of device unit number from speaker(4).Ed Schouten2009-01-251-18/+9
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildJung-uk Kim2009-01-231-0/+9
* fix return status handling by ar5XXXReset; this is the reason theSam Leffler2009-01-235-10/+10
* Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187LWeongyo Jeong2009-01-234-0/+3733
* don't run the calibration code if scanning, we won't be on the home channelSam Leffler2009-01-231-0/+4
* Fix a compile bogon. 'ppbus' is used by two different sets of debug codeJohn Baldwin2009-01-221-0/+2