summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2015-03-13convert to if_input()Jasper Lievisse Adriaanse
2015-03-12If while attaching pckbdc device slots, we find a slot has failed toTheo de Raadt
2015-03-12Print the current link speed for SATA devices attached on ahci(4).Bryan Steele
2015-03-09In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAITMiod Vallat
2015-03-08properly set sgl related flags on skinny controllers. this fixesDavid Gwynne
2015-03-08Revert patch responsible for locking up machines withTobias Ulmer
2015-02-28Remove duplicated defines for window 7 registers.Miod Vallat
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-11include extended capabilities in ahci debug outputJonathan Matthew
2015-02-11recognise ahci 1.3.1Jonathan Matthew
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-09turn off QLA_DEBUG noise, requested by deraadt@Jonathan Matthew
2015-02-09we want to defer work traditionally (in openbsd) handled in anDavid Gwynne
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-08Fix mfi ioctl to set drive state properly.YASUOKA Masahiko
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-08Convert to if_input().Martin Pieuchot
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-26Set PCIe max read request size to 2K to help with TX performance.Brad Smith
2015-01-23break after return is useless.David Gwynne
2015-01-21Add a comment above the autopad checking.Brad Smith
2015-01-21Use the RL_FLAG_AUTOPAD flag when trying to determine whenBrad Smith
2015-01-20Fix size of the bcopy when extracting the MAC address.Brad Smith
2015-01-20Remove use of the link change interrupt handling, not all controllersBrad Smith
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