summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-09-10remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@Stefan Sperling
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-09-09sizes for free(); ok sthenTheo de Raadt
2015-09-09sizes for free(); ok sthen semarieTheo de Raadt
2015-09-07sizes for free(); ok jmatthewTheo de Raadt
2015-09-06srom size is tracked, pass to free()Theo de Raadt
2015-09-06firmware size for free()Theo de Raadt
2015-09-04add support for RTL8168HJonathan Gray
2015-09-01size for free()Theo de Raadt
2015-08-30Track rom size, for free()Theo de Raadt
2015-08-29firmware sizes are known; use them for free()Theo de Raadt
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-08-27sizes for free()Theo de Raadt
2015-08-17The 80's called and want their interface back. Remove last fragments ofKenneth R Westerback
2015-08-15Do not perform timeout maintainance on sc->poll_timeout if it has not beenMiod Vallat
2015-08-12removes two mem leaks in ti (in error path).Sebastien Marie
2015-07-26When attaching on an alpha system, get the current textmode resolution byMiod Vallat
2015-07-26Make pcic_ident_ok() completely silent in case of failure.Miod Vallat
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-07-17Nuke a bunch of leading and trailing whitespace so I don't go blindKenneth R Westerback
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-07-06Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.Stefan Sperling
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