summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd
Commit message (Collapse)AuthorAgeFilesLines
...
* - A pass at staticizing things.nate1997-01-065-107/+131
| | | | | | | | - Try to have all output go through the routines in util.c [logerr(), log_1s(), die()] - Add *some* code in util.c to allow pccardd to run out of sysinstall. Submitted by: Mostly me, but some by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
* add missing comma(s) in .Xr macroswosch1996-09-231-1/+3
|
* In num_tok, allow the user to specify '0' as plain '0' instead ofnate1996-07-111-2/+3
| | | | | | forcing them to use '00', and/or '0x0'. Submitted by: Johann Tonsing <jtonsing@mikom.csir.co.za>
* 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
| | | | resources allocated to the driver when DEBUG is defined.
* Enable code that allows the daemon to select a free IRQ from the list ifnate1996-06-191-15/+16
| | | | | none is selected. The code was already there but needed to be updated to use the correct structure element.
* Use irq_tok() instead of num_tok() for IRQ's. This will allow us to usenate1996-06-191-2/+2
| | | | | | | the '?' (undefined) token for stating IRQ's in the driver config line. This will allow the card to automatically select and unused IRQ when that code is enabled.
* 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
| | | | Inspired by: The Nomad code
* - Removed dead code (if you need it you can get it out of thenate1996-06-184-267/+43
| | | | | | | | Repository). - Added some comments, and moved some code around to make flow more obvious. No functional changes.
* Prepend the CIS string length define with CIS_ per the rest of thenate1996-06-172-11/+11
| | | | | | constants. Obtained from: Nomad code
* - Make pccardd release it's allocated io space and sets the mem.cardaddrnate1996-04-231-5/+23
| | | | | | | even if DEBUG is not set. - #ifdef protect DEBUG printf's Submitted by: sos
* Added RCS Id and BSD-style copyrights to individual files.nate1996-04-188-12/+203
|
* Run indent on all these files to make them more readable. (I also wentnate1996-04-106-1172/+1022
| | | | through by hand and cleaned up some indent bogons.)
* Remove a file no longer valid as the config file moved to /etc/pccard.conf.nate1996-04-091-23/+0
|
* Some minor cleanup to bring the pccard man pages in linempp1996-04-072-28/+28
| | | | with mdoc guidelines.
* 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
| | | | Now pseudo-quasi-semi-works with my modem.
* A bunch of small bug-fixes, doesn't quite work yet, but I'm getting closer.phk1995-08-282-27/+13
| | | | At least it doesn't core-dump now.
* Shut a bunch of warnings.phk1995-08-255-78/+84
|
* The userland part of Andrew McRae's PCMCIA/PCCARD code.phk1995-08-2410-0/+3009
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