aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
Commit message (Expand)AuthorAgeFilesLines
...
* - 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-232-8/+2
* LEarn about the TI 1131.Garrett Wollman1997-10-171-0/+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
* - Fix braino in last commit.Nate Williams1997-10-061-11/+3
* Modem cards send the speaker audio (dialing noises) to the host'sNate Williams1997-10-062-18/+49
* - Allocate the 'PCIC' interrupt from the last available (higher #) IRQNate Williams1997-10-061-1/+1
* - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1.Nate Williams1997-10-061-1/+1
* - Style policeNate Williams1997-10-062-30/+30
* Update for new callout interface.Justin T. Gibbs1997-09-213-9/+14
* Update select -> poll in drivers.Peter Wemm1997-09-141-18/+21
* Oops, unremoved used #include.Bruce Evans1997-07-211-0/+3
* Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn'tBruce Evans1997-07-211-6/+1
* Make this puppy compile again - add two includes.Jordan K. Hubbard1997-06-011-0/+2
* Don't apply 5V when we want 3.3V.Poul-Henning Kamp1997-05-221-1/+9
* Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge.Poul-Henning Kamp1997-05-031-0/+65
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierPoul-Henning Kamp1997-04-203-45/+76
* Make MOD_* macros almost consistent:Peter Dufault1997-04-061-1/+2
* Argh, this time get the parentheses right. This hasn't been a good day for me.Nate Williams1997-02-211-3/+3
* Whoops, make sure we have enough parenthesis.Nate Williams1997-02-211-1/+1
* Try to make the BROKEN_VLSI chipset detection better, and not breakNate Williams1997-02-181-2/+8
* In the disable_slot() routine, the variable "i" wasNate Williams1997-02-111-1/+1
* Deleted obsolete structure, pc98_device.KATO Takenori1997-02-041-4/+0
* One other minor include file change.Nate Williams1997-01-141-2/+3
* Include file cleanups.Nate Williams1997-01-133-36/+6
* Initialize pcic_imask with SWI_MASK to interference from timeout routines.Nate Williams1997-01-111-0/+1
* Whoops, typo.Nate Williams1997-01-111-1/+1
* Update the PCIC controller's imask with individual slot IRQ's.Nate Williams1997-01-114-6/+18
* Removed magic # 16 and replaced with ICU_LEN.Nate Williams1997-01-111-1/+1
* Now that all of the IRQ's should be allocated by the time thisNate Williams1997-01-111-3/+40
* - Added PCIC resume functionNate Williams1997-01-083-35/+35
* 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