| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a comment about the MPSAFEness of this pccard_intr handler. Given | imp | 2003-06-13 | 1 | -0/+4 |
* | In [bsd-nomads:16650] shibagaki-san presented an example product id of | imp | 2003-04-10 | 1 | -1/+1 |
* | 1.77 was bogus: there is no logic bug. Back it out and compare the | imp | 2003-04-09 | 1 | -1/+1 |
* | Fix a logic bug in previous commit (use || rather than &&). In order to | jhb | 2003-04-09 | 1 | -1/+1 |
* | Make sure that both pp_name and pp_vendor are zero to know we're at the | imp | 2003-04-09 | 1 | -4/+5 |
* | MFP4: | imp | 2003-04-08 | 1 | -3/+21 |
* | fix typo | sanpei | 2003-04-04 | 1 | -1/+1 |
* | Use %jd and a cast to intmax_t instead of a cast to long. | imp | 2003-03-18 | 1 | -4/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Fix printf() format errors. | mux | 2002-11-14 | 1 | -1/+1 |
* | Remove an impossible condition. pf->dev is always non-null here. | imp | 2002-11-14 | 1 | -2/+1 |
* | MFp4: | imp | 2002-11-02 | 1 | -4/+4 |
* | o Add a nomatch routine so we whine when we don't know what to attach to | imp | 2002-10-07 | 1 | -19/+90 |
* | MFp4: | imp | 2002-10-07 | 1 | -2/+1 |
* | o Dike out the bogus reprobe stuff. It was getting in the way of newbus' own | imp | 2002-09-10 | 1 | -7/+0 |
* | More in the continuing saga of phk vs his strange serial card. | imp | 2002-09-04 | 1 | -80/+20 |
* | Drop another cookie to wet Warners appetite: | phk | 2002-09-03 | 1 | -0/+6 |
* | Make modems work: | imp | 2002-08-31 | 1 | -20/+23 |
* | Different and more correct workaround for broken cards under NEWCARD: | phk | 2002-08-31 | 1 | -4/+8 |
* | Ignore all config entries which have a non-zero start I/O address. | phk | 2002-08-31 | 1 | -0/+4 |
* | pccbb -> cbb | imp | 2002-08-15 | 1 | -1/+2 |
* | Don't redundantly include \n in panic messages | imp | 2002-08-12 | 1 | -1/+1 |
* | Make oldcard and newcard kernel module work. | takawata | 2002-05-30 | 1 | -3/+11 |
* | Make hw.pccard.debug and hw.pccard.cis_debug tunable/sysctl. Setting to 1 | imp | 2002-03-07 | 1 | -1/+15 |
* | Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byte | shiba | 2002-02-20 | 1 | -0/+3 |
* | o Count the number of mem and io spaces we allocate. If none work, bail out | imp | 2002-02-19 | 1 | -3/+15 |
* | Null interrupt handlers should be OK, so if we don't have a function, | imp | 2002-02-10 | 1 | -6/+1 |
* | o Use bus_generic_setup_intr instead of bus_setup_intr. | imp | 2002-02-10 | 1 | -11/+8 |
* | Boot verbosify printing the CIS, since we don't normally need to do that. | imp | 2002-02-09 | 1 | -7/+1 |
* | Default debugging to OFF now. | imp | 2002-02-04 | 1 | -1/+1 |
* | Add support for suspending/resuming CardBus bridges. | imp | 2001-12-15 | 1 | -2/+16 |
* | Only call pccard_function_disable when we have a configured config | imp | 2001-11-26 | 1 | -3/+6 |
* | Weed out those pccard entries that match everything. These are too | imp | 2001-11-20 | 1 | -0/+9 |
* | Update cis tuple parser, add a pccarddevs entry, | shiba | 2001-09-02 | 1 | -2/+6 |
* | Make pccard_product_lookup non-static again... | jon | 2001-08-27 | 1 | -4/+1 |
* | More notes to the reader about issues in pccard code here. | imp | 2001-08-27 | 1 | -6/+15 |
* | Merge notes, but not code, from my latest tree on pccard_function_init and pc... | imp | 2001-08-27 | 1 | -0/+9 |
* | Part two of this NEWCARD update: | jon | 2001-08-27 | 1 | -179/+259 |
* | Fix the panics for real this time. When something can't be allocated, | imp | 2001-05-10 | 1 | -24/+27 |
* | Add accessor/ivar for the "function". This is so we can generically | imp | 2001-04-21 | 1 | -0/+3 |
* | Only try to delete the resource if we actually got it. | imp | 2001-04-21 | 1 | -2/+3 |
* | First step towards making loadable modules independent of having | imp | 2001-03-22 | 1 | -4/+6 |
* | Style(9) changes: | imp | 2001-03-22 | 1 | -32/+26 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Convert the vendor/product cis strings to an array of CIS entries. This | imp | 2001-01-21 | 1 | -4/+5 |
* | This is a bandaid for a problem that is not entirely fixed yet. | peter | 2001-01-07 | 1 | -1/+5 |
* | This file follows style(9), so adjust various nits in the last few commits | imp | 2001-01-07 | 1 | -17/+24 |
* | For bus_setup_intr, cookiep is a pointer to storage for the parent | imp | 2001-01-07 | 1 | -1/+1 |
* | o Now that I've had time to test the new interface, reintegrate it back in. | imp | 2001-01-07 | 1 | -7/+3 |