| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not perform timeout maintainance on sc->poll_timeout if it has not been |  miod | 2015-08-15 | 1 | -5/+6 |
* | Make pcic_ident_ok() completely silent in case of failure. |  miod | 2015-07-26 | 1 | -4/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | simplify kthread_create(). no more stdarg |  deraadt | 2013-11-18 | 1 | -3/+4 |
* | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} |  deraadt | 2010-09-06 | 1 | -2/+2 |
* | timeout_add -> timeout_add_msec |  blambert | 2009-08-02 | 1 | -3/+3 |
* | More timeout(9) usage cleaned up. |  mk | 2008-05-22 | 1 | -3/+2 |
* | spelling fixes, from Martynas Venckus; |  jmc | 2007-11-25 | 1 | -3/+3 |
* | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ testing |  mickey | 2005-11-23 | 1 | -2/+2 |
* | Prettier diagnostic message; ok deraadt@. |  grange | 2005-09-10 | 1 | -2/+2 |
* | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. |  grange | 2004-05-04 | 1 | -6/+6 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -18/+18 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | Back out pcic_delay() since we cannot call tsleep() in interupt context. |  millert | 2001-08-17 | 1 | -19/+4 |
* | move extern int cold to .h |  fgsch | 2001-06-24 | 1 | -2/+1 |
* | Implement pcic_delay, it uses tsleep for large delays to avoid |  fgsch | 2001-05-17 | 1 | -4/+20 |
* | Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and useful |  fgsch | 2000-09-05 | 1 | -17/+16 |
* | Oops, put back this call to spltty(). When our timeout expires and we poll the |  aaron | 2000-06-30 | 1 | -2/+10 |
* | Make suspend -> eject card -> resume work. |  aaron | 2000-06-28 | 1 | -72/+107 |
* | Implement PCMCIA event polling. This will either complement interrupt-driven |  aaron | 2000-06-23 | 1 | -2/+18 |
* | indent. |  fgsch | 2000-04-19 | 1 | -6/+10 |
* | Fix a bug introduced after cardbus commit where uart16550a was |  fgsch | 2000-04-19 | 1 | -14/+14 |
* | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many |  aaron | 2000-04-08 | 1 | -49/+108 |
* | Some KNF. Initialize shutdown just in case. |  fgsch | 2000-02-02 | 1 | -13/+20 |
* | Fill in detach support in the i82365 driver; mostly netbsd, as was the |  niklas | 1999-08-08 | 1 | -24/+203 |
* | shrink code, cleanup port printouts, repairs various comments |  deraadt | 1999-07-26 | 1 | -73/+36 |
* | Add support for Vadem PCMCIA controllers. |  fgsch | 1999-05-02 | 1 | -9/+54 |
* | Always check that "range->start" and "range->len" is within the bounds of |  fgsch | 1999-02-13 | 1 | -4/+4 |
* | Always initialize sc->handle[i].flags. |  fgsch | 1999-02-06 | 1 | -3/+4 |
* | Add support for: |  fgsch | 1999-01-28 | 1 | -22/+35 |
* | provide pcmcia IO bus mapper with list of blocks where it should |  deraadt | 1999-01-03 | 1 | -6/+49 |
* | Sync with NetBSD (no detach updates yet). |  fgsch | 1998-12-15 | 1 | -12/+12 |
* | Added support for Intel 82365SL PCIC controllers and clones from NetBSD. |  fgsch | 1998-09-11 | 1 | -0/+1151 |