summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/cardd.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure that pccardd sets up memory windows correctly for drivers otherdmlb2001-05-071-8/+36
* Fix output of -v option.toshi2000-12-241-0/+1
* add -I option, ``Don't get and use a list of freesanpei2000-10-201-1/+2
* cosmetic: resource -> ressanpei2000-10-131-14/+14
* print out error reason if it was failed in assign_iosanpei2000-10-101-3/+23
* check {IO,IRQ}_ASSIGNED flags beforesanpei2000-10-041-3/+8
* fix some minor problem in PIOCSRESOURCE ioctl.sanpei2000-10-011-2/+2
* add ``check free resource rage code''sanpei2000-09-211-6/+28
* fix previous PIOCSRESOURCE code in assign_card_indexsanpei2000-09-201-7/+10
* add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE)sanpei2000-09-171-5/+36
* fix multi io window patch(Rev. 1.48)sanpei2000-09-011-1/+1
* Add UNIX domain socket feature to pccardd. This makes pccardume2000-08-201-1/+6
* Add new keyword "logstr". By default, we now use syslog outselves toimp2000-07-141-0/+5
* Add regex(3) matching feature for card line strings.iwasaki2000-05-301-6/+46
* Add CIS string comparison function.iwasaki2000-05-171-2/+17
* When setting up an iomem resources, remember to set the MEM_ASSIGNED bitwpaul2000-05-091-0/+1
* Add ioctl() in read_ether() so that pccardd ensure reading its etheriwasaki2000-05-041-0/+2
* MFPAO3. Improvement of of pccard cis tuple parsing capability.iwasaki2000-04-261-2/+10
* MFPAO3. Add support multi io window. This code support following cards;iwasaki2000-04-261-48/+85
* MFPAO: support wildcard entry for generic serial and fixediwasaki2000-04-051-4/+33
* Merge from PAO; Add new keywords for pccard.conf, auto and default.iwasaki2000-01-261-6/+54
* Merge from PAO3 -- Quick fix a bug which assign_driver() checks wrongiwasaki2000-01-241-3/+3
* Added "attr2" MAC address encoding (used by Megahertz Ethernet Card)hosokawa2000-01-211-3/+53
* This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-161-1/+12
* If last state was supended, remove the card. This is a kludge, thereimp1999-12-081-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add "debuglevel" keyword to config file.imp1999-08-011-29/+42
* Set correct "flags" value when pccardd allocates/initializes driver.hosokawa1999-07-231-1/+2
* Removed a very very old hack (I disabled it in PAO long time ago)hosokawa1999-07-231-2/+1
* Sorry, I forgot to test "iosize auto" before merging "iosize" patch.hosokawa1999-07-231-0/+9
* Added "iosize" directive in /etc/pccard.confhosokawa1999-07-231-9/+17
* Release IRQ allocated dynamically.hosokawa1999-07-231-1/+4
* Use O_RDONLY and O_RDWR for open() instead of number.kuriyama1999-02-051-2/+2
* When resuming with 2 identical cards in 2 slots, the initialisationguido1999-01-101-2/+5
* - Argh, fix stupid logic error in the laststate/state fix previously. That'snate1998-04-201-10/+3
* - Don't try and keep track of the previous state, since the kernel maynate1998-04-201-19/+7
* Reviewed by: mike@smith.net.auhosokawa1998-03-091-19/+17
* bit_nset was not correctly used.guido1998-03-021-2/+2
* Fix use of bit_nclear. Amazing that we didn't get more complaintsguido1998-03-021-2/+3
* Removed a confusing "#if 0 ... #endif".hosokawa1998-02-271-27/+1
* Removed "#define EXTERN" because this file doesn't have main().hosokawa1998-02-271-2/+1
* Moved main() to a new file (pccardd.c).hosokawa1998-02-271-75/+2
* This seems to fix my problem that after resume/suspend, sometimesguido1998-02-041-3/+15
* - Changed strcmp to strncmp for checking the CIS manufacturer strings,nate1997-12-081-3/+3
* - Don't worry about the previous state of the card (insert/removed), andnate1997-11-251-2/+4
* - Renamed log_1s() to logmsg().nate1997-11-191-19/+19
* - Disable cards when doing a suspend by emulating that they have beennate1997-10-281-1/+4
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-2/+2
* Use err(3). Add usage()s.charnier1997-10-061-11/+12
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
OpenPOWER on IntegriCloud