summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
AgeCommit message (Expand)Author
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-09-25remove dead store.Charles Longeau
2008-07-20On TI cardbus bridges, enable PCI interrupt routing if the device has notMark Kettenis
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
2007-12-20Get rid of __HAVE_PCCBB_ATTACH_HOOK.Mark Kettenis
2007-12-19If the CardBus bus number is left unconfigured, only attach pcmcia(4).Mark Kettenis
2007-12-14Revert previous commit; something is still wrong, and I can't figure out whatMark Kettenis
2007-12-09Un-#ifdef code, such that we don't attach cardbus if the bus nuber isMark Kettenis
2007-11-30skip the bad mapping checks for now, sighTheo de Raadt
2007-11-30Skip the sanity test introduced in r1.50 on TI devices, as it gets triggeredMiod Vallat
2007-11-26correct newlines surrounding the sub-bus configuration, and unifyTheo de Raadt
2007-11-25missing line from previous commit; return 1 for interrupts we do handleTheo de Raadt
2007-11-25Interrupt handlers which do nothing should return 0 (or -1 if they are notTheo de Raadt
2007-11-25If some rather important registers read as 0xffffffff then the deviceTheo de Raadt
2007-11-25remove an ugly nested blockTheo de Raadt
2007-11-23Don't do anything in the shutdownhook if the registers aren't mapped.Mark Kettenis
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2006-06-14remove redundant commented debug defineFelix Kronlage
2006-04-02- add pccbb_attach_hook in pccbbattach for MD initializations.Brad Smith
2006-03-11splvm.Brad Smith
2006-03-11remove splimp handler.Brad Smith
2005-11-26Add some missing 'break;'s in auich and auixp that lint spotted. WhileKenneth R Westerback
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-10-05Support the CardBus part of TI's PCI7XX1 controllers.Thierry Deval
2005-10-02add special handling for some o2micro devices, so by instance atheros works.Federico G. Schwindt
2005-09-16spelling.Federico G. Schwindt
2005-08-03enforce 10-bit width for i/o addresses when start address is assigned byFederico G. Schwindt
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2004-07-14tweaks for ti12xx bridges; from freebsd via rees@Michael Shalayeff
2003-12-23do not panic if there is no IPL_IMPMichael Shalayeff
2003-06-25add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org>Michael Shalayeff
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30TI 1410 PCI-CardBus support.Federico G. Schwindt
2001-12-24fix a // comment and kill a few trailing spacesMichael Shalayeff
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-22Initialize auto variable (win[{0,1}].win_flags). Also, if PCCBB_MEM_CACHABLEAaron Campbell
2001-08-19fetch sc_intline from pci_intr_line(ih) to accomodate forMichael Shalayeff
2001-08-19...and convert this one as well.Miod Vallat
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-06-20Comment spelling fix, and remove static regardless ofNiklas Hallqvist
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-01restore socket base addr and bus number on resume; from netbsdMichael Shalayeff
2001-02-01Do not attempt to attach cards that have unsupported (i.e., non-5, non-3)Aaron Campbell
2001-01-27introduce and use a flag indicating that interrupts areMichael Shalayeff
2001-01-22repair printingTheo de Raadt
2001-01-21map and establish interrupt earlier in the attach routine,Michael Shalayeff