summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
* Separate out isa attachment to its own file. The pci attachment willimp2001-05-161-84/+12
* The mecia support has moved to the mecia driver, so remove the copy ofimp2001-05-151-351/+35
* {G,S}ET_UNIT are now unused, gc themimp2001-05-151-3/+0
* It turns out that pcic_slot::slotnum was really unused, so don't setimp2001-05-141-2/+0
* Remove static array of slots. We now have state information for eachimp2001-05-141-17/+24
* Fix the so called "static bug" in polling mode. Some desktop cardsimp2001-05-141-6/+33
* When activating or deactivating a resource, only attempt to deal withimp2001-05-141-0/+8
* Return errors for unsupported operations on pcic_get_res_flags ratherimp2001-05-131-1/+1
* Change #ifdef PC98 to #ifdef MECIA_SUPPORT and define MECIA_SUPPORTimp2001-05-131-13/+17
* o Get rid of static array of slots in pccard layer. Move this to theimp2001-05-131-56/+59
* Use enumeration values for CARD_SET_RES_FLAGS.dmlb2001-05-081-4/+13
* Set the slot pointer in the pc98 case. Correct the name of the bridgeimp2001-05-071-2/+5
* Disable the card after sending the removed event up to the pccardimp2001-05-071-1/+1
* 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
OpenPOWER on IntegriCloud