summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-1/+1
* - Made the setting of the machdep.pccard.pcic_irq from the boot config filenate1999-03-261-5/+6
* Remove static delcarations from {,un}register_pcic_intr declarationsimp1999-03-121-2/+2
* Updated to use new APIC (SMP) safe interrupt register/unregisterroger1999-03-101-4/+44
* On second thought: do previous fux in pcic.c better.guido1999-02-141-8/+1
* Somehow, it is possible to get a pcicintr() when in the resume process.guido1999-02-141-1/+8
* Allow the interrupt allocated to the PCIC to be tuned from the kernelmsmith1999-01-291-1/+13
* Initial update pccard code for KLD module support. Module supportpeter1999-01-191-59/+32
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+1
* Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.imp1998-08-251-6/+30
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-1/+1
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-4/+4
* - Only poll the PCIC controller for insertion/removal events if thenate1998-04-201-3/+4
* Support compiling with `gcc -ansi'.bde1998-04-151-7/+7
* 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
OpenPOWER on IntegriCloud