summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/cardd.c
Commit message (Expand)AuthorAgeFilesLines
* Use O_RDONLY and O_RDWR for open() instead of number.kuriyama1999-02-051-2/+2
* When resuming with 2 identical cards in 2 slots, the initialisationguido1999-01-101-2/+5
* - Argh, fix stupid logic error in the laststate/state fix previously. That'snate1998-04-201-10/+3
* - Don't try and keep track of the previous state, since the kernel maynate1998-04-201-19/+7
* Reviewed by: mike@smith.net.auhosokawa1998-03-091-19/+17
* bit_nset was not correctly used.guido1998-03-021-2/+2
* Fix use of bit_nclear. Amazing that we didn't get more complaintsguido1998-03-021-2/+3
* Removed a confusing "#if 0 ... #endif".hosokawa1998-02-271-27/+1
* Removed "#define EXTERN" because this file doesn't have main().hosokawa1998-02-271-2/+1
* Moved main() to a new file (pccardd.c).hosokawa1998-02-271-75/+2
* This seems to fix my problem that after resume/suspend, sometimesguido1998-02-041-3/+15
* - Changed strcmp to strncmp for checking the CIS manufacturer strings,nate1997-12-081-3/+3
* - Don't worry about the previous state of the card (insert/removed), andnate1997-11-251-2/+4
* - Renamed log_1s() to logmsg().nate1997-11-191-19/+19
* - Disable cards when doing a suspend by emulating that they have beennate1997-10-281-1/+4
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-2/+2
* Use err(3). Add usage()s.charnier1997-10-061-11/+12
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix typo I introduced in the DEBUG code last night.nate1997-01-061-2/+2
* - A pass at staticizing things.nate1997-01-061-72/+44
* Don't un-necessarily include varargs.h.nate1996-06-201-2/+1
* Print out the IRQ rather than the IRQ mask when printing out thenate1996-06-191-2/+2
* Enable code that allows the daemon to select a free IRQ from the list ifnate1996-06-191-15/+16
* - Removed dead code (if you need it you can get it out of thenate1996-06-181-13/+1
* - Make pccardd release it's allocated io space and sets the mem.cardaddrnate1996-04-231-5/+23
* Added RCS Id and BSD-style copyrights to individual files.nate1996-04-181-2/+27
* Run indent on all these files to make them more readable. (I also wentnate1996-04-101-307/+261
* Minor tweaks to get ethernet working too.phk1995-10-101-3/+6
* Now pccard modems work to some minimal extent.phk1995-09-191-4/+14
* Wash hands and datastructures before transplanting drivers in the kernel.phk1995-08-291-6/+12
* A bunch of small bug-fixes, doesn't quite work yet, but I'm getting closer.phk1995-08-281-26/+10
* Shut a bunch of warnings.phk1995-08-251-11/+12
* The userland part of Andrew McRae's PCMCIA/PCCARD code.phk1995-08-241-0/+701
OpenPOWER on IntegriCloud