summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82365.c
AgeCommit message (Expand)Author
2020-03-04fix typo in previouscheloha
2020-02-25pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9)cheloha
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2015-08-15Do not perform timeout maintainance on sc->poll_timeout if it has not beenMiod Vallat
2015-07-26Make pcic_ident_ok() completely silent in case of failure.Miod Vallat
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2009-08-02timeout_add -> timeout_add_msecBret Lambert
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-09-10Prettier diagnostic message; ok deraadt@.Alexander Yurchenko
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
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-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