summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Check for 10BaseT media correctly. Before we were confusingimp2006-01-041-1/+2
* Return the proper rmi field in DVDIOCREADSTRUCTURE.sos2006-01-041-1/+1
* Fix broken capabilities, causing failure during channel reset.ariff2006-01-041-2/+2
* Fix the promise modesetting for old chips.sos2006-01-041-4/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-2/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-5/+2
* Fix promise probe printing.sos2006-01-041-3/+3
* Shuffle some definitions so that this can be included from userland.scottl2006-01-031-5/+11
* Add some more data structures and definitions for communicating with thescottl2006-01-031-1/+72
* Release the pci_link acpi serial lock if a link device has no actual links.jhb2006-01-031-1/+3
* This signal handling code is worse than a no-op. If abrian2006-01-031-6/+1
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingyongari2006-01-032-168/+157
* Use the child to allocate the resource rather than bridge, since we'reimp2006-01-031-41/+6
* Minor style(9) hacking, plus use a macro in place of (struct resource *)~0ULimp2006-01-031-6/+7
* Use __HAVE_ACPI and __PCI_REROUTE_INTERRUPT as appropriate rather thanimp2006-01-011-4/+2
* Remove left-over #ifdef alpha routines. They aren't used by any ofimp2006-01-011-5/+0
* Fix another xruns counting logic, this time, for recording.ariff2006-01-011-6/+8
* Remove stray debug from p4 integration.imp2006-01-011-5/+1
* Remove extra debugging that crept in with the integration from p4.imp2005-12-311-1/+1
* Add a new vendor ID for Personal Cummunication Systems. They make a nicemux2005-12-311-0/+1
* Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has amux2005-12-314-9/+107
* Add support for Xbox 360 gamepads. They are HID-capable devices, butmux2005-12-313-4/+149
* Fix LOR #174.ariff2005-12-311-3/+10
* Fixing build bustage.avatar2005-12-311-1/+1
* Add hotplug support for Marvell chips.sos2005-12-301-15/+42
* Make RID2BAR actually return a number that can be plugged into PCIR_BAR()imp2005-12-301-1/+1
* Remove now-obsolete printf warning.imp2005-12-301-7/+2
* Remove debug now that I've looped back the big changes into my p4 tree.imp2005-12-301-4/+0
* Expose pci_add_resources to the outside world, add a 'force' flag toimp2005-12-302-29/+63
* Move all of the resource allocation into the pci layer. The resourceimp2005-12-301-321/+15
* The RID2BAR macro returns a number, not a bitmask. Fix this.imp2005-12-301-4/+6
* - Retire BARBIT in favor of new PCI_RID2BAR.glebius2005-12-301-5/+5
* Disable frantic DMA update within few SNDCTL_DSP_* ioctl.ariff2005-12-301-4/+4
* Underruns counting logic should be based on bufhard free spaceariff2005-12-301-22/+6
* Add a bunch of ipod entries, one as suggested by Bryan Liesner. Weimp2005-12-302-0/+14
* Few codec such as Conexant CX20468-21 does have this controlariff2005-12-301-0/+7
* Retire BARBIT in favor of new PCI_RID2BAR.imp2005-12-292-5/+4
* Add a macro to map from BAR to rid # (inverse of PCIR_BARS).imp2005-12-291-0/+1
* Simplify the opening of the resources for cardbus cards. Before we'dimp2005-12-291-102/+53
* Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h)netchild2005-12-291-1/+1
* Add support for the HP 8200C/8250C/8290C scanners.netchild2005-12-292-0/+2
* Add support for the Canon CanoSvan LIDE 25.netchild2005-12-292-0/+2
* Fix some kind of "off by one"-error: the min or max sample rate thenetchild2005-12-291-2/+2
* Merge NetBSD rev. 1.61:netchild2005-12-291-1/+1
* Add support for Epson 2480 scanner.netchild2005-12-292-0/+2
* Emit USB_EVENT_DRIVER_DETACH on detach.netchild2005-12-291-0/+3
* Help Warner with merge from p4.glebius2005-12-291-1/+2
* Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. Thereimp2005-12-294-71/+268
* Initialize the event tailq.scottl2005-12-281-0/+1
* Add missing parens.glebius2005-12-281-1/+1
OpenPOWER on IntegriCloud