| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
of the second card fails. This fixes that.
|
| |
|
| |
|
| |
|
|
|
|
| |
what I get for trying to do too many things at once.
|
|
|
|
|
|
| |
change it w/out informing the program. Instead, use the (now available)
previous state returned by the kernel to make intelligent card
removal/insertion decisions.
|
| |
|
|
|
|
|
|
| |
I can't run pccardc dumpcis on my Wavelan card. :(
Obtained from: PAO
|
| |
|
|
|
|
| |
"Version 1" CIS tupple is plugged after normal card.
|
|
|
|
|
| |
Submitted by: nate@mt.sri.com
Removed global variables. (and style(9) fix.)
|
| |
|
|
|
|
| |
about inserting 2 pcmcia cards.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
<pccard/cardinfo.h>. I don't know if this will compile, but at least
it's using an include file that exists.
Forgotten by: hosokawa
|
| |
|
|
|
|
|
|
|
|
| |
pccard claims that the driver is already allocated.
It works around a race when pccardd gets woken up too late after a resume.
This is a 2.2.6 candidate.
Reviewed by: nate@freebsd.org
|
|
|
|
|
|
|
|
| |
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
|
|
|
|
|
|
|
|
| |
since we only store CIS_MAXSTR data, and the users may stick the
'entire' CIS string returned from the card in /etc/pccard.conf and
cause the comparison to (bogusly) fail.
Submitted by: Brad Karp <karp@eecs.harvard.edu>
|
|
|
|
|
|
|
| |
instead Do The Right Thing when the kernel states a card was
inserted/removed. This isn't a complete fix, but better than nothing.
Reviewed by: Guido van Rooij <guido@gvr.org>
|
| |
|
|
|
|
| |
renamed.
|
|
|
|
|
|
|
|
|
|
|
|
| |
removed. Add a new state 'suspend' so we 'fake' insertion events at
resume time for the cards that have been suspended.
[
The code still works if you remove the card during suspend, switch the
card during suspend, or combinations of both.
]
Reviewed by: frf@xocolatl.com
|
|
|
|
|
|
|
|
|
|
|
|
| |
follow.
* Rename/reorder all of the pccard structures, change many of the member
names to be descriptive, and follow more closely other 'bus' drivers
naming schemes.
* Rename a bunch of parameter and local variable names to be more
consistant in the code.
* Renamed the PCCARD 'crd' device to be the 'card' device
* KNF and make the code consistant where it was obvious.
* ifdef'd out some unused code
|
| |
|
|
|
|
|
|
| |
cards have longer entries.
Submitted by: Lars Fredriksen <lars@fredriks-1.pr.mcs.net>
|
|
|
|
|
|
| |
documentation, so remove any hints of it.
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
|
| |
|
|
|
|
| |
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
|
|
|
|
|
|
|
| |
- Try to have all output go through the routines in util.c [logerr(),
log_1s(), die()]
- Add *some* code in util.c to allow pccardd to run out of sysinstall.
Submitted by: Mostly me, but some by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
|
|
|
|
| |
the Nomad sources in the future).
|
| |
|
|
|
|
|
|
|
|
| |
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory. It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
|
|
|
|
|
|
| |
easier to understand. LOTS more work needed in this area.
Inspired by: The Nomad code
|
|
|
|
|
|
| |
forcing them to use '00', and/or '0x0'.
Submitted by: Johann Tonsing <jtonsing@mikom.csir.co.za>
|
| |
|
|
|
|
| |
resources allocated to the driver when DEBUG is defined.
|
|
|
|
|
| |
none is selected. The code was already there but needed to be updated
to use the correct structure element.
|
|
|
|
|
|
|
| |
the '?' (undefined) token for stating IRQ's in the driver config line.
This will allow the card to automatically select and unused IRQ when
that code is enabled.
|
| |
|
| |
|
|
|
|
| |
Inspired by: The Nomad code
|
|
|
|
|
|
|
|
| |
Repository).
- Added some comments, and moved some code around to make flow more
obvious.
No functional changes.
|
|
|
|
|
|
| |
constants.
Obtained from: Nomad code
|