summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in hint.hdac.X.config parsing.mav2009-01-311-2/+2
* Use si_drv1 to hold the softc for the adb_mouse character device instead ofjhb2009-01-291-1/+2
* Make adb_mouse use dev2unit() instead of minor().ed2009-01-291-1/+1
* Add one more debug level.mav2009-01-281-2/+2
* Add hw.sdhci.debug sysctl to control debug level.mav2009-01-281-20/+23
* Improve mmc driver verbose logging.mav2009-01-281-12/+78
* Update ubtbcmfw2 (aka usb2_bluetooth_fw) driveremax2009-01-281-225/+207
* Make ng_ubt2 (aka usb2_bluetooth_ng) driver only attach as "generic" driveremax2009-01-281-0/+3
* Overhaul regulatory support:sam2009-01-2838-3423/+2411
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-271-2/+2
* Fix the input buffer at 1024. The previous calculated buffer sizen_hibma2009-01-271-5/+6
* - Add support for Moxa Technologies CP-168EL/PCIe card.stas2009-01-271-0/+6
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-273-53/+838
* Clean up ng_ubt2. Get rid of excessive use of NG_NODE_REF/UNREF().emax2009-01-262-503/+244
* Don't unlock the parent ppc lock until after releasing the ppbus.jhb2009-01-261-1/+1
* MFp4 //depot/projects/usb/ @156706thompsa2009-01-261-6/+10
* Regen.thompsa2009-01-262-2/+46
* MFp4 //depot/projects/usb/ @156522,156530thompsa2009-01-263-1/+36
* MFp4 //depot/projects/usb/ @156521thompsa2009-01-261-22/+50
* Fix up USB_GET_REPORT_DESC ioctl.thompsa2009-01-261-1/+1
* Add umass quirk.thompsa2009-01-262-0/+5
* Add a usb hid quirk.thompsa2009-01-262-0/+2
* Specify analog beep pin widget for several AD codecs.mav2009-01-261-1/+8
* Change the way our softc is stored to use the devinfo facility provided by pcmnwhitehorn2009-01-264-27/+20
* Add missing locking around setting the ppc interrupt handler IVAR.jhb2009-01-261-0/+2
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theraj2009-01-262-0/+6
* Add support for the I2S and davbus audio controllers found in Apple PowerPCnwhitehorn2009-01-257-0/+2953
* Remove unneeded checks of device unit number from speaker(4).ed2009-01-251-18/+9
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildjkim2009-01-231-0/+9
* fix return status handling by ar5XXXReset; this is the reason thesam2009-01-235-10/+10
* Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187Lweongyo2009-01-234-0/+3733
* don't run the calibration code if scanning, we won't be on the home channelsam2009-01-231-0/+4
* Fix a compile bogon. 'ppbus' is used by two different sets of debug codejhb2009-01-221-0/+2
* Rename sc_is_pseudo to sc_nobulk member in ufoma_softc.takawata2009-01-221-13/+13
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-2121-497/+830
* Add the dresden elektronik SensorTerminalBoard which uses an FT245.joerg2009-01-212-0/+19
* Add Unicode rendering to the teken demo application.ed2009-01-212-11/+32
* Default to normal bus timing mode on SD cards. In practice, mostimp2009-01-211-0/+1
* Fix minor style nit for file consistency.imp2009-01-211-5/+4
* Make the command reporting be under boot verbose.imp2009-01-211-6/+10
* Fix copy/paste mistake in variable name. This could lead to using incorrectmav2009-01-211-1/+1
* correct typo that left programmed sifs time in the slot timesam2009-01-212-3/+3
* Fix typo in commentemax2009-01-201-1/+1
* Update (well, actually rewrite mostly) ng_ubt2 driver for USB2.emax2009-01-202-1147/+1362
* - Add support for 8110SCe part. Some magic registers were taken fromjkim2009-01-201-19/+39
* Retire RL_FLAG_INVMAR bit to match its comment and reality.jkim2009-01-201-11/+9
* - Do not read and write RX configuration register multiple times.jkim2009-01-201-66/+31
* Set the wrong softc size when defining the ofw_iicbus class. Change it tonwhitehorn2009-01-201-2/+2
* Properly implement the VT100 SCS sequences in xterm-mode.ed2009-01-206-31/+201
OpenPOWER on IntegriCloud