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