aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-212-2/+22
* - Don't include <machine/laptops.h>. It was a kludge I should neverNate Williams1996-09-072-2/+0
* Yet another merge. Remove support.s by deleting memcopy. RemoveSatoshi Asami1996-09-072-6/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-55/+0
* Re-sync with the state of PC98 world. This will be the last commit beforeSatoshi Asami1996-08-301-0/+45
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-0/+1
* Oops, forgot to delete some garbage from working code.Satoshi Asami1996-06-141-8/+0
* The Great PC98 Merge.Satoshi Asami1996-06-144-0/+256
* Minor formatting changes. No functional differences, but makes theNate Williams1996-06-052-18/+15
* Adds the APM hooks into the generic pccard kernel files. With this codeNate Williams1996-04-233-7/+118
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.Bruce Evans1996-04-072-5/+4
* pccard.c:Gary Palmer1996-04-062-0/+3
* Removed un-used code.Nate Williams1996-02-212-24/+0
* Updated PC-CARD support to contain most of the code from the latestNate Williams1996-02-215-19/+160
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-1/+1
* Fix DEVFS, remove unused vars.Poul-Henning Kamp1996-01-282-19/+10
* Don't rely on the card 'automatically' powering up when we probe it.Nate Williams1996-01-062-2/+3
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-162-2/+3
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-28/+34
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-0/+41
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-9/+15
* New file for pccard driver interface declarations.Bruce Evans1995-11-211-0/+22
* Make the LKM version compile again.Poul-Henning Kamp1995-11-211-4/+3
* Fiddle with <machine/isa_device.h>Poul-Henning Kamp1995-11-141-3/+3
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()Bruce Evans1995-11-141-3/+1
* Fixed the type of yet another timeout function.Bruce Evans1995-11-131-7/+8
* Clean up the ident style.Poul-Henning Kamp1995-11-096-785/+725
* Fixed the type of a timeout function and an interrupt mask variable.Bruce Evans1995-11-091-3/+3
* Fixed the types of the apm suspend/resume functions.Bruce Evans1995-11-091-4/+6
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-13/+0
* Fix a missing arg to untimeout.Poul-Henning Kamp1995-10-231-1/+1
* A mixed bag of changes, relating to getting the state in "lsdev" right,Poul-Henning Kamp1995-10-212-35/+86
* Make LKM entry consisten with tradition: pcic_mod().Poul-Henning Kamp1995-10-151-1/+1
* PCCARD support.Poul-Henning Kamp1995-10-102-7/+11
* Missed these changes to the pccard stuff. Sorry Martin!Poul-Henning Kamp1995-09-205-3/+10
* Shut warnings.Poul-Henning Kamp1995-08-252-24/+4
* Andrew McRae's pcmcia/pccard code, the kernel part.Poul-Henning Kamp1995-08-248-0/+2745