summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/eisa.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27Add eisa_compatible_match() and eisa_compatible_lookup().thorpej
2016-07-11KNF. No functional change.msaitoh
2008-04-06use aprint_*_dev and device_xnamecegger
2008-03-26use device_t & cfdata_tmatt
2008-03-26"split" softc/device_t. (since softc was a struct device, use a split softcmatt
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
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-02-27nuke trailing whitespaceperry
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-23- Use ANSI function decls.thorpej
2004-04-22sprintf -> snprintfitojun
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2001-11-13add RCSIDlukem
2001-01-18constifyjdolecek
2000-09-01- Simplify eisa_devinfo().ad
2000-03-30Remove register declarations.augustss
1998-06-08Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-12Slight change to previous.thorpej
1998-01-12Adjust for config changes.thorpej
1997-09-13Declare EISAVERBOSE by defopt in files.eisa. Include opt_eisaverbose.henami
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1996-12-05update these so they compile whether or not __BROKEN_INDIRECT_CONFIGcgd
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-04-09make the EISA code look a bit more like the PCI code, in the waycgd
1996-04-06kill some pasted spaces.cgd
1996-03-30- remove unused variablechristos
1996-03-17New device attachment scheme:thorpej
1996-03-14These devices don't actually need softc's that are supersets of 'structcgd
1996-03-08remember the bus_chipset_tag_t given by our parent, and pass it on tocgd
1996-03-02change printing of unknown device names when not (BUS)VERBOSE slightlycgd
1996-03-02clean up some diagnostic printfscgd
1996-03-02if not EISAVERBOSE, don't say that vendor/product is "unknown," just saycgd
1996-02-27use config_found_sm(), rather than config_search+config_attach()+glue, tocgd
1996-02-27Better EISA autoconfiguration, per PR 1959.cgd