summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/i82365.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not perform timeout maintainance on sc->poll_timeout if it has not beenmiod2015-08-151-5/+6
* Make pcic_ident_ok() completely silent in case of failure.miod2015-07-261-4/+4
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* simplify kthread_create(). no more stdargderaadt2013-11-181-3/+4
* All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}deraadt2010-09-061-2/+2
* timeout_add -> timeout_add_msecblambert2009-08-021-3/+3
* More timeout(9) usage cleaned up.mk2008-05-221-3/+2
* spelling fixes, from Martynas Venckus;jmc2007-11-251-3/+3
* use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ testingmickey2005-11-231-2/+2
* Prettier diagnostic message; ok deraadt@.grange2005-09-101-2/+2
* Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.grange2004-05-041-6/+6
* First round of __P removal in sysmillert2002-03-141-18/+18
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Back out pcic_delay() since we cannot call tsleep() in interupt context.millert2001-08-171-19/+4
* move extern int cold to .hfgsch2001-06-241-2/+1
* Implement pcic_delay, it uses tsleep for large delays to avoidfgsch2001-05-171-4/+20
* Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and usefulfgsch2000-09-051-17/+16
* Oops, put back this call to spltty(). When our timeout expires and we poll theaaron2000-06-301-2/+10
* Make suspend -> eject card -> resume work.aaron2000-06-281-72/+107
* Implement PCMCIA event polling. This will either complement interrupt-drivenaaron2000-06-231-2/+18
* indent.fgsch2000-04-191-6/+10
* Fix a bug introduced after cardbus commit where uart16550a wasfgsch2000-04-191-14/+14
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-49/+108
* Some KNF. Initialize shutdown just in case.fgsch2000-02-021-13/+20
* Fill in detach support in the i82365 driver; mostly netbsd, as was theniklas1999-08-081-24/+203
* shrink code, cleanup port printouts, repairs various commentsderaadt1999-07-261-73/+36
* Add support for Vadem PCMCIA controllers.fgsch1999-05-021-9/+54
* Always check that "range->start" and "range->len" is within the bounds offgsch1999-02-131-4/+4
* Always initialize sc->handle[i].flags.fgsch1999-02-061-3/+4
* Add support for:fgsch1999-01-281-22/+35
* provide pcmcia IO bus mapper with list of blocks where it shouldderaadt1999-01-031-6/+49
* Sync with NetBSD (no detach updates yet).fgsch1998-12-151-12/+12
* Added support for Intel 82365SL PCIC controllers and clones from NetBSD.fgsch1998-09-111-0/+1151