summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Fix printf() format errors.mux2002-11-141-1/+1
* Remove an impossible condition. pf->dev is always non-null here.imp2002-11-141-2/+1
* MFp4:imp2002-11-021-4/+4
* o Add a nomatch routine so we whine when we don't know what to attach toimp2002-10-071-19/+90
* MFp4:imp2002-10-071-2/+1
* o Dike out the bogus reprobe stuff. It was getting in the way of newbus' ownimp2002-09-101-7/+0
* More in the continuing saga of phk vs his strange serial card.imp2002-09-041-80/+20
* Drop another cookie to wet Warners appetite:phk2002-09-031-0/+6
* Make modems work:imp2002-08-311-20/+23
* Different and more correct workaround for broken cards under NEWCARD:phk2002-08-311-4/+8
* Ignore all config entries which have a non-zero start I/O address.phk2002-08-311-0/+4
* pccbb -> cbbimp2002-08-151-1/+2
* Don't redundantly include \n in panic messagesimp2002-08-121-1/+1
* Make oldcard and newcard kernel module work.takawata2002-05-301-3/+11
* Make hw.pccard.debug and hw.pccard.cis_debug tunable/sysctl. Setting to 1imp2002-03-071-1/+15
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteshiba2002-02-201-0/+3
* o Count the number of mem and io spaces we allocate. If none work, bail outimp2002-02-191-3/+15
* Null interrupt handlers should be OK, so if we don't have a function,imp2002-02-101-6/+1
* o Use bus_generic_setup_intr instead of bus_setup_intr.imp2002-02-101-11/+8
* Boot verbosify printing the CIS, since we don't normally need to do that.imp2002-02-091-7/+1
* Default debugging to OFF now.imp2002-02-041-1/+1
* Add support for suspending/resuming CardBus bridges.imp2001-12-151-2/+16
* Only call pccard_function_disable when we have a configured configimp2001-11-261-3/+6
* Weed out those pccard entries that match everything. These are tooimp2001-11-201-0/+9
* Update cis tuple parser, add a pccarddevs entry,shiba2001-09-021-2/+6
* Make pccard_product_lookup non-static again...jon2001-08-271-4/+1
* More notes to the reader about issues in pccard code here.imp2001-08-271-6/+15
* Merge notes, but not code, from my latest tree on pccard_function_init and pc...imp2001-08-271-0/+9
* Part two of this NEWCARD update:jon2001-08-271-179/+259
* Fix the panics for real this time. When something can't be allocated,imp2001-05-101-24/+27
* Add accessor/ivar for the "function". This is so we can genericallyimp2001-04-211-0/+3
* Only try to delete the resource if we actually got it.imp2001-04-211-2/+3
* First step towards making loadable modules independent of havingimp2001-03-221-4/+6
* Style(9) changes:imp2001-03-221-32/+26
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Convert the vendor/product cis strings to an array of CIS entries. Thisimp2001-01-211-4/+5
* This is a bandaid for a problem that is not entirely fixed yet.peter2001-01-071-1/+5
* This file follows style(9), so adjust various nits in the last few commitsimp2001-01-071-17/+24
* For bus_setup_intr, cookiep is a pointer to storage for the parentimp2001-01-071-1/+1
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-071-7/+3
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedimp2001-01-071-5/+11
* * Better kld support in pccbb/cardbusjon2001-01-061-62/+201
* Make a few more mallocs use M_ZERO.dwmalone2000-10-291-2/+2
* o Remove lots of kludges with iospace and irq.imp2000-10-221-10/+13
* Get the interrupt correct.imp2000-10-201-1/+1
* o Fix memory leak in ivarsimp2000-10-191-6/+25
* o Remove a boatload of debugging printfs.imp2000-10-181-12/+18
* More NEWCARD fixes. We now almost properly print the probe message.imp2000-10-171-9/+72
* First cut at allocating the resources from the CIS after the probe, butimp2000-10-161-20/+42
OpenPOWER on IntegriCloud