summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2015-01-20Some fixes for handling link state changes.Brad Smith
2015-01-15Remove a variable no longer used in re_tick().Brad Smith
2015-01-15Fix subtle breakage for polled commands introduced during iopool conversion.Miod Vallat
2015-01-10Remove pointless empty 64bit support code stubs from bwi(4).Stefan Sperling
2015-01-10Merge two bwi(4) fixes from FreeBSD:Stefan Sperling
2015-01-09Add support DIOC{G,S}CACHE to mfi(4). Cache of disk on mfi(4) willYASUOKA Masahiko
2015-01-08Use the correct config registers for the RTL8139 family. Unlike the RTL8169Brad Smith
2015-01-04Fix error handling for re_encap() within re_start() and some tidying up.Brad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-26unifdef INET. missed a few headers in previous roundsTed Unangst
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-19another handful of bcopy -> memcpy because there is no overlapTheo de Raadt
2014-12-19Make use of m_defrag() in re_encap().Brad Smith
2014-12-16Protect memory allocation and disposal with splvm(); gets rid of splassertMiod Vallat
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-08Have foo_init() call foo_reset() to reset the chip to a known stateBrad Smith
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-12-03Turn ahci port start into a callback so sxiahci can do some magic toJonathan Gray
2014-11-27Garbage collect some bits that were never used.Brad Smith
2014-11-27rxr ioctl handling.Brad Smith
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24- Check IFF_RUNNING in xl_intr().Brad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-23Move link state handling into re_miibus_statchg().Brad Smith
2014-11-19Add support for stopping the operation of the chipset within re_stop()Brad Smith
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18dc_init() calls dc_stop() and dc_reset() so remove some redundant callsBrad Smith
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-05Functions that say they return void should not try to return something.Daniel Dickman
2014-11-04shuffle when the cid is set on submission queue entries so its afterDavid Gwynne
2014-11-04when reading the completion queue, it helps to write where we've read upDavid Gwynne
2014-10-31remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0Jonathan Gray
2014-10-24Always put controller into known state before device intialization.Brad Smith
2014-10-15Sprinkle CPU_BUSY_CYCLE() in a few places.Masao Uebayashi
2014-10-15Revert previous (wrong commit message).Masao Uebayashi
2014-10-15pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-10-12remove some unused filesJonathan Gray
2014-10-11Comparsion -> ComparisonMiod Vallat
2014-10-08Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.Brad Smith
2014-09-29correctly decrement the C_SCSIXFER reference count in wdc_xfer flagsDavid Gwynne
2014-09-25include bpfilter.h so the softc will be the same size in all filesJonathan Gray
2014-09-23dont need to call bpfdetach cos if_detach does it for you.David Gwynne
2014-09-21add a missing break statement in the RL_HWREV_8168E_VL caseJonathan Gray
2014-09-17be less confusing to the compiler when setting up the sge.David Gwynne
2014-09-15mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmdDavid Gwynne
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-12dont leak a ccb in identifyDavid Gwynne