summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
* Set the device name for NEC PC98 PCMCIA Controller on boot.imp2001-04-211-18/+19
* Indirect off cinfo rather than calling pcic_ functions directly. Thisimp2001-04-191-12/+12
* First cut at bringing NEC PC98 original pccard bridge code back intoimp2001-04-191-24/+335
* Add #define for IBM3765.imp2001-04-111-3/+2
* Axe a few __P() while I'm in the neighborhood.imp2001-03-221-4/+3
* Lots of minor cleanup, plus a couple of interesting things.imp2001-03-191-75/+77
* Fix a minor bug that prevents NEWBUS users from setting more thandmlb2001-01-091-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-2/+0
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-071-2/+5
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.sanpei2000-12-111-0/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Another PnP pcic card: SMC Swapbox Plug and Playimp2000-10-121-0/+1
* o Remove 9 unnecessary includes.imp2000-09-201-3/+7
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-1/+2
* Add some infrastructure support for dealing with large attributeimp2000-08-101-5/+52
* Fix a bug so that we have correct number of pccard instances in pcic_attach().iwasaki2000-07-241-1/+1
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDimp2000-05-291-1/+1
* Add PnP ID for vadem based plug and play card.imp2000-05-021-0/+1
* Checkin my first batch of New Mexico changes:imp2000-04-251-22/+26
* o Preliminary support for mapping the CIS by the driver.imp2000-04-201-9/+42
* Add support for PnP ISA cards, and some laptop PnP support:imp2000-03-101-80/+118
* /tmp/msgimp2000-02-211-4/+24
* Fixed a bug in PCIC polling mode.hosokawa2000-01-151-6/+17
* Move the turning on of the interrupts for the card at the bridge fromimp1999-12-101-15/+14
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* Kill unneeded includesimp1999-11-201-1/+0
* Do not add children for new bus kludge version of pccard.imp1999-10-281-2/+1
* Remove debug printfs and Debugger() calls.imp1999-10-251-20/+31
* Massive rewrite of pccard to convert it to newbus.imp1999-10-251-333/+94
* Remove name field from controller information. Fix name setting inimp1999-10-161-35/+40
* Reorganize the attachement point for pcic (it was unattached andimp1999-10-151-123/+45
* *** empty log message ***imp1999-09-261-11/+20
* Kludge together support for the old pccard system with newbus. Thisimp1999-09-061-1/+1
* (1) Fix a spelling mistake in a comment.billf1999-08-171-2/+3
* o Add additional printfs for error cases when we can't attach the device.imp1999-08-011-1/+1
* Operator precedence (nit: in #if 0 code) bug.peter1999-05-021-1/+1
* 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
OpenPOWER on IntegriCloud