aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/pccard.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix a bug where a "power_off_slot' timeout was not cancelled when theNate Williams1998-09-241-1/+6
* Make PCIC_RESUME_RESET an proper option.Brian Somers1998-09-081-3/+4
* o renable pccard_remove_driver (it was used in the skel.c driver)Warner Losh1998-08-261-3/+1
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-6/+8
* Changed the type of an isa/general interrupt handler to take aBruce Evans1998-06-181-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Include pc98.h instead of isa.h when PC98 is defined.KATO Takenori1998-05-051-1/+5
* - Give up trying for a simple solution for correctly recognizing if a cardNate Williams1998-04-201-1/+4
* - Whoops, better have the structure created before trying to use it inNate Williams1998-04-091-2/+2
* - Fix bug I introduced a few months ago. If a driver fails the probe,Nate Williams1998-04-081-4/+4
* Removed unused #includes.Bruce Evans1998-02-251-2/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Specify the minor number correctly when creating devfs entries.Mike Smith1998-01-021-1/+3
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withNate Williams1997-11-181-1/+1
* MF22:Nate Williams1997-11-151-5/+6
* - Disable cards when doing a suspend by emulating that they have beenNate Williams1997-10-281-8/+11
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-261-2/+10
* - 'Beep' support now happens in it's own separate file, so you can messNate Williams1997-10-261-22/+5
* - Functional changes to PCCARD support.Nate Williams1997-10-261-39/+12
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-291/+294
* - Call 'callout_handle_init' on the two timeout channels after they areNate Williams1997-10-261-0/+2
* - Use the definitions found in <i386/isa/isa.h> instead of rolling ourNate Williams1997-10-241-6/+7
* - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h,Nate Williams1997-10-231-57/+66
* - Move the untimeout code call out of the check for pwr_off_pending. ItNate Williams1997-10-231-3/+2
* - Fix braino in last commit. (Slow networks should be outlawed!)Nate Williams1997-10-231-2/+2
* - When doing suspend/resume, only try to suspend those drivers on activeNate Williams1997-10-231-4/+8
* Back our V1.36, due to reports of badness. (IRQ's are again allocatedNate Williams1997-10-231-1/+1
* - Simplify code by removing a variable which was initialized once, neverNate Williams1997-10-231-7/+2
* - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This newNate Williams1997-10-061-8/+33
* - Include <sys/interrupt.h> to avoid compiler errors.Nate Williams1997-10-061-0/+1
* - Allocate the 'PCIC' interrupt from the last available (higher #) IRQNate Williams1997-10-061-1/+1
* Update for new callout interface.Justin T. Gibbs1997-09-211-6/+7
* Update select -> poll in drivers.Peter Wemm1997-09-141-18/+21
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierPoul-Henning Kamp1997-04-201-3/+14
* In the disable_slot() routine, the variable "i" wasNate Williams1997-02-111-1/+1
* Include file cleanups.Nate Williams1997-01-131-11/+2
* Update the PCIC controller's imask with individual slot IRQ's.Nate Williams1997-01-111-3/+13
* Removed magic # 16 and replaced with ICU_LEN.Nate Williams1997-01-111-1/+1
* - Added PCIC resume functionNate Williams1997-01-081-0/+4
* - Don't include <machine/laptops.h>. It was a kludge I should neverNate Williams1996-09-071-1/+0
* Yet another merge. Remove support.s by deleting memcopy. RemoveSatoshi Asami1996-09-071-3/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-16/+0
* 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-141-0/+14
* Minor formatting changes. No functional differences, but makes theNate Williams1996-06-051-17/+15
* Adds the APM hooks into the generic pccard kernel files. With this codeNate Williams1996-04-231-6/+113
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.Bruce Evans1996-04-071-3/+3
* pccard.c:Gary Palmer1996-04-061-0/+1
* Removed un-used code.Nate Williams1996-02-211-12/+0