summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/uha_isa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansijsg2021-03-071-22/+8
|
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+2
| | | | | | | | it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@
* directly calling Debugger() is bad. turn these printf();Debugger(); seriesjasper2009-08-261-9/+3
| | | | | | into panic()'s. ok deraadt@ jsing@
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-2/+2
| | | | | | No functional changes. ok krw@ miod@
* ``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