summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-02-08- remove ununsed PCI_ANY_ID macrosJasper Lievisse Adriaanse
2013-02-08add another DFE-530TX+Jasper Lievisse Adriaanse
2013-02-08regenJasper Lievisse Adriaanse
2013-02-08add another DFE-530TX+ which happens to have a quirky vendor ID. use that IDJasper Lievisse Adriaanse
2013-02-07Sync.Paul Irofti
2013-02-07Add Radeon HD 7290.Paul Irofti
2013-02-07Remove dead code.Martin Pieuchot
2013-02-04The firmware isn't always happy with the length of the "join BSS" commandMark Kettenis
2013-02-02- remove product/vendor table and let the driver attach based on class, etc.Federico G. Schwindt
2013-02-01Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-01-30backout 5718/5719/5720 support. the diff breaks the 5704C on my xserve g5David Gwynne
2013-01-29Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-01-29- Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to beBrad Smith
2013-01-29Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2013-01-29Add the PCI id for the D-Link DFE-520TX C1 board.Brad Smith
2013-01-29big pullup of bge to support the 5718 family of chips including theDavid Gwynne
2013-01-28Make ulpt(4) upload firmware into HP LaserJet printers which require firmware.Stefan Sperling
2013-01-28regenStefan Sperling
2013-01-28Add USB device IDs for HP LaserJet printers which require firmware.Stefan Sperling
2013-01-28Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD,Darren Tucker
2013-01-27Correct the PBA size used for PCH adapters (26KB).Brad Smith
2013-01-25the event type is a 16bit value, not 32bit. use htole16 instead of htole32.David Gwynne
2013-01-25we go to a lot of effort to post the first tx descriptor last, but weDavid Gwynne
2013-01-25the myx_dmamem struct doesnt need a name.David Gwynne
2013-01-21Split AHCI in order to support devices which are not attached via pci.Patrick Wildt
2013-01-21myx does reads and writes in one direction to packet buffers. lets tryDavid Gwynne
2013-01-18Convert softraid crypto to the new ccb and workunit completion functions.Joel Sing
2013-01-18The workunit completion needs to run at IPL_BIO, at least for now.Joel Sing
2013-01-18Convert softraid RAID 0 to new workunit completion functionsJoel Sing
2013-01-18Convert softraid concat to new workunit completion functions.Joel Sing
2013-01-18Tweak workunit completion.Joel Sing
2013-01-18Implement common workunit completion functions and handle the completionJoel Sing
2013-01-18Clean up and rework workunit completion for RAID 0. Ensure that we removeJoel Sing
2013-01-18acpi: add acpiec_lock and acpi_unlock routines.Paul Irofti
2013-01-18Convert RAID1 to new ccb functions.Joel Sing
2013-01-18data transfers suit STREAMING dma maps.David Gwynne
2013-01-18acpi: Add global lock enter and leave routines.Paul Irofti
2013-01-18Clean up and rework workunit completion for concat. Ensure that we removeJoel Sing
2013-01-18Reset I/O counters when releasing ccbs.Joel Sing
2013-01-17Don't try to access m_head after it may be freed (unlikely for VT6105M,Chris Cappuccio
2013-01-17syncReyk Floeter
2013-01-17Add a few more VMware devices.Reyk Floeter
2013-01-17forgot this file when committing the 64bit dva diff.David Gwynne
2013-01-17Convert softraid RAID 0 to the new ccb functions.Joel Sing
2013-01-17Restructure the RAID1 I/O path so that we only get a ccb once we areJoel Sing
2013-01-17mikeb pointed at that the interrupt status register read in mpi_intr wasDavid Gwynne
2013-01-17we dont need to read the interrupt status register to know if we haveDavid Gwynne
2013-01-17Convert softraid concat to the new ccb functions.Joel Sing
2013-01-17treat DVAs as 64bits all the time so we can avoid ugly casts and shifts inDavid Gwynne
2013-01-17Add a hibernate HIB_DONE op. After the memory-side-effect driver finishesTheo de Raadt