summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Some cards don't have the info entries in the CIS, so vendorstr and/orimp2004-08-161-7/+21
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Use %#jx for both args.imp2003-11-041-2/+2
* Fix two small style nits pointed out by bde: Remove spaces after cast andimp2003-11-031-1/+1
* o Use %j and uintmax_t rather than uint64_t for casting.imp2003-11-031-4/+3
* ia64 tenderbox hates what I did wrt a printf, so cast the snot out ofimp2003-11-031-2/+2
* MFp4:imp2003-11-021-45/+97
* Const poison string accessor functions.imp2003-10-261-3/+4
* o move the cis tuple definitions into a common file.imp2003-10-071-23/+0
* Whacked out CIS configurations can cause us to not have any child. Whenimp2003-09-051-2/+4
* Probe routines can return < 0 for speculative matches. In theimp2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* pc98pcic isn't the name of the media driver. tcic likely will neverimp2003-08-201-3/+0
* Add a comment about the MPSAFEness of this pccard_intr handler. Givenimp2003-06-131-0/+4
* In [bsd-nomads:16650] shibagaki-san presented an example product id ofimp2003-04-101-1/+1
* 1.77 was bogus: there is no logic bug. Back it out and compare theimp2003-04-091-1/+1
* Fix a logic bug in previous commit (use || rather than &&). In order tojhb2003-04-091-1/+1
* Make sure that both pp_name and pp_vendor are zero to know we're at theimp2003-04-091-4/+5
* MFP4:imp2003-04-081-3/+21
* fix typosanpei2003-04-041-1/+1
* Use %jd and a cast to intmax_t instead of a cast to long.imp2003-03-181-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* 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
OpenPOWER on IntegriCloud