summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix cut-and-paste-o that Nate found. We were setting csc_route twice,imp2001-08-251-1/+1
* First cut at getting the ISA routing working. If we can't route a PCIimp2001-08-251-31/+57
* Explain what we're doing in pcic_pci_shutdown a little better. Try toimp2001-08-241-5/+16
* Move code to shutdown the pcic_pci_shutdown. Call it on systemimp2001-08-241-13/+25
* Two fixes. First, put into place a more generic chipset specificimp2001-08-241-94/+123
* Report the interrupt path via the sysctl to userland as a string.imp2001-08-211-4/+18
* Rearrange how we do interrupt routing tweaking. We now haveimp2001-08-211-23/+34
* It looks like we're doing the wrong thing by catching the setup_intrimp2001-08-211-41/+2
* These appear to be necessary for a pci cardbus card, but not for laptops.imp2001-08-211-0/+2
* Improve interlocking for card removal. We now can remove the card inimp2001-08-191-26/+56
* For TI12xx and newer, clear register 0x84. This is the "Multimedia"imp2001-08-141-15/+36
* Try to support the Cirrus Logic PD6833 better in pci mode. This isimp2001-08-141-15/+39
* TI cardbus bridges, 12xx and newer, have an interesting register. Itimp2001-08-011-7/+21
* bsh and bst are unused in softc, except for setting them. We do use theimp2001-07-311-4/+4
* Fix typo where I assigned the bus tag and not the bus handled. Itimp2001-07-311-1/+1
* A bunch of interrupt related cleanup.imp2001-07-311-29/+58
* Don't use a buffer for the state info from the TI chips. Just printimp2001-07-301-14/+13
* Introduce two new tunables from the boot loader.imp2001-07-271-1/+16
* Minor nits merged from my stable tree:imp2001-07-271-2/+2
* Give hopefully better diagnostics about the card types we reject.imp2001-07-271-2/+16
* Make the multiple interrupts attachment an error not a panic.imp2001-07-251-2/+5
* 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
OpenPOWER on IntegriCloud