| Commit message (Expand) | Author | Age | Files | Lines |
* | Keywords "iosize" and "memsize" are unused since 1.5. Removed. | hosokawa | 1998-04-25 | 1 | -5/+1 |
* | #define'd KWD_XXX for keywords. | hosokawa | 1998-04-25 | 1 | -11/+25 |
* | - Argh, fix stupid logic error in the laststate/state fix previously. That's | nate | 1998-04-20 | 1 | -10/+3 |
* | - Don't try and keep track of the previous state, since the kernel may | nate | 1998-04-20 | 1 | -19/+7 |
* | MF22: Finish fixing 'looping' bug. | nate | 1998-04-20 | 1 | -5/+1 |
* | - If we see a tuple we don't expect, don't spin forever. Withouth this fix, | nate | 1998-04-19 | 1 | -2/+3 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
* | Some parameter was left uninitialized when the card with incomplete | hosokawa | 1998-03-20 | 1 | -1/+6 |
* | Reviewed by: mike@smith.net.au | hosokawa | 1998-03-09 | 5 | -61/+54 |
* | bit_nset was not correctly used. | guido | 1998-03-02 | 1 | -2/+2 |
* | Fix use of bit_nclear. Amazing that we didn't get more complaints | guido | 1998-03-02 | 1 | -2/+3 |
* | Removed a confusing "#if 0 ... #endif". | hosokawa | 1998-02-27 | 1 | -27/+1 |
* | Removed "#define EXTERN" because this file doesn't have main(). | hosokawa | 1998-02-27 | 1 | -2/+1 |
* | Moved main() to a new file (pccardd.c). | hosokawa | 1998-02-27 | 4 | -77/+115 |
* | This seems to fix my problem that after resume/suspend, sometimes | guido | 1998-02-04 | 1 | -3/+15 |
* | Use consistent spelling, | hoek | 1997-12-25 | 2 | -4/+4 |
* | - Changed strcmp to strncmp for checking the CIS manufacturer strings, | nate | 1997-12-08 | 1 | -3/+3 |
* | - Don't worry about the previous state of the card (insert/removed), and | nate | 1997-11-25 | 1 | -2/+4 |
* | - Renamed log_1s() to logmsg(). | nate | 1997-11-19 | 4 | -26/+26 |
* | - Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recently | nate | 1997-11-18 | 2 | -4/+4 |
* | - Disable cards when doing a suspend by emulating that they have been | nate | 1997-10-28 | 1 | -1/+4 |
* | - Do a bunch of gratuitous changes intended to make the code easier to | nate | 1997-10-26 | 1 | -2/+2 |
* | Use err(3). Add usage()s. | charnier | 1997-10-06 | 6 | -45/+60 |
* | - Bump up the size of the space for strings read from PCMCIA cards. Newer | nate | 1997-09-23 | 1 | -2/+2 |
* | The pccard daemon doesn't support the 'class' parameter as stated in the | nate | 1997-02-26 | 1 | -5/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 7 | -7/+7 |
* | Fix some xrefs. | joerg | 1997-02-09 | 2 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 7 | -7/+7 |
* | Fix typo I introduced in the DEBUG code last night. | nate | 1997-01-06 | 1 | -2/+2 |
* | - A pass at staticizing things. | nate | 1997-01-06 | 5 | -107/+131 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -1/+3 |
* | In num_tok, allow the user to specify '0' as plain '0' instead of | nate | 1996-07-11 | 1 | -2/+3 |
* | Don't un-necessarily include varargs.h. | nate | 1996-06-20 | 2 | -4/+2 |
* | Print out the IRQ rather than the IRQ mask when printing out the | nate | 1996-06-19 | 1 | -2/+2 |
* | Enable code that allows the daemon to select a free IRQ from the list if | nate | 1996-06-19 | 1 | -15/+16 |
* | Use irq_tok() instead of num_tok() for IRQ's. This will allow us to use | nate | 1996-06-19 | 1 | -2/+2 |
* | Staticize and removed unused code. | nate | 1996-06-18 | 1 | -65/+37 |
* | Use CFLAGS += instead of setting it directly. | nate | 1996-06-18 | 1 | -2/+2 |
* | Staticize and remove unused function. | nate | 1996-06-18 | 2 | -41/+24 |
* | - Removed dead code (if you need it you can get it out of the | nate | 1996-06-18 | 4 | -267/+43 |
* | Prepend the CIS string length define with CIS_ per the rest of the | nate | 1996-06-17 | 2 | -11/+11 |
* | - Make pccardd release it's allocated io space and sets the mem.cardaddr | nate | 1996-04-23 | 1 | -5/+23 |
* | Added RCS Id and BSD-style copyrights to individual files. | nate | 1996-04-18 | 8 | -12/+203 |
* | Run indent on all these files to make them more readable. (I also went | nate | 1996-04-10 | 6 | -1172/+1022 |
* | Remove a file no longer valid as the config file moved to /etc/pccard.conf. | nate | 1996-04-09 | 1 | -23/+0 |
* | Some minor cleanup to bring the pccard man pages in line | mpp | 1996-04-07 | 2 | -28/+28 |
* | Minor tweaks to get ethernet working too. | phk | 1995-10-10 | 1 | -3/+6 |
* | Now pccard modems work to some minimal extent. | phk | 1995-09-19 | 3 | -17/+30 |
* | Wash hands and datastructures before transplanting drivers in the kernel. | phk | 1995-08-29 | 1 | -6/+12 |
* | A bunch of small bug-fixes, doesn't quite work yet, but I'm getting closer. | phk | 1995-08-28 | 2 | -27/+13 |