summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa/ofisa.c
AgeCommit message (Expand)Author
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-06-08constify and make auto const variables static.yamt
2001-11-13add RCSIDslukem
2001-06-19`existent', not `existant'wiz
1998-06-30- Fix a bug that prevented one from requesting a subset of a propertythorpej
1998-06-11Per leo@netbsd.org: Don't call isa_dmainit() if NISADMA == 0.thorpej
1998-06-10Change `dev' -> `self' in ofisaattach(), compile errortv
1998-06-09Initialize DMA state when we attach the ofisa bus.thorpej
1998-03-21compile with -Wall, update for changes to dev/ofwcgd
1998-02-07initial implementation of OFW ISA bus code and attachments for a fewcgd