summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa/eisa.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-29make various strings ("can't map mem space" and similar) more consistentsthen1-2/+2
2007-06-25Fix a couple of "of of"s in comments.tom1-2/+2
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho1-9/+7
2003-03-29device/vendor id is always < 7 chars. store it in the array and save on the extra pointer average of 50% space savings. regen the eisadevsmickey1-3/+4
2002-03-14First round of __P removal in sysmillert1-6/+6
2001-01-26constify eisa_knowndevsmickey1-2/+2
2000-04-14This fixes EISA bus_space API. The bus dma tag was never initialized!!!smurph1-1/+2
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1-15/+17
1996-11-23added const to second parameter of cfprint_t routineskstailey1-3/+3
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1-2/+2
1996-05-05ahc/ahe driver update from freebsd; merged by soda@sra.co.jp andderaadt1-3/+13
1996-04-21partial sync with netbsd 960418, more to comederaadt1-18/+27
1996-04-18NetBSD 960317 mergeniklas1-0/+252