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