summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in error path.jmatthew2015-10-041-2/+3
* More ifmedia64 fallout.miod2015-09-182-8/+5
* Do not define QLW_DEBUG if SMALL_KERNEL, and turn qlw_dump_iocb() andmiod2015-09-171-5/+10
* let the C files do the sys/param.h including jobderaadt2015-09-121-3/+1
* ifmedia64 fixes.miod2015-09-122-5/+5
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-1113-40/+42
* remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@stsp2015-09-101-8/+1
* sizes for free(); ok semariederaadt2015-09-092-7/+7
* sizes for free(); ok semariederaadt2015-09-093-20/+16
* sizes for free(); ok sthenderaadt2015-09-095-41/+44
* sizes for free(); ok sthen semariederaadt2015-09-092-5/+5
* sizes for free(); ok jmatthewderaadt2015-09-071-12/+13
* srom size is tracked, pass to free()deraadt2015-09-061-3/+3
* firmware size for free()deraadt2015-09-061-5/+5
* add support for RTL8168Hjsg2015-09-042-9/+6
* size for free()deraadt2015-09-011-2/+3
* Track rom size, for free()deraadt2015-08-302-8/+7
* firmware sizes are known; use them for free()deraadt2015-08-294-10/+10
* fairly simple sizes for free(); ok teduderaadt2015-08-284-10/+10
* sizes for free()deraadt2015-08-271-5/+5
* The 80's called and want their interface back. Remove last fragments ofkrw2015-08-173-19/+16
* Do not perform timeout maintainance on sc->poll_timeout if it has not beenmiod2015-08-151-5/+6
* removes two mem leaks in ti (in error path).semarie2015-08-121-5/+5
* When attaching on an alpha system, get the current textmode resolution bymiod2015-07-262-4/+74
* Make pcic_ident_ok() completely silent in case of failure.miod2015-07-261-4/+4
* Shuffle include file ordering in preparation for future changes in vgavar.h,miod2015-07-182-4/+4
* Nuke a bunch of leading and trailing whitespace so I don't go blindkrw2015-07-1711-231/+231
* MFREE(9) is dead, long live m_freem(9)!mpi2015-07-082-6/+6
* Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.stsp2015-07-061-3/+3
* Adapt to the removal of the symbolic input and output port names frommiod2015-06-261-6/+5
* Increment if_ipackets in if_input().mpi2015-06-2418-66/+34
* Don't use uninitialized data as a return value.krw2015-06-211-5/+5
* remove isp(4) now that the ql* family have replaced itjmatthew2015-06-1911-16459/+4
* Initial addition of ``Patrol Read'' support in bio(4), biocto(8), anduebayasi2015-05-292-2/+190
* Follow the recent pckbc@isa changes and always establish all the necessarymiod2015-05-242-6/+2
* No need for ifp since we do not set "rcvif".mpi2015-05-211-2/+1
* No need to set "rcvif", if_input() does it for you.mpi2015-05-212-4/+2
* tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE()mpi2015-05-211-33/+1
* Convert to if_input().mpi2015-05-191-12/+6
* Convert to if_input().mpi2015-05-194-55/+22
* Prevent splassert from firing during sd_flush which runs "cold"mikeb2015-05-181-3/+4
* test mbuf pointers against NULL not 0jsg2015-05-134-11/+11
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-114-175/+18
* Convert from uiomovei() to uiomove() to prevent short tranfersguenther2015-05-111-3/+3
* fix indentation of a linejsg2015-05-071-3/+3
* add missing braces to code under #ifdef TRM_DEBUG0jsg2015-05-071-2/+4
* Less magic numbershadchin2015-05-052-5/+5
* Fix some misuse of the | operator. In particular | has higherjsg2015-05-041-2/+2
* add missing CISS_UNLOCK_SCRATCH/splx callsjsg2015-05-031-3/+7
* Die, damned distracting red space.krw2015-05-021-46/+46