summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
AgeCommit message (Expand)Author
2003-12-19More unsigned long casts to make this work on ppc. Fix formatting of debugchristos
2003-12-19PR/23802: KIYOHARA Takashi: Bad printf format with CBB_DEBUG. While I amchristos
2003-12-10Power up the card without OE enabled to avoid letting SanDisks enterbriggs
2003-10-25Fix uninitialized variable warningschristos
2003-10-23Try to deal better with card removal during the card enabling process.briggs
2003-06-19regard as the card is removed if one of CCD1# and CCD2# is deasserted.msaitoh
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-03-22PCI-CardBus bridge support for sparc64:nakayama
2003-01-20Remove unreachable "break"s after "return"s.simonb
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-23Replace magic numbers for power management control with PCI_PMCSR* macros.tsutsui
2002-11-09Add TI PCI4410 PCI-CardBus Bridge w/ OHCI IEEE 1394,martin
2002-10-19Don't print messages about pccbb_intr_disestablish() unless debuggingatatat
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01make it compilable with CBB_DEBUG.onoe
2002-10-01Use LIST in sys/queue. Add some comments.haya
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-05-31Patch the CLKRUN enable bit on ToPIC chips.mycroft
2002-05-31Add comment.haya
2002-03-05Enforce 10-bit width for I/O addresses of 16-bit PC Cards when I/Ohaya
2002-01-10Bug fix: correct chattering suppressor. Card insertion will behaya
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