aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* The transfer must return USB_ERR_CANCELLED when the device is gone due to theAndrew Thompson2009-05-131-1/+5
* Add a comment to motivate my last change.Nathan Whitehorn2009-05-131-0/+2
* ifp->if_softc is managed entirely by the driver. We never set it toWarner Losh2009-05-131-8/+0
* Add a short delay after programming PHY registers to give some time forNathan Whitehorn2009-05-131-0/+1
* Remove unused variables.Christian Brueffer2009-05-122-7/+1
* Remove unused variable.Christian Brueffer2009-05-121-3/+0
* Remove unused variable.Christian Brueffer2009-05-121-2/+0
* Remove dead code.Edward Tomasz Napierala2009-05-121-4/+0
* fix bug introduced by last changeKip Macy2009-05-121-1/+1
* Add WUSB54AG and XM142 entries for upgt(4)Weongyo Jeong2009-05-121-0/+2
* don't acquire tty lock with console lock heldKip Macy2009-05-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...Kip Macy2009-05-113-5/+16
* Add macros around the sx operations in snp(4).Ed Schouten2009-05-111-4/+15
* Update a few XXX commentsWarner Losh2009-05-111-4/+4
* ports upgt(4) driver for USB2.Weongyo Jeong2009-05-112-0/+2886
* Change uses of the struct ccb_hdr timeout_ch missed when isp(4) wasMarius Strobl2009-05-101-2/+3
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performAndrew Thompson2009-05-104-0/+12
* push wme parameter setting to the taskq thread; the update callback fromSam Leffler2009-05-092-7/+21
* Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@Warner Losh2009-05-091-2/+0
* - Fixed incorrect packet length problem caused be earlier change toDavid Christensen2009-05-082-2/+6
* Drain the tasks before the interface stop call in case a restart was queued.Andrew Thompson2009-05-082-6/+6
* Add one more board ID with inverted external amplifier control.Alexander Motin2009-05-081-0/+1
* kill more portability functions that are no longer usefulSam Leffler2009-05-083-29/+5
* kill unused OS_GETUPTIMESam Leffler2009-05-082-11/+0
* Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.Alexander Motin2009-05-072-0/+2
* Add PCI IDs for the Broadcom 5825 incarnation.Philip Paeps2009-05-072-2/+6
* Use a 32 bit type for the interface mask as this equals the max interfaceAndrew Thompson2009-05-071-1/+2
* Add the Sierra AC885U and increase the max ports to 8.Andrew Thompson2009-05-071-1/+2
* - Fix the u3g port detection where it would not calculate the correct number ofAndrew Thompson2009-05-071-50/+43
* Use vendor and product macro expansion to make the device table smaller andAndrew Thompson2009-05-071-57/+56
* optimize ath_tx_findrix: there's no need to walk the rates table asSam Leffler2009-05-071-20/+18
* o cleanup checks for which vap combinations are permitted and what toSam Leffler2009-05-061-20/+32
* add support for the Beacon Not Ready (BNR) interruptSam Leffler2009-05-063-2/+14
* Make sure the frame list base address is re-programmed after stopping the USBAndrew Thompson2009-05-051-37/+50
* Remove USB shutdown methods from device drivers as its the host controllersAndrew Thompson2009-05-0512-150/+0
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-0510-56/+54
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-2/+2
* Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.Alexander Motin2009-05-031-1/+2
* Remove unused variable and fix spelling in comment.Alexander Motin2009-05-031-2/+1
* Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver forWarner Losh2009-05-0311-0/+11773
* Avoid comparing negative signed to positive unsignad values. It wasAlexander Motin2009-05-021-41/+11
* make superg/fast-frames state dynamically-allocated (and indirect offSam Leffler2009-05-021-7/+2
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-0221-1968/+681
* Improve kernel dumping reliability for busy ATA channels:Alexander Motin2009-05-013-11/+35
* Separate multicast filtering of SysKonnect GENESIS and MarvellPyun YongHyeon2009-05-011-116/+81
* We need to ref the bss node when sending the beacon since it goes through theAndrew Thompson2009-04-301-1/+1
* Fix off-by-one bug. S5 state must be checked as well.Jung-uk Kim2009-04-301-1/+1
* Fix style(9).Jung-uk Kim2009-04-301-2/+2
* Prefer device_printf() over printf() where ever possible.Jung-uk Kim2009-04-301-25/+29
* General sleep state change clean up.Jung-uk Kim2009-04-301-68/+110