summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
...
* Uninitialized pointer reference may happen on particular environment.hosokawa1998-03-191-1/+6
* - Remove the code that cleared out the registers (previously enabled by thenate1997-12-021-7/+0
* - Remove PCI code from here, now that the PCI framework lives in /sys/pci.nate1997-12-021-86/+5
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withnate1997-11-181-1/+1
* MF22:nate1997-11-151-1/+1
* - Reset the pcic controller interrupt 'poll' timeout *after* we call thenate1997-11-041-6/+6
* - More style nits (sorry, I should have done this last time).nate1997-10-281-10/+10
* - Style nit.nate1997-10-281-20/+20
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-76/+75
* - KNF the PCI stuff, no functional changes.nate1997-10-251-20/+24
* - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind thenate1997-10-241-2/+13
* LEarn about the TI 1131.wollman1997-10-171-0/+2
* - Fix braino in last commit.nate1997-10-061-11/+3
* Modem cards send the speaker audio (dialing noises) to the host'snate1997-10-061-18/+41
* - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1.nate1997-10-061-1/+1
* - Style policenate1997-10-061-21/+21
* Update for new callout interface.gibbs1997-09-211-3/+5
* Oops, unremoved used #include.bde1997-07-211-0/+3
* Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn'tbde1997-07-211-6/+1
* Make this puppy compile again - add two includes.jkh1997-06-011-0/+2
* Don't apply 5V when we want 3.3V.phk1997-05-221-1/+9
* Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge.phk1997-05-031-0/+65
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierphk1997-04-201-40/+60
* Make MOD_* macros almost consistent:dufault1997-04-061-1/+2
* Argh, this time get the parentheses right. This hasn't been a good day for me.nate1997-02-211-3/+3
* Whoops, make sure we have enough parenthesis.nate1997-02-211-1/+1
* Try to make the BROKEN_VLSI chipset detection better, and not breaknate1997-02-181-2/+8
* One other minor include file change.nate1997-01-141-2/+3
* Include file cleanups.nate1997-01-131-23/+4
* Initialize pcic_imask with SWI_MASK to interference from timeout routines.nate1997-01-111-0/+1
* Whoops, typo.nate1997-01-111-1/+1
* Update the PCIC controller's imask with individual slot IRQ's.nate1997-01-111-0/+1
* Now that all of the IRQ's should be allocated by the time thisnate1997-01-111-3/+40
* - Added PCIC resume functionnate1997-01-081-35/+29
* - 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-39/+0
* The Great PC98 Merge.asami1996-06-141-0/+235
* Adds the APM hooks into the generic pccard kernel files. With this codenate1996-04-231-1/+3
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-2/+1
* pccard.c:gpalmer1996-04-061-0/+2
* Removed un-used code.nate1996-02-211-12/+0
* Updated PC-CARD support to contain most of the code from the latestnate1996-02-211-12/+103
* Don't rely on the card 'automatically' powering up when we probe it.nate1996-01-061-2/+2
* Completed function declarations and/or added prototypes and/or addedbde1995-12-161-1/+2
* Make the LKM version compile again.phk1995-11-211-4/+3
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-141-3/+1
* Fixed the type of yet another timeout function.bde1995-11-131-7/+8
* Clean up the ident style.phk1995-11-091-317/+327
* Fixed the type of a timeout function and an interrupt mask variable.bde1995-11-091-3/+3
OpenPOWER on IntegriCloud