aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/pcic_p.c
Commit message (Expand)AuthorAgeFilesLines
* I'll be making some rather substantial changes to the pci attachmentWarner Losh2001-05-131-442/+0
* Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. TheWarner Losh2001-05-081-4/+0
* Move setting of TI113X_PCI_CARD_CONTROL register soonerWarner Losh2001-04-171-3/+2
* Minor comment that missed the last changeWarner Losh2001-04-171-1/+1
* When booting, turn on the 3E0 compatibility address for ricoh cardbusWarner Losh2001-04-171-3/+25
* Move ti1031 to the 16-bit bridge sectionWarner Losh2001-02-071-3/+3
* Add device id for the OZ Micro 6832. I didn't try to init it like theWarner Losh2001-01-021-1/+5
* Spelling police in a comment: Defalut -> Default.John Baldwin2000-09-291-1/+1
* Add a detach method to allow this device to be unloaded.Warner Losh2000-08-301-0/+7
* Add TI-1031 id. It doesn't work yet, but it is nice to have it.Warner Losh2000-08-291-0/+5
* Make this compile without depending on the FreeBSD 2.2 compatabilityPeter Wemm2000-05-281-12/+11
* Add TI-1211 chipset from datasheet infoWarner Losh2000-04-201-1/+5
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.Mitsuru IWASAKI2000-03-301-1/+1
* More fully initialize cardbus bridges. We now call the new genericWarner Losh2000-03-251-28/+162
* Update the pci->pcic compatability module to newbus. This is a simplePeter Wemm2000-02-021-108/+151
* Fill in the blanks for some of the Texas Instruments cardbus controllers.Bill Fumerola1999-12-311-0/+4
* Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.cBill Fumerola1999-12-291-0/+6
* Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.Eivind Eklund1999-11-281-0/+2
* s/Brige/Bridge/.Jun Kuriyama1999-11-211-4/+4
* I'm told this makes more laptops work with the new attachment code.Warner Losh1999-10-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-5/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.Nate Williams1999-05-021-1/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Import PCI pccard bridge chip probing from PAO. Hopeful prelude forNick Sayer1999-04-011-7/+29
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibleTorsten Blum1999-01-251-1/+3
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Fixed printf format errors.Bruce Evans1998-08-181-4/+4
* - Removed typo in Copyright and added Id.Nate Williams1998-02-071-1/+2
* - Support for multiple PD6832 controllers. Each found 6832 is assignedNate Williams1998-01-201-2/+20
* - Add necessary include files and fix bugs in last.Nate Williams1997-12-021-3/+6
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andNate Williams1997-12-021-81/+88
* - Framework for PCI/CardBus controllers running in PCMCIA emulationNate Williams1997-12-021-0/+167