summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use irq_tok() instead of num_tok() for IRQ's. This will allow us to usenate1996-06-191-2/+2
* Staticize and removed unused code.nate1996-06-181-65/+37
* Use CFLAGS += instead of setting it directly.nate1996-06-181-2/+2
* Staticize and remove unused function.nate1996-06-182-41/+24
* - Removed dead code (if you need it you can get it out of thenate1996-06-184-267/+43
* Prepend the CIS string length define with CIS_ per the rest of thenate1996-06-172-11/+11
* Use the defined path to the card devices instead of hard-coding it'snate1996-06-177-15/+17
* Add BINDIRphk1996-06-051-0/+1
* - Make pccardd release it's allocated io space and sets the mem.cardaddrnate1996-04-231-5/+23
* Fix usage: message to print out corrrectly.nate1996-04-181-2/+2
* Added RCS Id and BSD-style copyrights to individual files.nate1996-04-1817-17/+440
* Run indent on all these files to make them more readable. (I also wentnate1996-04-106-1172/+1022
* Run indent on all these files to make them more readable. (I also wentnate1996-04-109-449/+372
* Remove a file no longer valid as the config file moved to /etc/pccard.conf.nate1996-04-091-23/+0
* Cleanup useless stuff in Makefile and add a missing NOMAN target.nate1996-04-091-29/+6
* Removed original distribution files that are no longer valid.nate1996-04-0916-5996/+0
* Some minor cleanup to bring the pccard man pages in linempp1996-04-072-28/+28
* Minor tweaks to get ethernet working too.phk1995-10-101-3/+6
* Now pccard modems work to some minimal extent.phk1995-09-193-17/+30
* 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-283-28/+14
* Shut a bunch of warnings.phk1995-08-2513-147/+192
* Add a couple of makefiles.phk1995-08-252-0/+8
* The userland part of Andrew McRae's PCMCIA/PCCARD code.phk1995-08-2436-0/+10277
OpenPOWER on IntegriCloud