| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ISA machines. Also, make it possible for the new pccardd to run | imp | 2001-08-19 | 1 | -40/+61 |
* | Ask the kernel about IRQ 0 first. If the kernel responds with an IRQ, | imp | 2001-08-14 | 1 | -19/+21 |
* | Only try to allocated properly aligned I/O segments. This should stop | imp | 2001-08-02 | 1 | -17/+12 |
* | Have pccardd always ask the kernel for the IRQ to use. The kernel | imp | 2001-07-31 | 1 | -37/+46 |
* | Resetting using COR bit 7 appears to be bad on pci based systems. | imp | 2001-06-04 | 1 | -0/+2 |
* | Add suggested parens around truth value. | imp | 2001-05-31 | 1 | -1/+1 |
* | Ensure that pccardd sets up memory windows correctly for drivers other | dmlb | 2001-05-07 | 1 | -8/+36 |
* | Fix output of -v option. | toshi | 2000-12-24 | 1 | -0/+1 |
* | add -I option, ``Don't get and use a list of free | sanpei | 2000-10-20 | 1 | -1/+2 |
* | 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 |
* | 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 | 1 | -6/+28 |
* | fix previous PIOCSRESOURCE code in assign_card_index | sanpei | 2000-09-20 | 1 | -7/+10 |
* | add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE) | sanpei | 2000-09-17 | 1 | -5/+36 |
* | 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 | 1 | -1/+6 |
* | Add new keyword "logstr". By default, we now use syslog outselves to | imp | 2000-07-14 | 1 | -0/+5 |
* | Add regex(3) matching feature for card line strings. | iwasaki | 2000-05-30 | 1 | -6/+46 |
* | 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 | 1 | -2/+10 |
* | MFPAO3. Add support multi io window. This code support following cards; | iwasaki | 2000-04-26 | 1 | -48/+85 |
* | MFPAO: support wildcard entry for generic serial and fixed | iwasaki | 2000-04-05 | 1 | -4/+33 |
* | Merge from PAO; Add new keywords for pccard.conf, auto and default. | iwasaki | 2000-01-26 | 1 | -6/+54 |
* | 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 | 1 | -3/+53 |
* | This fixes a bug that /etc/pccard_ether did not work without DHCP. | hosokawa | 2000-01-16 | 1 | -1/+12 |
* | If last state was supended, remove the card. This is a kludge, there | imp | 1999-12-08 | 1 | -0/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | o Add "debuglevel" keyword to config file. | imp | 1999-08-01 | 1 | -29/+42 |
* | 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 |
* | Added "iosize" directive in /etc/pccard.conf | hosokawa | 1999-07-23 | 1 | -9/+17 |
* | Release IRQ allocated dynamically. | hosokawa | 1999-07-23 | 1 | -1/+4 |
* | Use O_RDONLY and O_RDWR for open() instead of number. | 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 |
* | - 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 |
* | Reviewed by: mike@smith.net.au | hosokawa | 1998-03-09 | 1 | -19/+17 |
* | 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 | 1 | -75/+2 |
* | This seems to fix my problem that after resume/suspend, sometimes | guido | 1998-02-04 | 1 | -3/+15 |
* | - Changed strcmp to strncmp for checking the CIS manufacturer strings, | nate | 1997-12-08 | 1 | -3/+3 |