summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd
Commit message (Expand)AuthorAgeFilesLines
* Update length more correctly when parsing a cis info field.imp2002-01-061-4/+11
* Fix a bug about CIS string comparison. Pccardd should be able to distinguishiwasaki2001-11-291-0/+4
* Always set unit number to -1 unless some other unit is specified inimp2001-11-021-0/+1
* 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-142-20/+22
* 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-312-38/+47
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+4
* Remove whitespace at EOL.dd2001-07-152-5/+5
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Remove duplicate words.dd2001-06-241-1/+1
* 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
* From the PR:imp2001-05-301-4/+2
* Use constants in <pccard/cis.h> for scannign the memory window with.dmlb2001-05-071-4/+4
* Ensure that pccardd sets up memory windows correctly for drivers otherdmlb2001-05-071-8/+36
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
* Use vsnprintf in logmsg() to avoid overflowing the array on the stack.gj2001-02-251-1/+1
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
* Fix output of -v option.toshi2000-12-241-0/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
* add -I option, ``Don't get and use a list of freesanpei2000-10-204-2/+11
* 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-213-10/+32
* fix previous PIOCSRESOURCE code in assign_card_indexsanpei2000-09-201-7/+10
* add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE)sanpei2000-09-171-5/+36
* Fix typo (rc.conf -> pccard.conf).iwasaki2000-09-151-1/+1
* fix multi io window patch(Rev. 1.48)sanpei2000-09-011-1/+1
* Add UNIX domain socket feature to pccardd. This makes pccardume2000-08-205-11/+265
* Add documentation on the new logstr command.imp2000-07-141-0/+17
* Add new keyword "logstr". By default, we now use syslog outselves toimp2000-07-143-9/+21
* Don't call syslog() without a format string.kris2000-07-121-1/+1
* MFPAO vis Iwasaki-san on the train from Tokyo to Osaka.imp2000-06-241-0/+16
* Fix building with -DDEBUG.roberto2000-06-183-3/+5
* Add regex(3) matching feature for card line strings.iwasaki2000-05-304-12/+82
* 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-263-122/+271
* MFPAO3. Add support multi io window. This code support following cards;iwasaki2000-04-263-59/+97
* Fix minor bugs.iwasaki2000-04-142-1/+10
* Add restart capability by SIGHUP. On restart, working configurationiwasaki2000-04-084-6/+255
* MFPAO: support wildcard entry for generic serial and fixediwasaki2000-04-056-11/+133
OpenPOWER on IntegriCloud