summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2015-04-06Convert to if_input(); ok mpi@Miod Vallat
2015-04-05Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers;Miod Vallat
2015-04-03Fix unsigned vs signed comparison in for() loop condition causing an infiniteMiod Vallat
2015-04-01Kill useless comments talking about ether_input().Martin Pieuchot
2015-03-31Upon finding an AUX slot that has no driver for it (such as theJoshua Stein
2015-03-30Convert, convert, convert 'em all to if_input(), tralalalala...Martin Pieuchot
2015-03-30Convert to if_input(), tested by sebastia@.Martin Pieuchot
2015-03-29Restore user-loaded vga fonts upon X11->VT switch and upon resume; fromMiod Vallat
2015-03-29In vga_load_font(), keep track of the font bits being passed by the caller,Miod Vallat
2015-03-24Convert to if_input().Martin Pieuchot
2015-03-21Print speeds consistently.Martin Pieuchot
2015-03-20add support for jumbos on re(4).David Gwynne
2015-03-20some re(4) chips can do jumbos, but none of them can checksum jumboDavid Gwynne
2015-03-20Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytableStefan Sperling
2015-03-16Revert 1.44 since we have found some machines where the keyboardJoshua Stein
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
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