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
/
ic
/
i82365.c
Age
Commit message (
Expand
)
Author
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-17
Back out pcic_delay() since we cannot call tsleep() in interupt context.
Todd C. Miller
2001-06-24
move extern int cold to .h
Federico G. Schwindt
2001-05-17
Implement pcic_delay, it uses tsleep for large delays to avoid
Federico G. Schwindt
2000-09-05
Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and useful
Federico G. Schwindt
2000-06-30
Oops, put back this call to spltty(). When our timeout expires and we poll the
Aaron Campbell
2000-06-28
Make suspend -> eject card -> resume work.
Aaron Campbell
2000-06-23
Implement PCMCIA event polling. This will either complement interrupt-driven
Aaron Campbell
2000-04-19
indent.
Federico G. Schwindt
2000-04-19
Fix a bug introduced after cardbus commit where uart16550a was
Federico G. Schwindt
2000-04-08
Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
Aaron Campbell
2000-02-02
Some KNF. Initialize shutdown just in case.
Federico G. Schwindt
1999-08-08
Fill in detach support in the i82365 driver; mostly netbsd, as was the
Niklas Hallqvist
1999-07-26
shrink code, cleanup port printouts, repairs various comments
Theo de Raadt
1999-05-02
Add support for Vadem PCMCIA controllers.
Federico G. Schwindt
1999-02-13
Always check that "range->start" and "range->len" is within the bounds of
Federico G. Schwindt
1999-02-06
Always initialize sc->handle[i].flags.
Federico G. Schwindt
1999-01-28
Add support for:
Federico G. Schwindt
1999-01-03
provide pcmcia IO bus mapper with list of blocks where it should
Theo de Raadt
1998-12-15
Sync with NetBSD (no detach updates yet).
Federico G. Schwindt
1998-09-11
Added support for Intel 82365SL PCIC controllers and clones from NetBSD.
Federico G. Schwindt