summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
AgeCommit message (Expand)Author
2006-07-08- Tidy up some debugging/diagnostic messages.christos
2006-07-08- all the polling code is stale and broken. Mention it.christos
2006-07-04fix typochristos
2006-07-04Apply fvdl's acpi pci interrupt configuration code.christos
2006-06-17For Ricoh 5c47x class controllers, restore the "misc control" PCI configjmcneill
2006-04-05Fix typo in comment, s/will be never/will never/.dyoung
2005-12-18Use aprint_debug() instead of printf() for obvious debug statement.sekiya
2005-12-11merge ktrace-lwp.christos
2005-09-09remove the useless (always 0) device number from cardbus driver state,drochner
2005-06-23s/PCIBIOS_FIXUP/PCI_FIXUP/ in printf, from Patrick Welche in PR 30583.wiz
2005-06-22Oops, a unilateral DEBUG define crept in with my last commit.sekiya
2005-06-20Don't abort the attach if we are routing interrupts through the ioapic, theresekiya
2005-06-01Fix compilation problem when CBB_DEBUG is defined.sekiya
2005-06-01"resister" -> "register"sekiya
2005-05-30- const poisoningchristos
2005-03-23PR/29600: YAMAMOTO Takashi: cbb hangs on boot. From the PR:christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2005-01-27Fix typo.jmcneill
2005-01-27Don't restore PCI configuration state if the chip isn't in D0, fromjmcneill
2005-01-27Capture PCI configuration state on suspend and restore it on resume, fromjmcneill
2005-01-16Just to be absolutely correct, wait an additional 1ms after the "power cycle"mycroft
2005-01-16Christos's crappy Libretto 100CT has an extremely long ramp for socket Vccmycroft
2004-08-16fix a wrong variable name in a debug message.mrg
2004-08-16Simplify some manipulation of PCIC_INTR.mycroft
2004-08-16Some tweaks, per the PC Card spec:mycroft
2004-08-16Do not attempt to fiddle with the power-control bits in PWRCTL; just read themmycroft
2004-08-15And the reason we had to call pccbb_power() twice in the enable routine is...mycroft
2004-08-12I can't actually use the FORCE register this way. Just try turning the socketmycroft
2004-08-12A bunch of random cleanup:mycroft
2004-08-11Oops; fix a compile error.mycroft
2004-08-11Be more liberal in torching the old state in the disable and settype routines.mycroft
2004-08-11Rather than having a call up from the low-level driver to get the card type,mycroft
2004-08-06Rework the power sequencing so that I stop getting unrecoverable "bad Vcc"mycroft
2004-07-28Add entries for TI CardBus bridges 1520 and 4520Yenta, as found inhe
2004-07-22If the bus number has not been initialized, do not attach a cardslot, andmycroft
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2004-03-28Add some initialization code for TI bridges.nakayama
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