summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Surecom EP-427X.imp2009-04-241-1/+2
* Another PC Card that needs the CIS strings for the Surecom EP-427X,imp2009-04-241-0/+1
* fix typokmacy2009-04-231-1/+1
* fix panic when using msixkmacy2009-04-231-0/+5
* Make sure the ALTQ case is handle correctly by using drbr_dequeuekmacy2009-04-231-1/+1
* Two ifnet misuse fixes for if_nve:rwatson2009-04-231-2/+1
* MFp4 //depot/projects/usb@160930thompsa2009-04-2220-413/+445
* MFp4 //depot/projects/usb@160708thompsa2009-04-221-8/+9
* MFp4 //depot/projects/usb@160706thompsa2009-04-223-2/+25
* MFp4 //depot/projects/usb@160678thompsa2009-04-223-3/+0
* MFp4 //depot/projects/usb@160655thompsa2009-04-221-5/+15
* MFp4 //depot/projects/usb@160614thompsa2009-04-221-1/+2
* MFp4 //depot/projects/usb@160485thompsa2009-04-221-23/+11
* MFp4 //depot/projects/usb@160413thompsa2009-04-224-4/+6
* A couple of older Melco cards that missed the transition to newcardimp2009-04-221-1/+2
* A couple of older Melco cards that missed the transition to newcardimp2009-04-221-0/+1
* Add Billionton LNT10TBimp2009-04-221-0/+1
* Add Billionton LNT-10TB variantimp2009-04-221-0/+1
* Add a few more models of AMBICOM cards from data from linux driver andimp2009-04-221-0/+4
* Add AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610. These wereimp2009-04-221-0/+4
* These were a placeholder and don't belong here. Remove them.imp2009-04-221-143/+1
OpenPOWER on IntegriCloud