summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This newnate1997-10-061-8/+33
* - Include <sys/interrupt.h> to avoid compiler errors.nate1997-10-061-0/+1
* - Allocate the 'PCIC' interrupt from the last available (higher #) IRQnate1997-10-061-1/+1
* Update for new callout interface.gibbs1997-09-211-6/+7
* Update select -> poll in drivers.peter1997-09-141-18/+21
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierphk1997-04-201-3/+14
* In the disable_slot() routine, the variable "i" wasnate1997-02-111-1/+1
* Include file cleanups.nate1997-01-131-11/+2
* Update the PCIC controller's imask with individual slot IRQ's.nate1997-01-111-3/+13
* Removed magic # 16 and replaced with ICU_LEN.nate1997-01-111-1/+1
* - Added PCIC resume functionnate1997-01-081-0/+4
* - Don't include <machine/laptops.h>. It was a kludge I should nevernate1996-09-071-1/+0
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-071-3/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-16/+0
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-0/+1
* Oops, forgot to delete some garbage from working code.asami1996-06-141-8/+0
* The Great PC98 Merge.asami1996-06-141-0/+14
* Minor formatting changes. No functional differences, but makes thenate1996-06-051-17/+15
* Adds the APM hooks into the generic pccard kernel files. With this codenate1996-04-231-6/+113
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-3/+3
* pccard.c:gpalmer1996-04-061-0/+1
* Removed un-used code.nate1996-02-211-12/+0
* Updated PC-CARD support to contain most of the code from the latestnate1996-02-211-6/+32
* Fix DEVFS, remove unused vars.phk1996-01-281-19/+7
* Completed function declarations and/or added prototypes and/or addedbde1995-12-161-1/+1
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-28/+34
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-0/+41
* Fiddle with <machine/isa_device.h>phk1995-11-141-3/+3
* Clean up the ident style.phk1995-11-091-400/+340
* Fixed the types of the apm suspend/resume functions.bde1995-11-091-4/+6
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-13/+0
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-211-9/+29
* PCCARD support.phk1995-10-101-5/+6
* Missed these changes to the pccard stuff. Sorry Martin!phk1995-09-201-2/+6
* Shut warnings.phk1995-08-251-0/+2
* Andrew McRae's pcmcia/pccard code, the kernel part.phk1995-08-241-0/+942
OpenPOWER on IntegriCloud