summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa/eisa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansijsg2021-03-071-13/+5
|
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
| | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod.
* Fix a couple of "of of"s in comments.tom2007-06-251-2/+2
|
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-9/+7
|
* device/vendor id is always < 7 chars. store it in the array and save on the extra pointer average of 50% space savings. regen the eisadevsmickey2003-03-291-3/+4
|
* First round of __P removal in sysmillert2002-03-141-6/+6
|
* constify eisa_knowndevsmickey2001-01-261-2/+2
|
* This fixes EISA bus_space API. The bus dma tag was never initialized!!!smurph2000-04-141-1/+2
|
* Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1996-11-281-15/+17
| | | | | NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
* added const to second parameter of cfprint_t routineskstailey1996-11-231-3/+3
|
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-2/+2
| | | | possibly taken in small steps
* ahc/ahe driver update from freebsd; merged by soda@sra.co.jp andderaadt1996-05-051-3/+13
| | | | pete@demon.net
* partial sync with netbsd 960418, more to comederaadt1996-04-211-18/+27
|
* NetBSD 960317 mergeniklas1996-04-181-0/+252