summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2015-06-26Adapt to the removal of the symbolic input and output port names fromMiod Vallat
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-21Don't use uninitialized data as a return value.Kenneth R Westerback
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod Vallat
2015-05-21No need for ifp since we do not set "rcvif".Martin Pieuchot
2015-05-21No need to set "rcvif", if_input() does it for you.Martin Pieuchot
2015-05-21tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE()Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-18Prevent splassert from firing during sd_flush which runs "cold"Mike Belopuhov
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-07fix indentation of a lineJonathan Gray
2015-05-07add missing braces to code under #ifdef TRM_DEBUG0Jonathan Gray
2015-05-05Less magic numberAlexandr Shadchin
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-05-03add missing CISS_UNLOCK_SCRATCH/splx callsJonathan Gray
2015-05-02Die, damned distracting red space.Kenneth R Westerback
2015-05-01Convert to if_input(), ok miod@Martin Pieuchot
2015-05-01Convert to if_input(), ok miod@Martin Pieuchot
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-28Fix a memory leak in an error path found by Maxime Villard'sJonathan Gray
2015-04-28In rtsx(4), condense the list of support chips in a comment, remove the unusedStefan Sperling
2015-04-13Initialize RX/TX on re(4) slightly later; it appears that newer chipsStuart Henderson
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-09to quote jim smith:David Gwynne
2015-04-08Convert to if_input().Martin Pieuchot
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