summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.kuriyama1999-05-101-3/+3
* Activate pccardc.8.kuriyama1999-05-031-2/+2
* New translation of pccardc.8.kuriyama1999-05-021-0/+237
* When printing out V1 info, make sure that there is additional infoimp1999-03-131-2/+8
* Cleanup usage of err() and warn().kuriyama1999-02-278-45/+50
* Add "beep" subcommand.kuriyama1999-02-133-3/+82
* Use O_RDONLY and O_RDWR for open() instead of number.kuriyama1999-02-058-16/+16
* s/card.conf/pccard.conf/kuriyama1999-02-051-2/+2
* When resuming with 2 identical cards in 2 slots, the initialisationguido1999-01-101-2/+5
* Fix typo.kuriyama1998-12-101-2/+2
* Keywords "iosize" and "memsize" are unused since 1.5. Removed.hosokawa1998-04-251-5/+1
* #define'd KWD_XXX for keywords.hosokawa1998-04-251-11/+25
* - 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
* MF22: Finish fixing 'looping' bug.nate1998-04-201-5/+1
* - If we see a tuple we don't expect, don't spin forever. Withouth this fix,nate1998-04-191-2/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
* Some parameter was left uninitialized when the card with incompletehosokawa1998-03-201-1/+6
* Reviewed by: mike@smith.net.auhosokawa1998-03-095-61/+54
* 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-274-77/+115
* Removed unused #include and unneccesary comments.hosokawa1998-02-271-7/+0
* "pccardc dumpcis" does not need write permission of /dev/card?.hosokawa1998-02-271-1/+1
* - <pccard/card.h> doesn't exist in -current, so use the include filenate1998-02-271-1/+1
* added "rdattr" (read attribute memory) function.hosokawa1998-02-263-3/+100
* This seems to fix my problem that after resume/suspend, sometimesguido1998-02-041-3/+15
* Use consistent spelling,hoek1997-12-252-4/+4
* - 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-194-26/+26
* - Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recentlynate1997-11-1810-20/+20
* - 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-262-4/+4
* Use err(3). Add usage()s.charnier1997-10-0615-156/+206
* - Bump up the size of the space for strings read from PCMCIA cards. Newernate1997-09-231-2/+2
* The pccard daemon doesn't support the 'class' parameter as stated in thenate1997-02-261-5/+2
* Revert $FreeBSD$ to $Id$peter1997-02-2218-18/+18
* Fix some xrefs.joerg1997-02-092-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1418-18/+18
* Fix typo I introduced in the DEBUG code last night.nate1997-01-061-2/+2
* - A pass at staticizing things.nate1997-01-065-107/+131
* Alphabetize the sources in the Makefile (this will help us to sync withnate1997-01-061-3/+3
* add missing comma(s) in .Xr macroswosch1996-09-231-1/+3
* Removed unused `-I.'s from CFLAGS.bde1996-09-041-2/+2
* Use the defines and macros defined in /sys/pccard/cis.h to make the codenate1996-08-011-24/+25
* In num_tok, allow the user to specify '0' as plain '0' instead ofnate1996-07-111-2/+3
* Don't un-necessarily include varargs.h.nate1996-06-202-4/+2
OpenPOWER on IntegriCloud