summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add one more board ID with inverted external amplifier control.mav2009-05-081-0/+1
* kill more portability functions that are no longer usefulsam2009-05-083-29/+5
* kill unused OS_GETUPTIMEsam2009-05-082-11/+0
* Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.mav2009-05-072-0/+2
* Add PCI IDs for the Broadcom 5825 incarnation.philip2009-05-072-2/+6
* Use a 32 bit type for the interface mask as this equals the max interfacethompsa2009-05-071-1/+2
* Add the Sierra AC885U and increase the max ports to 8.thompsa2009-05-071-1/+2
* - Fix the u3g port detection where it would not calculate the correct number ofthompsa2009-05-071-50/+43
* Use vendor and product macro expansion to make the device table smaller andthompsa2009-05-071-57/+56
* optimize ath_tx_findrix: there's no need to walk the rates table assam2009-05-071-20/+18
* o cleanup checks for which vap combinations are permitted and what tosam2009-05-061-20/+32
* add support for the Beacon Not Ready (BNR) interruptsam2009-05-063-2/+14
* Make sure the frame list base address is re-programmed after stopping the USBthompsa2009-05-051-37/+50
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-0512-150/+0
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-0510-56/+54
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+2
* Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.mav2009-05-031-1/+2
* Remove unused variable and fix spelling in comment.mav2009-05-031-2/+1
* Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver forimp2009-05-0311-0/+11773
* Avoid comparing negative signed to positive unsignad values. It wasmav2009-05-021-41/+11
* make superg/fast-frames state dynamically-allocated (and indirect offsam2009-05-021-7/+2
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-0221-1968/+681
* Improve kernel dumping reliability for busy ATA channels:mav2009-05-013-11/+35
* Separate multicast filtering of SysKonnect GENESIS and Marvellyongari2009-05-011-116/+81
* We need to ref the bss node when sending the beacon since it goes through thethompsa2009-04-301-1/+1
* Fix off-by-one bug. S5 state must be checked as well.jkim2009-04-301-1/+1
* Fix style(9).jkim2009-04-301-2/+2
* Prefer device_printf() over printf() where ever possible.jkim2009-04-301-25/+29
* General sleep state change clean up.jkim2009-04-301-68/+110
* Add experimental support for SATA interface power management.mav2009-04-294-11/+19
* - Change some softc members to be unsigned where more appropriate.marius2009-04-281-16/+14
* acpi: do not run resume/backout code when entering S0/S5 statesavg2009-04-281-73/+66
* fix typo in conditionalkmacy2009-04-271-1/+1
* collapse the two em_start_locked routines in to onekmacy2009-04-272-48/+24
* simplify by removing dead codekmacy2009-04-271-49/+4
* remove dead code with reference to IFQ_HANDOFFkmacy2009-04-271-26/+0
* Use cached progif instead of reading it again.jkim2009-04-271-1/+1
* - Give generic AHCI driver lower priority than device-specific drivers.jkim2009-04-272-5/+5
* Reduce code duplication and excessive pci_get_slot() calls.jkim2009-04-271-10/+10
* Correct fat finger mistakejfv2009-04-271-1/+1
* Reduce excessive pci_get_devid() and pci_get_revid() callsjkim2009-04-271-4/+8
* igb_txeof also has a case where the watchdog may notjfv2009-04-271-9/+8
* - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. Thesejkim2009-04-273-8/+77
* Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RINGgallatin2009-04-271-1/+1
* Thanks for Michael Tuexen for tracking down a path wherejfv2009-04-271-14/+21
* Start to convert this over to the new tty layer. These changes allowambrisko2009-04-273-188/+125
* Updates to mxge for multiple tx/rx rings:gallatin2009-04-272-41/+333
* Remove unneeded device index from unit number.ed2009-04-261-8/+6
* Make the state string descriptions public.thompsa2009-04-252-9/+18
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-2511-39/+103
OpenPOWER on IntegriCloud