summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/cardd.c
Commit message (Expand)AuthorAgeFilesLines
* Delete now-unused portion of pccardd. OLDCARD is gone from the kernel.imp2006-10-181-1025/+0
* Remove obsolete compatibility ifdef.imp2003-04-231-2/+0
* Copy CIS3 and CIS4 strings into the kernel too.imp2003-04-231-0/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Copy cis strings into the kernel.imp2002-07-221-9/+13
* Add some code which read manufucturer id. This is for NEWCARD compatibility.shiba2002-02-201-0/+22
* Fix a bug about CIS string comparison. Pccardd should be able to distinguishiwasaki2001-11-291-0/+4
* Don't core dump if we can't get the index automatically.imp2001-10-051-1/+2
* Change the access width of memory window from 8 bits to 16 bits.non2001-09-041-1/+1
* Fix ISA machines. Also, make it possible for the new pccardd to runimp2001-08-191-40/+61
* Ask the kernel about IRQ 0 first. If the kernel responds with an IRQ,imp2001-08-141-19/+21
* Only try to allocated properly aligned I/O segments. This should stopimp2001-08-021-17/+12
* Have pccardd always ask the kernel for the IRQ to use. The kernelimp2001-07-311-37/+46
* Resetting using COR bit 7 appears to be bad on pci based systems.imp2001-06-041-0/+2
* Add suggested parens around truth value.imp2001-05-311-1/+1
* 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
OpenPOWER on IntegriCloud