| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -1/+1 |
* | Fix output of -v option. | toshi | 2000-12-24 | 1 | -0/+1 |
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -0/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -4/+5 |
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
* | add PC-Card melody beep(PC Card bus, kludge version) | sanpei | 2000-10-28 | 1 | -0/+2 |
* | add -I option, ``Don't get and use a list of free | sanpei | 2000-10-20 | 4 | -2/+11 |
* | cosmetic: resource -> res | sanpei | 2000-10-13 | 1 | -14/+14 |
* | print out error reason if it was failed in assign_io | sanpei | 2000-10-10 | 1 | -3/+23 |
* | Fix abuse of the Pa, Nm and Ar macros. This necessitated a rewording | sheldonh | 2000-10-05 | 1 | -35/+39 |
* | check {IO,IRQ}_ASSIGNED flags before | sanpei | 2000-10-04 | 1 | -3/+8 |
* | fix some minor problem in PIOCSRESOURCE ioctl. | sanpei | 2000-10-01 | 1 | -2/+2 |
* | add ``check free resource rage code'' | sanpei | 2000-09-21 | 3 | -10/+32 |
* | fix previous PIOCSRESOURCE code in assign_card_index | sanpei | 2000-09-20 | 1 | -7/+10 |
* | pccard_beep parameter was already supported by rc.conf. | sanpei | 2000-09-17 | 1 | -0/+4 |
* | add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE) | sanpei | 2000-09-17 | 1 | -5/+36 |
* | Fix typo (rc.conf -> pccard.conf). | iwasaki | 2000-09-15 | 1 | -1/+1 |
* | fix multi io window patch(Rev. 1.48) | sanpei | 2000-09-01 | 1 | -1/+1 |
* | Add UNIX domain socket feature to pccardd. This makes pccard | ume | 2000-08-20 | 5 | -11/+265 |
* | Add documentation on the new logstr command. | imp | 2000-07-14 | 1 | -0/+17 |
* | Add new keyword "logstr". By default, we now use syslog outselves to | imp | 2000-07-14 | 3 | -9/+21 |
* | Don't call syslog() without a format string. | kris | 2000-07-12 | 1 | -1/+1 |
* | MFPAO vis Iwasaki-san on the train from Tokyo to Osaka. | imp | 2000-06-24 | 1 | -0/+16 |
* | Fix building with -DDEBUG. | roberto | 2000-06-18 | 3 | -3/+5 |
* | Add regex(3) matching feature for card line strings. | iwasaki | 2000-05-30 | 4 | -12/+82 |
* | Add CIS string comparison function. | iwasaki | 2000-05-17 | 1 | -2/+17 |
* | When setting up an iomem resources, remember to set the MEM_ASSIGNED bit | wpaul | 2000-05-09 | 1 | -0/+1 |
* | Add ioctl() in read_ether() so that pccardd ensure reading its ether | iwasaki | 2000-05-04 | 1 | -0/+2 |
* | MFPAO3. Improvement of of pccard cis tuple parsing capability. | iwasaki | 2000-04-26 | 4 | -523/+1070 |
* | MFPAO3. Add support multi io window. This code support following cards; | iwasaki | 2000-04-26 | 3 | -59/+97 |
* | Fix minor bugs. | iwasaki | 2000-04-14 | 2 | -1/+10 |
* | Add restart capability by SIGHUP. On restart, working configuration | iwasaki | 2000-04-08 | 4 | -6/+255 |
* | MFPAO: support wildcard entry for generic serial and fixed | iwasaki | 2000-04-05 | 6 | -11/+133 |
* | - default config file changed from /etc/pccard.conf to | iwasaki | 2000-03-30 | 5 | -47/+145 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 3 | -16/+32 |
* | 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 |