aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pccard
Commit message (Expand)AuthorAgeFilesLines
* Always set unit number to -1 unless some other unit is specified inWarner Losh2001-11-021-0/+1
* Don't core dump if we can't get the index automatically.Warner Losh2001-10-051-1/+2
* Change the access width of memory window from 8 bits to 16 bits.Noriaki Mitsunaga2001-09-041-1/+1
* Fix ISA machines. Also, make it possible for the new pccardd to runWarner Losh2001-08-191-40/+61
* Ask the kernel about IRQ 0 first. If the kernel responds with an IRQ,Warner Losh2001-08-142-20/+22
* Only try to allocated properly aligned I/O segments. This should stopWarner Losh2001-08-021-17/+12
* Have pccardd always ask the kernel for the IRQ to use. The kernelWarner Losh2001-07-312-38/+47
* Improve wording for pccard memory assignement.Warner Losh2001-07-271-4/+11
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-203-9/+9
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-153-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-103-3/+3
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-2/+0
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* Resetting using COR bit 7 appears to be bad on pci based systems.Warner Losh2001-06-041-0/+2
* Add suggested parens around truth value.Warner Losh2001-05-311-1/+1
* From the PR:Warner Losh2001-05-301-4/+2
* Use constants in <pccard/cis.h> for scannign the memory window with.Duncan Barclay2001-05-071-4/+4
* Ensure that pccardd sets up memory windows correctly for drivers otherDuncan Barclay2001-05-071-8/+36
* Fix a minor printing bug that prints incorrect information for memoryDuncan Barclay2001-05-071-1/+1
* Backout revision 1.6 (removed the NOSHARED bit.)Ruslan Ermilov2001-04-021-0/+1
* Removed the NOSHARED bit.Ruslan Ermilov2001-04-021-1/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-2/+2
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-202-3/+4
* Use vsnprintf in logmsg() to avoid overflowing the array on the stack.Gary Jennejohn2001-02-251-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* Fix output of -v option.Toshihiko ARAI2000-12-241-0/+1
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-4/+5
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* add PC-Card melody beep(PC Card bus, kludge version)MIHIRA Sanpei Yoshiro2000-10-281-0/+2
* add -I option, ``Don't get and use a list of freeMIHIRA Sanpei Yoshiro2000-10-204-2/+11
* cosmetic: resource -> resMIHIRA Sanpei Yoshiro2000-10-131-14/+14
* print out error reason if it was failed in assign_ioMIHIRA Sanpei Yoshiro2000-10-101-3/+23
* Fix abuse of the Pa, Nm and Ar macros. This necessitated a rewordingSheldon Hearn2000-10-051-35/+39
* check {IO,IRQ}_ASSIGNED flags beforeMIHIRA Sanpei Yoshiro2000-10-041-3/+8
* fix some minor problem in PIOCSRESOURCE ioctl.MIHIRA Sanpei Yoshiro2000-10-011-2/+2
* add ``check free resource rage code''MIHIRA Sanpei Yoshiro2000-09-213-10/+32
* fix previous PIOCSRESOURCE code in assign_card_indexMIHIRA Sanpei Yoshiro2000-09-201-7/+10
* pccard_beep parameter was already supported by rc.conf.MIHIRA Sanpei Yoshiro2000-09-171-0/+4
* add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE)MIHIRA Sanpei Yoshiro2000-09-171-5/+36
* Fix typo (rc.conf -> pccard.conf).Mitsuru IWASAKI2000-09-151-1/+1
* fix multi io window patch(Rev. 1.48)MIHIRA Sanpei Yoshiro2000-09-011-1/+1
* Add UNIX domain socket feature to pccardd. This makes pccardHajimu UMEMOTO2000-08-205-11/+265
* Add documentation on the new logstr command.Warner Losh2000-07-141-0/+17
* Add new keyword "logstr". By default, we now use syslog outselves toWarner Losh2000-07-143-9/+21
* Don't call syslog() without a format string.Kris Kennaway2000-07-121-1/+1
* MFPAO vis Iwasaki-san on the train from Tokyo to Osaka.Warner Losh2000-06-241-0/+16
* Fix building with -DDEBUG.Ollivier Robert2000-06-183-3/+5
* Add regex(3) matching feature for card line strings.Mitsuru IWASAKI2000-05-304-12/+82