aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Unwire spibus from at91_spi in projects/mips as wellOleksandr Tymoshenko2009-05-181-1/+1
* - Add support for MX25Lxxx SPI flash (readonly atm)Oleksandr Tymoshenko2009-05-182-0/+369
* Merge from HEADOleksandr Tymoshenko2009-05-06152-16877/+14905
|\
| * 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-1966/+679
| * 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
| * Add experimental support for SATA interface power management.Alexander Motin2009-04-294-11/+19
| * - Change some softc members to be unsigned where more appropriate.Marius Strobl2009-04-281-16/+14
| * acpi: do not run resume/backout code when entering S0/S5 statesAndriy Gapon2009-04-281-73/+66
| * fix typo in conditionalKip Macy2009-04-271-1/+1
| * collapse the two em_start_locked routines in to oneKip Macy2009-04-272-48/+24
| * simplify by removing dead codeKip Macy2009-04-271-49/+4
| * remove dead code with reference to IFQ_HANDOFFKip Macy2009-04-271-26/+0
| * Use cached progif instead of reading it again.Jung-uk Kim2009-04-271-1/+1
| * - Give generic AHCI driver lower priority than device-specific drivers.Jung-uk Kim2009-04-272-5/+5
| * Reduce code duplication and excessive pci_get_slot() calls.Jung-uk Kim2009-04-271-10/+10
| * Correct fat finger mistakeJack F Vogel2009-04-271-1/+1
| * Reduce excessive pci_get_devid() and pci_get_revid() callsJung-uk Kim2009-04-271-4/+8
| * igb_txeof also has a case where the watchdog may notJack F Vogel2009-04-271-9/+8
| * - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. TheseJung-uk Kim2009-04-273-8/+77
| * Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RINGAndrew Gallatin2009-04-271-1/+1
| * Thanks for Michael Tuexen for tracking down a path whereJack F Vogel2009-04-271-14/+21
| * Start to convert this over to the new tty layer. These changes allowDoug Ambrisko2009-04-273-188/+125
| * Updates to mxge for multiple tx/rx rings:Andrew Gallatin2009-04-272-41/+333
| * Remove unneeded device index from unit number.Ed Schouten2009-04-261-8/+6
| * Make the state string descriptions public.Andrew Thompson2009-04-252-9/+18
| * Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-2511-39/+103
| * Add Surecom EP-427X.Warner Losh2009-04-241-1/+2
| * Another PC Card that needs the CIS strings for the Surecom EP-427X,Warner Losh2009-04-241-0/+1
| * fix typoKip Macy2009-04-231-1/+1
| * fix panic when using msixKip Macy2009-04-231-0/+5
| * Make sure the ALTQ case is handle correctly by using drbr_dequeueKip Macy2009-04-231-1/+1
| * Two ifnet misuse fixes for if_nve:Robert Watson2009-04-231-2/+1
| * MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-2220-413/+445
| * MFp4 //depot/projects/usb@160708Andrew Thompson2009-04-221-8/+9
| * MFp4 //depot/projects/usb@160706Andrew Thompson2009-04-223-2/+25