summaryrefslogtreecommitdiff
path: root/sys/dev/isa/i82365_isasubr.c
AgeCommit message (Expand)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2000-07-03Carefully reset pcic register; ok @aaronNiklas Hallqvist
2000-07-03From NetBSD:Aaron Campbell
2000-06-20Avoid using I/O port 0x370 since this is used by onboard audio onTodd C. Miller
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
1999-08-11New pcmcia irq prober that really tries to ensure the irq will workNiklas Hallqvist
1999-07-26shrink code, cleanup port printouts, repairs various commentsTheo de Raadt
1999-07-11Extend the pcmcia I/O space to what it should beNiklas Hallqvist
1999-03-31because of RAMDISK not having pms0, move irq 12 to later on; fgschTheo de Raadt
1999-02-15Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.Federico G. Schwindt
1999-01-03provide pcmcia IO bus mapper with list of blocks where it shouldTheo de Raadt
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will sti...Theo de Raadt
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
1998-12-19Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices.Federico G. Schwindt
1998-09-11ISA routines for the Intel 82365SL PCIC controllers.Federico G. Schwindt