summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | <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
* added "rdattr" (read attribute memory) function.hosokawa1998-02-263-3/+100
|
* - Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recentlynate1997-11-188-16/+16
| | | | renamed.
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-2/+2
| | | | | | | | | | | | 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
* Use err(3). Add usage()s.charnier1997-10-069-111/+146
|
* Revert $FreeBSD$ to $Id$peter1997-02-2210-10/+10
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1410-10/+10
| | | | | | | | 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.
* Alphabetize the sources in the Makefile (this will help us to sync withnate1997-01-061-3/+3
| | | | the Nomad sources in the future).
* Removed unused `-I.'s from CFLAGS.bde1996-09-041-2/+2
| | | | | | | | "." 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}'.
* Use the defines and macros defined in /sys/pccard/cis.h to make the codenate1996-08-011-24/+25
| | | | | | easier to understand. LOTS more work needed in this area. Inspired by: The Nomad code
* Use the defined path to the card devices instead of hard-coding it'snate1996-06-177-15/+17
| | | | | | value in every file. No functional changes.
* Fix usage: message to print out corrrectly.nate1996-04-181-2/+2
| | | | Submitted by: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp>
* Added RCS Id and BSD-style copyrights to individual files.nate1996-04-189-5/+237
|
* Run indent on all these files to make them more readable. (I also wentnate1996-04-109-449/+372
| | | | through by hand and cleaned up some indent bogons.)
* Cleanup useless stuff in Makefile and add a missing NOMAN target.nate1996-04-091-29/+6
|
* Shut a bunch of warnings.phk1995-08-258-69/+108
|
* The userland part of Andrew McRae's PCMCIA/PCCARD code.phk1995-08-2410-0/+1272
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