summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/i82365_isasubr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The "probe" interrupt handler is mpsafe; mark it as such.kettenis2013-07-141-3/+4
* In pcic_intr_find(), pass a correct device name to isa_intr_establish(), somiod2013-03-081-2/+2
* What gets allocated with bus_space_map() needs to be released withmiod2009-07-231-2/+2
* IPL_IMP -> IPL_VMbrad2006-03-121-2/+2
* Add pcmcia_intr_string() to format the intr string for pcmcia attachmillert2005-01-271-1/+16
* Make pcic_isa_chip_intr_establish() silent; irq printing will movemillert2005-01-271-12/+2
* remove uvm_extern.hbrad2004-01-091-3/+1
* First round of __P removal in sysmillert2002-03-141-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* quieten pcmcia/cardbus interrupt handling at unsuspend timederaadt2001-08-171-3/+8
* Carefully reset pcic register; ok @aaronniklas2000-07-031-6/+6
* From NetBSD:aaron2000-07-031-9/+10
* Avoid using I/O port 0x370 since this is used by onboard audio onmillert2000-06-201-2/+2
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-4/+6
* New pcmcia irq prober that really tries to ensure the irq will workniklas1999-08-111-31/+131
* shrink code, cleanup port printouts, repairs various commentsderaadt1999-07-261-35/+18
* Extend the pcmcia I/O space to what it should beniklas1999-07-111-19/+5
* because of RAMDISK not having pms0, move irq 12 to later on; fgschderaadt1999-03-311-2/+2
* Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.fgsch1999-02-151-2/+2
* provide pcmcia IO bus mapper with list of blocks where it shouldderaadt1999-01-031-1/+11
* semantic change: prefer unshared intr, settle for level shared. this will still fail in some casesderaadt1998-12-311-2/+2
* new priority mechanism for pcmcia interrupt allocation, ie. "best effort"deraadt1998-12-271-9/+17
* Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices.fgsch1998-12-191-5/+2
* ISA routines for the Intel 82365SL PCIC controllers.fgsch1998-09-111-0/+262