summaryrefslogtreecommitdiff
path: root/sys/dev/ic/midway.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-18Nuke "ummmm" quality macro. It's outside __NetBSD__, so notpooka
2009-04-15Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptiveelad
2009-03-15ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-17kill MALLOC and FREE macros.cegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-06-12use device_lookup_private to get softccegger
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-14Coverity CID 1542: Off by one in test.christos
2006-03-16include if_ether.h if you want to use ether_sprintf()christos
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-04-22sprintf -> snprintfitojun
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-03DMA, not dma nor Dma.wiz
2003-01-31Use aprint_*().thorpej
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2002-02-11"doesn't" should have an 's'.wiz
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-09-28don't depend on other headers to include sys/proc.h for us.chs
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpy, strcpy, memmovethorpej
2001-07-07bcmp -> memcmpthorpej
2001-07-05Fix typo. s/extention/extension/toshii
2001-04-12splimp -> splnetthorpej
2000-12-18Adapt to ALTQ-related API changes (driver is not fully ALTQ'ified yet).thorpej
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-10-10make it work right on non-32bit arch. from kjc@csl.sony.co.jpitojun
2000-09-06Cast the arg to vtophys() to vaddr_t.thorpej
2000-08-09%b -> bitmask_snprintf()tv
2000-07-20don't define LIST_FOREACH, it's in sys/queue.h now.deberg
2000-07-06Use device_lookup().thorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg