aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/pcic_pci.h
Commit message (Expand)AuthorAgeFilesLines
* Use the NetBSD init code for the TOPIC parts as a more complete basisWarner Losh2001-10-111-5/+44
* Add support for changing the way that ToPIC csc interrupts are routed.Warner Losh2001-09-041-0/+6
* Move to using a chip function + function pointers to deal with theWarner Losh2001-09-041-2/+24
* Improve interlocking for card removal. We now can remove the card inWarner Losh2001-08-191-1/+1
* For TI12xx and newer, clear register 0x84. This is the "Multimedia"Warner Losh2001-08-141-0/+1
* Try to support the Cirrus Logic PD6833 better in pci mode. This isWarner Losh2001-08-141-3/+3
* TI cardbus bridges, 12xx and newer, have an interesting register. ItWarner Losh2001-08-011-0/+5
* Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts.Warner Losh2001-07-311-3/+3
* Add new pci attachment for pcic. This supports pci cards as well asWarner Losh2001-06-041-12/+2
* #defines for pci way interrupt routing.Warner Losh2001-06-041-0/+33
* Move to using the common device list.Warner Losh2001-05-251-31/+5
* Add recognition for Toshiba ToPIC-100.Warner Losh2001-05-231-0/+1
* Add some additional register definitions for some work I have in progress.Warner Losh2001-05-081-0/+2
* When booting, turn on the 3E0 compatibility address for ricoh cardbusWarner Losh2001-04-171-0/+7
* Fix minor typo in comment. 112x -> 12xxWarner Losh2001-04-111-1/+1
* Add device id for the OZ Micro 6832. I didn't try to init it like theWarner Losh2001-01-021-0/+1
* Add TI-1031 id. It doesn't work yet, but it is nice to have it.Warner Losh2000-08-291-0/+1
* Make this compile without depending on the FreeBSD 2.2 compatabilityPeter Wemm2000-05-281-0/+2
* Add TI-1211 chipset from datasheet infoWarner Losh2000-04-201-1/+2
* More fully initialize cardbus bridges. We now call the new genericWarner Losh2000-03-251-0/+79
* Fill in the blanks for some of the Texas Instruments cardbus controllers.Bill Fumerola1999-12-311-0/+2
* Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.cBill Fumerola1999-12-291-0/+3
* Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.Eivind Eklund1999-11-281-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.Nate Williams1999-05-021-1/+2
* Import PCI pccard bridge chip probing from PAO. Hopeful prelude forNick Sayer1999-04-011-6/+15
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibleTorsten Blum1999-01-251-1/+2
* - Support for multiple PD6832 controllers. Each found 6832 is assignedNate Williams1998-01-201-2/+2
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andNate Williams1997-12-021-14/+19
* - Framework for PCI/CardBus controllers running in PCMCIA emulationNate Williams1997-12-021-0/+49