summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
Commit message (Expand)AuthorAgeFilesLines
* When including pci header files, do things differently for 5x and 4ximp2001-07-191-0/+7
* Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt forimp2001-07-101-1/+1
* Combine a couple of tests to reduce the indentation level.imp2001-07-011-9/+7
* Some interrelated interrupt changes.imp2001-07-011-14/+46
* Write zeros into the base/bounds register bars. We need to do thisimp2001-07-011-0/+16
* First cut at getting the pcic controller and power information forimp2001-07-011-32/+62
* Some people are having problems with insert/eject. Add some debugimp2001-06-161-0/+4
* Save the IRQ that we get in pci attachment.imp2001-06-161-1/+3
* First stab at adding back in CL-PD6729 support.imp2001-06-091-1/+15
* Go ahead and request 0x44000000 through 0xfffffff instead of justimp2001-06-081-1/+1
* The TI-1031 is more like the TI-113x chips rather than the 12xx orimp2001-06-081-2/+3
* If the chip isn't in power state D0, put it in power state D0. Iimp2001-06-041-10/+12
* Add new pci attachment for pcic. This supports pci cards as well asimp2001-06-041-153/+286
* Fix a minor formatting nitimp2001-05-251-1/+1
* Move to using the common device list.imp2001-05-251-88/+94
* Update copyright infoimp2001-05-251-2/+2
* Use bus_space functions rather than inb/outb.imp2001-05-241-1/+1
* Do what we should have done a long time ago:imp2001-05-241-0/+10
* Add recognition for Toshiba ToPIC-100.imp2001-05-231-0/+3
* Minor style(9) changes:imp2001-05-141-3/+3
* I'll be making some rather substantial changes to the pci attachmentimp2001-05-131-1/+1
* Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. Theimp2001-05-081-4/+0
* Move setting of TI113X_PCI_CARD_CONTROL register soonerimp2001-04-171-3/+2
* Minor comment that missed the last changeimp2001-04-171-1/+1
* When booting, turn on the 3E0 compatibility address for ricoh cardbusimp2001-04-171-3/+25
* Move ti1031 to the 16-bit bridge sectionimp2001-02-071-3/+3
* Add device id for the OZ Micro 6832. I didn't try to init it like theimp2001-01-021-1/+5
* Spelling police in a comment: Defalut -> Default.jhb2000-09-291-1/+1
* Add a detach method to allow this device to be unloaded.imp2000-08-301-0/+7
* Add TI-1031 id. It doesn't work yet, but it is nice to have it.imp2000-08-291-0/+5
* Make this compile without depending on the FreeBSD 2.2 compatabilitypeter2000-05-281-12/+11
* Add TI-1211 chipset from datasheet infoimp2000-04-201-1/+5
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.iwasaki2000-03-301-1/+1
* More fully initialize cardbus bridges. We now call the new genericimp2000-03-251-28/+162
* Update the pci->pcic compatability module to newbus. This is a simplepeter2000-02-021-108/+151
* Fill in the blanks for some of the Texas Instruments cardbus controllers.billf1999-12-311-0/+4
* Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.cbillf1999-12-291-0/+6
* Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.eivind1999-11-281-0/+2
* s/Brige/Bridge/.kuriyama1999-11-211-4/+4
* I'm told this makes more laptops work with the new attachment code.imp1999-10-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.nate1999-05-021-1/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Import PCI pccard bridge chip probing from PAO. Hopeful prelude fornsayer1999-04-011-7/+29
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibletorstenb1999-01-251-1/+3
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Fixed printf format errors.bde1998-08-181-4/+4
OpenPOWER on IntegriCloud