aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* * fix bst.status. We mark some bits, but forgot to reset all of themBruno Ducrot2006-01-121-16/+17
* Fix broken playback capabilities to prevent impending disaster.Ariff Abdullah2006-01-111-1/+1
* - Locking fixes. Release lock while chn_intr().Ariff Abdullah2006-01-111-1/+16
* Significant performance improvements for the if_em driver:Scott Long2006-01-112-19/+203
* Don't use the ALLOCNOW flag for tags that will only be used for staticScott Long2006-01-101-2/+2
* More thorough fixes to enable inverted external amplifier sense flag.Ariff Abdullah2006-01-101-5/+12
* Don't free the ap object if it was never created.Scott Long2006-01-101-1/+2
* Add FOMA (NTT DoCoMo 3G mobile phone system) driver.Takanori Watanabe2006-01-091-0/+1107
* Update monitoring support:Sam Leffler2006-01-093-40/+96
* Turn on inverted external amplifier sense flags for ICH4/82801DB.Ariff Abdullah2006-01-091-0/+10
* Fix obvious capabilities (rate) violation. Should be 5500, not 4000.Ariff Abdullah2006-01-091-1/+1
* Enable NO_GETMAXLUN quirk.Florent Thoumie2006-01-091-1/+2
* Add support for Canon CanoScan D660U.Alexander Leidinger2006-01-082-0/+2
* Remove the UQ_NO_OPEN_CLEARSTALL quirk, as this is now the defaultIan Dowse2006-01-082-12/+0
* Don't perform an endpoint stall clear every time a pipe is opened.Ian Dowse2006-01-081-17/+0
* Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c.Florent Thoumie2006-01-082-0/+2
* While reviewing if_sn in an attempt to understand network driversWarner Losh2006-01-071-34/+34
* Add codec id support for Analog Device AD1986 AC'97 codec.Ariff Abdullah2006-01-071-0/+1
* - Update copyright years from the Specialix SDK.John Baldwin2006-01-061-2/+2
* Update the firmware image used for the SIJET cards to the latest availableJohn Baldwin2006-01-061-2267/+2438
* - Fix cards with multiple modules. Prior to this, the ports on the variousJohn Baldwin2006-01-061-3/+7
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-064-19/+8
* Be a little more forgiving of lame BIOS writers. If a link device thatJohn Baldwin2006-01-061-2/+5
* Fix locking violation, causing frantic diagnostic messages during boot.Ariff Abdullah2006-01-061-6/+9
* Another major fixes and enhancements:Ariff Abdullah2006-01-061-22/+80
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-0522-66/+22
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infiniteJean-Sébastien Pédron2006-01-051-1/+2
* Check for 10BaseT media correctly. Before we were confusingWarner Losh2006-01-041-1/+2
* Return the proper rmi field in DVDIOCREADSTRUCTURE.Søren Schmidt2006-01-041-1/+1
* Fix broken capabilities, causing failure during channel reset.Ariff Abdullah2006-01-041-2/+2
* Fix the promise modesetting for old chips.Søren Schmidt2006-01-041-4/+2
* Use ttyalloc() instead of ttymalloc()Poul-Henning Kamp2006-01-041-2/+2
* Use ttyalloc() instead of ttymalloc()Poul-Henning Kamp2006-01-041-5/+2
* Fix promise probe printing.Søren Schmidt2006-01-041-3/+3
* Shuffle some definitions so that this can be included from userland.Scott Long2006-01-031-5/+11
* Add some more data structures and definitions for communicating with theScott Long2006-01-031-1/+72
* Release the pci_link acpi serial lock if a link device has no actual links.John Baldwin2006-01-031-1/+3
* This signal handling code is worse than a no-op. If aBrian Somers2006-01-031-6/+1
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingPyun YongHyeon2006-01-032-168/+157
* Use the child to allocate the resource rather than bridge, since we'reWarner Losh2006-01-031-41/+6
* Minor style(9) hacking, plus use a macro in place of (struct resource *)~0ULWarner Losh2006-01-031-6/+7
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanWarner Losh2006-01-011-4/+2
* Remove left-over #ifdef alpha routines. They aren't used by any ofWarner Losh2006-01-011-5/+0
* Fix another xruns counting logic, this time, for recording.Ariff Abdullah2006-01-011-6/+8
* Remove stray debug from p4 integration.Warner Losh2006-01-011-5/+1
* Remove extra debugging that crept in with the integration from p4.Warner Losh2005-12-311-1/+1
* Add a new vendor ID for Personal Cummunication Systems. They make a niceMaxime Henrion2005-12-311-0/+1
* Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has aMaxime Henrion2005-12-314-9/+107
* Add support for Xbox 360 gamepads. They are HID-capable devices, butMaxime Henrion2005-12-313-4/+149
* Fix LOR #174.Ariff Abdullah2005-12-311-3/+10