summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
AgeCommit message (Expand)Author
2001-12-24change if defined foo to ifdef foo and change a c++ comment into a c comment.christos
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-11-02Add PCI power management control. If the power state of a bridge ishaya
2001-10-17Move some chip initialise code into pccbb_chipinit() function.haya
2001-09-30force 0x1000 align for memory base beforeyamt
2001-08-30Add some register definitions for TI PCI12XX and Toshiba ToPIC.haya
2001-08-24Buf fix: use PWAIT priority and do not set PCATCH.haya
2001-07-06 split pccbb_intr_route() into seperate function.mcr
2001-05-19Add TI 1410 to yc_chipsets[].soren
2001-04-30Cast args correctly to match format strings.jmc
2001-04-12splimp -> splvm (use IPL_IMP needs to be revisited).thorpej
2001-02-22- Initialize auto variable (win[{0,1}].win_flags).enami
2001-02-21make some more constant arrays 'const'jdolecek
2001-02-21Correct the 1st argument for pci_conf_{read,write}.minoura
2001-02-20Re-initialize more registers after resuming from suspend.minoura
2001-02-09BUG FIX: calculate address line mask in pccbb_pcmcia_io_alloc() whenhaya
2001-01-30Fix problem where tsleep() is used not on the cardbus thread.itohy
2001-01-24IMPROVEMENT: use tsleep() instead of delay(). Kernel do not stophaya
2001-01-22Add a comment.augustss
2001-01-17Fix comment.haya
2000-12-30Be less talkative in attach.augustss
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-12-08Turn off the damned TI `VCC protection' bit.mycroft
2000-12-08WORKAROUND: CardBus bridge avoids turning off the power of channel inhaya
2000-11-28BUG FIX: change enable sequence for 16-bit pcmcia cards. This changehaya
2000-11-27BUG FIX: pccbb turns off PC Cards' power on the bus in shutdown hook.haya
2000-10-25Bugfix: reset 16-bit pcmcia in chip initialisation sequence.haya
2000-08-28Correct PCI interrput setup routine for Texas Instruments PCI113X.haya
2000-07-09Clarify that the RX5C47X requires writes to the PCI_LEGACY tojhawk
2000-07-09Move legacy pcic-mode disabling code from pccbb_chipinit() tojhawk
2000-06-16beat back the undead: __BROKEN_INDIRECT_CONFIG had risen, and wascgd
2000-06-08Change IPL when bridge's interrupt handler calls child device'shaya
2000-06-07Add CB_BCR_RESET_ENABLE in bridge control resister's bit definition.haya
2000-05-08Fix a inverted logic botch introduced in rev. 1.35, typically causingkleink
2000-04-06Add CardBus interrupt enable flag. When this flag is asserted, ahaya
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-221. Do not apply 5 V on a CardBus card.haya
2000-03-14Simplify the code a bit.enami
2000-03-14Don't think that a card is inserted if there is a card already in the slot.enami
2000-03-14Cosmetic change.enami
2000-03-14Fix typos in comments.enami
2000-03-12A few things:mycroft
2000-03-12Do *not* fiddle with the serial/parallel IRQ mode selection on TI chips.mycroft
2000-03-12Revert the previous change. It does not match the commit message *and* wasmycroft
2000-03-10Only apply power on 3.3 V CardBus card (there are no 5 V CardBus card.)haya
2000-03-01Simplify the winlist code.thorpej
2000-02-23Pccbb maintains the interrupt handlers for 16-bit PC Cardshaya
2000-02-22Establish a powerhook and make sure the card detect interrupt is enabledenami
2000-02-21Sync PCMCIA memory mapping with a change from rev 1.47 of i82365.c:thorpej