aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pccard
Commit message (Expand)AuthorAgeFilesLines
* Added "include" feature to pccard.conf to put the default pccard.confTatsumi Hosokawa1999-08-172-9/+59
* o Add "debuglevel" keyword to config file.Warner Losh1999-08-016-35/+78
* Set correct "flags" value when pccardd allocates/initializes driver.Tatsumi Hosokawa1999-07-231-1/+2
* Removed a very very old hack (I disabled it in PAO long time ago)Tatsumi Hosokawa1999-07-231-2/+1
* Sorry, I forgot to test "iosize auto" before merging "iosize" patch.Tatsumi Hosokawa1999-07-231-0/+9
* Inappropriate commment for -i option.Tatsumi Hosokawa1999-07-231-2/+2
* Added "iosize" directive in /etc/pccard.confTatsumi Hosokawa1999-07-233-14/+76
* Release IRQ allocated dynamically.Tatsumi Hosokawa1999-07-231-1/+4
* Fix a dangling else warning from new egcs.Warner Losh1999-07-151-2/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
* pccard_beep parameter is not supported by rc.conf and rc.pccard of -current.Tatsumi Hosokawa1999-06-301-3/+1
* Added -z and -i option.Tatsumi Hosokawa1999-06-301-1/+8
* FreeBSD does supports LKM now.Tatsumi Hosokawa1999-06-291-9/+1
* Minor mdoc fix.Mike Pritchard1999-06-261-2/+2
* More uncontroversial PAO updates. Make the IRQ wildcarding work a lot better,Mark Murray1999-06-172-5/+28
* Fix typo.Jun Kuriyama1999-05-101-3/+3
* Activate pccardc.8.Jun Kuriyama1999-05-031-2/+2
* New translation of pccardc.8.Jun Kuriyama1999-05-021-0/+237
* When printing out V1 info, make sure that there is additional infoWarner Losh1999-03-131-2/+8
* Cleanup usage of err() and warn().Jun Kuriyama1999-02-278-45/+50
* Add "beep" subcommand.Jun Kuriyama1999-02-133-3/+82
* Use O_RDONLY and O_RDWR for open() instead of number.Jun Kuriyama1999-02-058-16/+16
* s/card.conf/pccard.conf/Jun Kuriyama1999-02-051-2/+2
* When resuming with 2 identical cards in 2 slots, the initialisationGuido van Rooij1999-01-101-2/+5
* Fix typo.Jun Kuriyama1998-12-101-2/+2
* Keywords "iosize" and "memsize" are unused since 1.5. Removed.Tatsumi Hosokawa1998-04-251-5/+1
* #define'd KWD_XXX for keywords.Tatsumi Hosokawa1998-04-251-11/+25
* - Argh, fix stupid logic error in the laststate/state fix previously. That'sNate Williams1998-04-201-10/+3
* - Don't try and keep track of the previous state, since the kernel mayNate Williams1998-04-201-19/+7
* MF22: Finish fixing 'looping' bug.Nate Williams1998-04-201-5/+1
* - If we see a tuple we don't expect, don't spin forever. Withouth this fix,Nate Williams1998-04-191-2/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* Some parameter was left uninitialized when the card with incompleteTatsumi Hosokawa1998-03-201-1/+6
* Reviewed by: mike@smith.net.auTatsumi Hosokawa1998-03-095-61/+54
* bit_nset was not correctly used.Guido van Rooij1998-03-021-2/+2
* Fix use of bit_nclear. Amazing that we didn't get more complaintsGuido van Rooij1998-03-021-2/+3
* Removed a confusing "#if 0 ... #endif".Tatsumi Hosokawa1998-02-271-27/+1
* Removed "#define EXTERN" because this file doesn't have main().Tatsumi Hosokawa1998-02-271-2/+1
* Moved main() to a new file (pccardd.c).Tatsumi Hosokawa1998-02-274-77/+115
* Removed unused #include and unneccesary comments.Tatsumi Hosokawa1998-02-271-7/+0
* "pccardc dumpcis" does not need write permission of /dev/card?.Tatsumi Hosokawa1998-02-271-1/+1
* - <pccard/card.h> doesn't exist in -current, so use the include fileNate Williams1998-02-271-1/+1
* added "rdattr" (read attribute memory) function.Tatsumi Hosokawa1998-02-263-3/+100
* This seems to fix my problem that after resume/suspend, sometimesGuido van Rooij1998-02-041-3/+15
* Use consistent spelling,Tim Vanderhoek1997-12-252-4/+4
* - Changed strcmp to strncmp for checking the CIS manufacturer strings,Nate Williams1997-12-081-3/+3
* - Don't worry about the previous state of the card (insert/removed), andNate Williams1997-11-251-2/+4
* - Renamed log_1s() to logmsg().Nate Williams1997-11-194-26/+26
* - Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recentlyNate Williams1997-11-1810-20/+20
* - Disable cards when doing a suspend by emulating that they have beenNate Williams1997-10-281-1/+4