summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Expand)Author
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-17Fix typo in comment.snj
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-11-04use __USEchristos
2012-10-27split device_t/softc for all remaining drivers.chs
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-03-22Set/test sc_csr_memmapped instead of comparing bus_space_tag_t's.dyoung
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