aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sync with usb4bsd:Alfred Perlstein2009-01-0445-839/+2387
* Resolve some regressions related to tabs and linewrap handling.Ed Schouten2009-01-034-2/+34
* Fix the OFW interrupt map parser to use its own idea of the number of interruptNathan Whitehorn2009-01-033-18/+24
* Reapply the intpin correction part of r146420 which somehowMarius Strobl2009-01-031-0/+7
* Call pcn_start_locked() instead of pcn_start() where the softc lock isChristian Brueffer2009-01-031-1/+1
* Remove an unneeded assertion in libteken.Ed Schouten2009-01-011-1/+0
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-0117-1410/+3101
* add some USB scanner IDs for recent Epson multifunction devices.Luigi Rizzo2008-12-312-6/+27
* When no driver attaches to a card, don't power down the card. We canWarner Losh2008-12-311-1/+2
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-295-103/+103
* - Fix incorrect array declaration that was causing the stack overflowStanislav Sedov2008-12-271-1/+1
* Minor style(9) compliance change.Alexander Kabaev2008-12-271-1/+2
* Add support for the Oxford OX16PCI958-based card.Roman Kurakin2008-12-271-0/+6
* Remove an unused variable to make the SENTRY5 mips kernel compileBjoern A. Zeeb2008-12-271-1/+0
* Add some found NVidia MCP7x HDA controller IDs.Alexander Motin2008-12-271-0/+20
* Integrate the NDIS USB support code to CURRENT.Weongyo Jeong2008-12-275-17/+189
* Add some special handling for AD1986A codec:Alexander Motin2008-12-261-1/+27
* fix a silly bug that I missed a for-loop to initialize AL2230S PHY.Weongyo Jeong2008-12-251-2/+4
* must pack structures for architectures like armSam Leffler2008-12-241-2/+2
* Only set registers if irqs are enabledRobert Noland2008-12-231-2/+4
* Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them toAndrew Thompson2008-12-2319-126/+36
* move IXP4XX EHCI bus shim to the usb directory and renameSam Leffler2008-12-231-0/+360
* Name the bus mutex by the controller name, this allows each bus to beAndrew Thompson2008-12-239-1/+9
* Fix up handling of Intel G4X chips some more.Robert Noland2008-12-231-5/+12
* Clear busy state on the pages which are after the one that failed the bindKonstantin Belousov2008-12-231-3/+5
* Organize Conexant codecs.Alexander Motin2008-12-231-18/+11
* Add support for the HP 4470C scanner.Remko Lodder2008-12-232-0/+2
* Add support for the MaxSream USB test carrier.Remko Lodder2008-12-232-1/+4
* Add support for 2 EVDO devices.Remko Lodder2008-12-231-0/+5
* o add Transaction Translator support (still missing ISOC xfers)Sam Leffler2008-12-232-21/+40
* Add 9 more Analog Devices codec names.Alexander Motin2008-12-221-2/+20
* Since we don't request reset for rlphy(4), the link state 'UP'Pyun YongHyeon2008-12-221-0/+2
* Convert DRM_[DEBUG,ERROR,INFO] macros to c99 __VA_ARGS__.Robert Noland2008-12-211-5/+5
* Deal with 0 length args...Robert Noland2008-12-211-1/+1
* Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.Robert Noland2008-12-211-6/+3
* o add sys/endian.h now required by ehcivar.hSam Leffler2008-12-201-1/+3
* fix build w/ EHCI_DEBUGSam Leffler2008-12-201-1/+1
* Merge usb changes for Gateworks Cambria boards:Sam Leffler2008-12-206-374/+504
|\
| * MFH @ 186335Sam Leffler2008-12-2047-893/+2221
| |\ | |/ |/|
* | Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-207-584/+1374
* | Fix a typo.Pyun YongHyeon2008-12-201-1/+1
* | Correct 5212 ani support so that max noise immunity, spur immunity, andSam Leffler2008-12-191-10/+10
* | Add ULI M5461 chipset and vendor ID.Alexander Motin2008-12-181-1/+8
* | Garbage collect entries from pcireg.h since we now include it.Robert Noland2008-12-181-9/+0
* | We only want drm to ever attach to the primary pci device.Robert Noland2008-12-182-0/+5
* | Before modularization commit, atapci driver was attaching only to devices ofAlexander Motin2008-12-182-2/+6
* | rework drm_scatter.c which allocates scatter / gather pages for use byRobert Noland2008-12-182-31/+91
* | Fix last commit, ttydisc_rint_bypass returns the total, not remainder.Andrew Thompson2008-12-181-1/+1
* | Attempt to handoff the entire buffer with ttydisc_rint_bypass() before bangingAndrew Thompson2008-12-181-9/+12
* | Check in the actual module recognition code for the ChelsioGeorge V. Neville-Neil2008-12-182-36/+175