summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/tcic2_isa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* Add pcmcia_intr_string() to format the intr string for pcmcia attachmillert2005-01-271-2/+19
| | | | routines.
* remove uvm_extern.hbrad2004-01-091-3/+1
| | | | | | tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+3
|
* First round of __P removal in sysmillert2002-03-141-5/+5
|
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* quieten pcmcia/cardbus interrupt handling at unsuspend timederaadt2001-08-171-3/+4
|
* driver for the databook isa/pcmcia bridge (commented out in GENERIC for now);jason2000-05-151-0/+375
from NetBSD.