summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-18nuke unused bpf inclusionspooka
2009-12-04Cleanup interrupt establish error messages. Do not mixnjoly
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-05device_t/softc splitcegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-04-17device_t/softc split. Tested with tlp at pcicegger
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-01-31Add id for 5090 variant - reported in PR kern/40524 by Andrew Daugherity.martin
2009-01-21add a comment explaining how to regenerate eisadevs.h and eisadevs_data.hjnemeth
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-08-27device_t changes, pmf, minor knf.christos
2008-06-12use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-26use device_t & cfdata_tmatt
2008-03-26"split" softc/device_t. (since softc was a struct device, use a split softcmatt
2008-02-18Use device_xname().dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-28Improve error handling. Related to PR/21900.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-09-02static goes firstchristos
2006-08-28static goes first.christos
2006-03-29Use device_private().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-30avoid variable shadowing.christos
2005-05-24add __KERNEL_RCSIDlukem
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-02-27regenperry
2005-02-27remove trailing whitespace from the stripped RCS Idperry
2005-02-27nuke trailing whitespaceperry
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2004-12-07Move a comment to indicate the true "end of hardware supported fields".thorpej
2004-12-07Don't use "struct scsi_generic" in a hardware-defined structure. Instead,thorpej
2004-09-01use the locator passing config_found/submatch, and limit use of thedrochner
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-08-30add centralized {eisa,isa,pci,agp,mca}busprint() functions which dodrochner
2004-08-23- Use ANSI function decls and make use of static.thorpej
2004-08-23- Use ANSI function decls.thorpej
2004-04-22sprintf -> snprintfitojun