summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/eisa.c
AgeCommit message (Expand)Author
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