summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/uha_isa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+2
* directly calling Debugger() is bad. turn these printf();Debugger(); seriesjasper2009-08-261-9/+3
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-2/+2
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* assume vtophys(vaddr_t) just what all the other archs expect; no functional changemickey2005-11-231-2/+2
* First round of __P removal in sysmillert2002-03-141-8/+8
* new timeoutsmickey2001-02-031-4/+2
* new timeoutsmickey2001-01-291-4/+6
* move to current OpenBSD isadma APIniklas1998-01-181-2/+2
* no Debugger() w/ no DDB definedmickey1997-04-131-1/+5
* Missed in last bus.h commitniklas1996-11-291-0/+368