summaryrefslogtreecommitdiff
path: root/share/man/man4/pcmcia.4
AgeCommit message (Collapse)Author
2001-10-05Powered by @mantoya:Mike Pechkin
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com
2001-10-04we don't like .Pp and blank lines before/after .Ss;Mike Pechkin
millert@ ok
2001-08-03o) We don't like .Pp before/after .Sh;Mike Pechkin
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok
2001-06-22o) remove unnecessary .Pp;Mike Pechkin
o) remove unnecessary .Nm args; o) closes .Bl; o) .Sh AUTHOR -> .Sh AUTHORS; o) sort SEE ALSO; o) better -mdoc style; o) typos; aaron@ ok.
2001-03-05Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED.Aaron Campbell
These cards are probably very rare. deraadt@ ok
2000-08-02pcic*Theo de Raadt
2000-08-01Add PCI attachment for i82365-compatible PCMCIA controllers. Needed forAaron Campbell
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop.
2000-07-01More PCMCIA ep(4) devices supported now.Aaron Campbell
2000-04-28few more tweaksTheo de Raadt
2000-04-11more Xr fleshTheo de Raadt
2000-04-11Xr pcmcia(4), too.Aaron Campbell
1999-12-16non-working awi driver; someone finish itTheo de Raadt
1999-08-23cnw support.Federico G. Schwindt
1999-07-24repairTheo de Raadt
1999-07-24Remove Card Bus mention from introduction.Federico G. Schwindt
Better explain what devices are supported under wdc. Add BusToaster support. Add wdc to see also section.
1999-07-23Add missing stuffNiklas Hallqvist
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-06-05more .Os cleanup, remove some trailing whitespace, cleanse some .NmAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1998-09-26Add manpages for ec, ne and we.Federico G. Schwindt
Add ne2k pnp support. Update sm and ep.