summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2013-01-17first or second coming, commie or not commie, one m in coming is sufficientHenning Brauer
2013-01-17Force the latest 3 generations of Intel SATA chipsets into AHCI mode.Claudio Jeker
2013-01-16Fight global eye bleeding by fixing evil typos.Miod Vallat
2013-01-16Consistently call sr_scsi_done instead of scsi_done.Joel Sing
2013-01-16Loongson: add throttling support.Paul Irofti
2013-01-16Add a function that handles the completion of a ccb.Joel Sing
2013-01-16Add a new capability flag to identify disciplines where read failures areJoel Sing
2013-01-16Set resid to zero if the scsi transfer completed without error.Joel Sing
2013-01-16Factor out code used to release ccbs from a workunit.Joel Sing
2013-01-16regenBrad Smith
2013-01-16Some corrections for D-Link device names.Brad Smith
2013-01-16fix typo in commentDarren Tucker
2013-01-16Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/okDarren Tucker
2013-01-16Sort the PCI ids.Brad Smith
2013-01-16Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/okDarren Tucker
2013-01-16regenBrad Smith
2013-01-16Add D-Link DFE-520TX C1Brad Smith
2013-01-16Keep a count of packets added to the chip's TX queue and only poke the chipDarren Tucker
2013-01-15More syncing with FreeBSD bge version. No binary change.Claudio Jeker
2013-01-15Implement a function that gets and correctly initialises a ccb for I/O,Joel Sing
2013-01-15Always initialise the discipline name, not just when we are doing a create.Joel Sing
2013-01-15Fix typos in comments and change the syntactic sugar of a function toClaudio Jeker
2013-01-15put a tab after #define to make the diff between Fx and Ox smaller.Claudio Jeker
2013-01-15Keep a function pointer to the per-discipline I/O interrupt handler in theJoel Sing
2013-01-15dont use amd64 is currently broken cos it has noDavid Gwynne
2013-01-15Factor out workunit initialisation code.Joel Sing
2013-01-15use bus_space_write_raw_region_8 on 64bit archs when writing to the ringsDavid Gwynne
2013-01-14map the registers PREFETCHABLE so things that can do write combining canDavid Gwynne
2013-01-14avoid extra bus_space barriers in the interrupt handler.David Gwynne
2013-01-14use one interrupt handler for the thtc headend, rather than seperateTheo de Raadt
2013-01-14Loongson: Replace the system clock provided by the CPU with a GLX MFGPT.Paul Irofti
2013-01-14Fix the sotfware.Joel Sing
2013-01-14Call the correct callback on node disassociation.Joel Sing
2013-01-14when posting descriptors to the chips rings, avoid going write barrierDavid Gwynne
2013-01-14the myri doco suggests its nice to post stuff by filling in everythingDavid Gwynne
2013-01-14;; is a long way of saying ;David Gwynne
2013-01-13Enable flow control support with 5708S/5709S adapters.Brad Smith