aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pccard
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* Correct two typosPav Lucistnik2007-05-121-2/+2
* The utility accepts multiple arguments.Ruslan Ermilov2006-11-131-3/+3
* Package the dumpcisfile functionality into a new dumpcis command.Warner Losh2006-10-184-1/+97
* Delete now-unused portion of pccardd. OLDCARD is gone from the kernel.Warner Losh2006-10-189-3595/+0
* Remove now redundant NO_SHARED.Ruslan Ermilov2005-10-171-2/+0
* Don't build pccardd anymore.Warner Losh2005-09-291-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-132-2/+2
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-023-6/+9
* Some wordsmithing and mdoc(7) cleanup.Josef El-Rayes2004-05-211-14/+27
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* o Document -s flag.Maxim Konovalov2004-01-151-0/+7
* o Actually add -x option: probeonly assigment was missedMaxim Konovalov2003-12-261-0/+3
* Ooops. Committed sin number 1: updating the code w/o updating the comments.Warner Losh2003-10-041-1/+2
* I've been burned about half a dozen times by the old PAO syntax forWarner Losh2003-10-041-0/+2
* Go ahead and allow ports as high as 0xfff to be used for pccardWarner Losh2003-08-031-1/+1
* Report the I/O base address in hex to be consistent with itsDiomidis Spinellis2003-07-181-1/+1
* Include string.h for strlen declarationWarner Losh2003-06-091-0/+1
* Include stdlib.h for exit declarationWarner Losh2003-06-091-0/+1
* Include string.h for strcmp declarationWarner Losh2003-06-091-0/+1
* Remove obsolete compatibility ifdef.Warner Losh2003-04-231-2/+0
* Copy CIS3 and CIS4 strings into the kernel too.Warner Losh2003-04-232-0/+8
* style.Makefile(5)David E. O'Brien2003-04-042-2/+4
* manufacturer id is typically 4 bytesWarner Losh2003-03-141-1/+1
* Don't be so verbose about 'unknown' CIS tuples. We were printing eachWarner Losh2003-03-141-2/+1
* mdoc(7) police: Nits.Ruslan Ermilov2003-03-021-2/+2
* Add a new subcommand to pccardc(8), "dumpcisfile", which reads a CISBrian Feldman2003-02-256-4/+94
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Remove bogus comments about why we do some silly things, and insteadWarner Losh2002-09-291-12/+1
* Add -x option. This causes pccardd to exit after probing the cards. ThisWarner Losh2002-09-292-2/+14
* Add a ; to make a non-null statementWarner Losh2002-09-291-1/+1
* Copy cis strings into the kernel.Warner Losh2002-07-222-9/+15
* The .Nm utilityPhilippe Charnier2002-07-142-11/+15
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-222-2/+2
* Correct a typo.Dima Dorfman2002-03-241-1/+1
* Add some code which read manufucturer id. This is for NEWCARD compatibility.Takeshi Shibagaki2002-02-204-0/+46
* Update length more correctly when parsing a cis info field.Warner Losh2002-01-061-4/+11
* Fix a bug about CIS string comparison. Pccardd should be able to distinguishMitsuru IWASAKI2001-11-291-0/+4
* 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