summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcic_p.h
Commit message (Collapse)AuthorAgeFilesLines
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.nate1999-05-021-1/+2
| | | | | With this addition my ThinkPad 600E works with the stock FreeBSD PCMCIA code.
* Import PCI pccard bridge chip probing from PAO. Hopeful prelude fornsayer1999-04-011-6/+15
| | | | | | | broadening chipset support in -current. Reviewed by: joerg Obtained from: PAO
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibletorstenb1999-01-251-1/+2
| | | | to the TI1131. At least it works in my Compaq Armada 7800.
* - Support for multiple PD6832 controllers. Each found 6832 is assignednate1998-01-201-2/+2
| | | | | | | and initializes the next two ports in order starting at 03e0. This also patches pcic_p.h to reduce the I/O ports mapped from 4 to 2. Submitted by: Ted Faber <faber@ISI.EDU>
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andnate1997-12-021-14/+19
| | | | | | | more bootverbose code. - Style nits. No significant functional changes.
* - Framework for PCI/CardBus controllers running in PCMCIA emulationnate1997-12-021-0/+49
mode. Currently, the only supported controller is the Cirrus Logic PD6832, but others can be supported with docs on them. Submitted by: Ted Faber <faber@ISI.EDU>
OpenPOWER on IntegriCloud