summaryrefslogtreecommitdiff
path: root/sys/dev/isa/i82365_isa.c
AgeCommit message (Expand)Author
2005-03-25during probe test for a mem window reduction in case there is not enough spac...Michael Shalayeff
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2004-01-09remove uvm_extern.hBrad Smith
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
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-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2000-07-03From NetBSD:Aaron Campbell
2000-06-28Make suspend -> eject card -> resume work.Aaron Campbell
2000-06-23Implement PCMCIA event polling. This will either complement interrupt-drivenAaron 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-01-28Remove unused vars.Federico G. Schwindt
1999-01-07Delayed irq allocation for pcic, gives pccard devices better chance of gettingNiklas Hallqvist
1999-01-01Don't print irq twice if it's defined in the config-file.Federico G. Schwindt
1998-12-31Don't panic if the pcic irq is defined in the config-file.Federico G. Schwindt
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-09-11ISA routines for the Intel 82365SL PCIC controllers.Federico G. Schwindt