summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
...
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-271-1/+2
* Initial update pccard code for KLD module support. Module supportpeter1999-01-191-12/+32
* Add #include to get a prototype for update_intr_masks().peter1998-11-091-1/+2
* - Fix a bug where a "power_off_slot' timeout was not cancelled when thenate1998-09-241-1/+6
* Make PCIC_RESUME_RESET an proper option.brian1998-09-081-3/+4
* o renable pccard_remove_driver (it was used in the skel.c driver)imp1998-08-261-3/+1
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-6/+8
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-05-051-1/+5
* - Give up trying for a simple solution for correctly recognizing if a cardnate1998-04-201-1/+4
* - Whoops, better have the structure created before trying to use it innate1998-04-091-2/+2
* - Fix bug I introduced a few months ago. If a driver fails the probe,nate1998-04-081-4/+4
* Removed unused #includes.bde1998-02-251-2/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Specify the minor number correctly when creating devfs entries.msmith1998-01-021-1/+3
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withnate1997-11-181-1/+1
* MF22:nate1997-11-151-5/+6
* - Disable cards when doing a suspend by emulating that they have beennate1997-10-281-8/+11
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-2/+10
* - 'Beep' support now happens in it's own separate file, so you can messnate1997-10-261-22/+5
* - Functional changes to PCCARD support.nate1997-10-261-39/+12
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-291/+294
* - Call 'callout_handle_init' on the two timeout channels after they arenate1997-10-261-0/+2
* - Use the definitions found in <i386/isa/isa.h> instead of rolling ournate1997-10-241-6/+7
* - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h,nate1997-10-231-57/+66
* - Move the untimeout code call out of the check for pwr_off_pending. Itnate1997-10-231-3/+2
* - Fix braino in last commit. (Slow networks should be outlawed!)nate1997-10-231-2/+2
* - When doing suspend/resume, only try to suspend those drivers on activenate1997-10-231-4/+8
* Back our V1.36, due to reports of badness. (IRQ's are again allocatednate1997-10-231-1/+1
* - Simplify code by removing a variable which was initialized once, nevernate1997-10-231-7/+2
* - 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
OpenPOWER on IntegriCloud