summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardc/pccardmem.c
Commit message (Collapse)AuthorAgeFilesLines
* Include stdlib.h for exit declarationimp2003-06-091-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Cleanup usage of err() and warn().kuriyama1999-02-271-3/+3
| | | | | | | Add error handling for ioctl(). Reviewed by: -current Obtained from: PAO
* Use O_RDONLY and O_RDWR for open() instead of number.kuriyama1999-02-051-2/+2
| | | | Encouraged by: Nate
* - Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recentlynate1997-11-181-2/+2
| | | | renamed.
* Use err(3). Add usage()s.charnier1997-10-061-16/+22
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Use the defined path to the card devices instead of hard-coding it'snate1996-06-171-3/+5
| | | | | | value in every file. No functional changes.
* Added RCS Id and BSD-style copyrights to individual files.nate1996-04-181-0/+27
|
* Run indent on all these files to make them more readable. (I also wentnate1996-04-101-15/+12
| | | | through by hand and cleaned up some indent bogons.)
* Shut a bunch of warnings.phk1995-08-251-0/+1
|
* The userland part of Andrew McRae's PCMCIA/PCCARD code.phk1995-08-241-0/+38
This is not quite finished yet, and therefore I have not added it to the usr.sbin/Makefile yet. I collected a bunch of Andrews small programs into one: pccardc /phk Reviewed by: phk Submitted by: Andrew McRae <andrew@mega.com.au>
OpenPOWER on IntegriCloud