summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud