| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from PAO; Add new keywords for pccard.conf, auto and default. | iwasaki | 2000-01-26 | 4 | -7/+92 |
* | Merge from PAO3 -- Quick fix a bug which assign_driver() checks wrong | iwasaki | 2000-01-24 | 1 | -3/+3 |
* | Added "attr2" MAC address encoding (used by Megahertz Ethernet Card) | hosokawa | 2000-01-21 | 3 | -9/+80 |
* | This fixes a bug that /etc/pccard_ether did not work without DHCP. | hosokawa | 2000-01-16 | 1 | -1/+12 |
* | Remove -g compiler flag. | marcel | 2000-01-03 | 1 | -1/+3 |
* | Version 1.16 was a bad change, so revert it. | imp | 1999-12-08 | 1 | -16/+3 |
* | If last state was supended, remove the card. This is a kludge, there | imp | 1999-12-08 | 1 | -0/+3 |
* | Bump CIS_MAXSTR from 30 to 254. pccard appears to define the entire | imp | 1999-12-07 | 2 | -4/+17 |
* | Fix typo from last commit. | imp | 1999-12-02 | 1 | -1/+1 |
* | Forgotten part of pccardc power command | imp | 1999-12-02 | 1 | -0/+82 |
* | Implement pccardc power command. This allows one to power off | imp | 1999-12-02 | 3 | -1/+20 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 22 | -22/+22 |
* | Added "include" feature to pccard.conf to put the default pccard.conf | hosokawa | 1999-08-17 | 2 | -9/+59 |
* | o Add "debuglevel" keyword to config file. | imp | 1999-08-01 | 6 | -35/+78 |
* | Set correct "flags" value when pccardd allocates/initializes driver. | hosokawa | 1999-07-23 | 1 | -1/+2 |
* | Removed a very very old hack (I disabled it in PAO long time ago) | hosokawa | 1999-07-23 | 1 | -2/+1 |
* | Sorry, I forgot to test "iosize auto" before merging "iosize" patch. | hosokawa | 1999-07-23 | 1 | -0/+9 |
* | Inappropriate commment for -i option. | hosokawa | 1999-07-23 | 1 | -2/+2 |
* | Added "iosize" directive in /etc/pccard.conf | hosokawa | 1999-07-23 | 3 | -14/+76 |
* | Release IRQ allocated dynamically. | hosokawa | 1999-07-23 | 1 | -1/+4 |
* | Fix a dangling else warning from new egcs. | imp | 1999-07-15 | 1 | -2/+3 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+2 |
* | pccard_beep parameter is not supported by rc.conf and rc.pccard of -current. | hosokawa | 1999-06-30 | 1 | -3/+1 |
* | Added -z and -i option. | hosokawa | 1999-06-30 | 1 | -1/+8 |
* | FreeBSD does supports LKM now. | hosokawa | 1999-06-29 | 1 | -9/+1 |
* | Minor mdoc fix. | mpp | 1999-06-26 | 1 | -2/+2 |
* | More uncontroversial PAO updates. Make the IRQ wildcarding work a lot better, | markm | 1999-06-17 | 2 | -5/+28 |
* | Fix typo. | kuriyama | 1999-05-10 | 1 | -3/+3 |
* | Activate pccardc.8. | kuriyama | 1999-05-03 | 1 | -2/+2 |
* | New translation of pccardc.8. | kuriyama | 1999-05-02 | 1 | -0/+237 |
* | When printing out V1 info, make sure that there is additional info | imp | 1999-03-13 | 1 | -2/+8 |
* | Cleanup usage of err() and warn(). | kuriyama | 1999-02-27 | 8 | -45/+50 |
* | Add "beep" subcommand. | kuriyama | 1999-02-13 | 3 | -3/+82 |
* | Use O_RDONLY and O_RDWR for open() instead of number. | kuriyama | 1999-02-05 | 8 | -16/+16 |
* | s/card.conf/pccard.conf/ | kuriyama | 1999-02-05 | 1 | -2/+2 |
* | When resuming with 2 identical cards in 2 slots, the initialisation | guido | 1999-01-10 | 1 | -2/+5 |
* | Fix typo. | kuriyama | 1998-12-10 | 1 | -2/+2 |
* | 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 |