aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename sc_is_pseudo to sc_nobulk member in ufoma_softc.Takanori Watanabe2009-01-221-13/+13
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-2121-497/+830
* Add the dresden elektronik SensorTerminalBoard which uses an FT245.Joerg Wunsch2009-01-212-0/+19
* Add Unicode rendering to the teken demo application.Ed Schouten2009-01-212-11/+32
* Default to normal bus timing mode on SD cards. In practice, mostWarner Losh2009-01-211-0/+1
* Fix minor style nit for file consistency.Warner Losh2009-01-211-5/+4
* Make the command reporting be under boot verbose.Warner Losh2009-01-211-6/+10
* Fix copy/paste mistake in variable name. This could lead to using incorrectAlexander Motin2009-01-211-1/+1
* correct typo that left programmed sifs time in the slot timeSam Leffler2009-01-212-3/+3
* Fix typo in commentMaksim Yevmenkin2009-01-201-1/+1
* Update (well, actually rewrite mostly) ng_ubt2 driver for USB2.Maksim Yevmenkin2009-01-202-1135/+1350
* - Add support for 8110SCe part. Some magic registers were taken fromJung-uk Kim2009-01-201-19/+39
* Retire RL_FLAG_INVMAR bit to match its comment and reality.Jung-uk Kim2009-01-201-11/+9
* - Do not read and write RX configuration register multiple times.Jung-uk Kim2009-01-201-66/+31
* Set the wrong softc size when defining the ofw_iicbus class. Change it toNathan Whitehorn2009-01-201-2/+2
* Properly implement the VT100 SCS sequences in xterm-mode.Ed Schouten2009-01-206-31/+201
* Change the probe priority for PCI and I2C generic bus modules fromNathan Whitehorn2009-01-202-2/+2
* Set the pipe pointer before calling usbd_transfer() as its possible for theAndrew Thompson2009-01-191-1/+1
* Add two more nVidia HDMI codec IDs.Alexander Motin2009-01-191-0/+4
* Sometimes RTL8168B seems to take long time to access GMII registersPyun YongHyeon2009-01-191-4/+4
* Don't forget to mark the color translation array as const.Ed Schouten2009-01-181-2/+2
* Just put the ifnet pointer first in the softc like it needs to be rather thanAndrew Thompson2009-01-1820-30/+10
* Add support for CMedia CMI120.Giorgos Keramidas2009-01-181-0/+4
* Fix for my previous commit: color mapping is not 1:1.Ed Schouten2009-01-171-4/+7