Age | Commit message (Expand) | Author |
2012-10-18 | Use pci_set_powerstate() unconditionally for all chip variants, rather | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2010-12-08 | Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@ | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-08 | Document that the resume case is waking children which may have been | Theo de Raadt |
2010-09-08 | Split out the guts of pccbbintr() so that we can call it carefully at | Theo de Raadt |
2010-09-08 | During suspend, do not call children's interrupt handlers after we have | Theo de Raadt |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | Save and restore pci config space registers common to all PCI-CardBus | Mark Kettenis |
2010-09-03 | Some cleanup in preparation for suspend/resume improvements. | Mark Kettenis |
2010-08-31 | convert the powerhook to an activate function. That activate function | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-25 | Make CardBus ral(4) suspend and resume properly on machines that keep the | Mark Kettenis |
2010-06-30 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2010-03-27 | Give cardbus the pci_chipset_tag_t from pccbb and push it out through | Jonathan Gray |
2010-03-27 | Bring back cardbus_chipset_tag_t which is in practice a | Jonathan Gray |
2010-03-23 | macppc seems to need a couple more casts before it will compile a | Kenneth R Westerback |
2010-03-22 | Remove some cardbus defines and types which are identical to | Jonathan Gray |
2010-01-13 | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. | Jonathan Gray |
2010-01-11 | When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. This | Mark Kettenis |
2009-08-28 | Writing 0 to the PCI_LEGACY register *is* the proper way to disable the | Mark Kettenis |
2009-07-25 | Stop using rbus to set up the socket BAR if it has been left unitialized | Mark Kettenis |
2009-07-21 | Use the symbolic constants for the window registers in pci configuration | Miod Vallat |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |
2009-06-03 | ansi function decls, no binary change. | Jonathan Gray |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-09-25 | remove dead store. | Charles Longeau |
2008-07-20 | On TI cardbus bridges, enable PCI interrupt routing if the device has not | Mark Kettenis |
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen |
2007-12-20 | Get rid of __HAVE_PCCBB_ATTACH_HOOK. | Mark Kettenis |
2007-12-19 | If the CardBus bus number is left unconfigured, only attach pcmcia(4). | Mark Kettenis |
2007-12-14 | Revert previous commit; something is still wrong, and I can't figure out what | Mark Kettenis |
2007-12-09 | Un-#ifdef code, such that we don't attach cardbus if the bus nuber is | Mark Kettenis |
2007-11-30 | skip the bad mapping checks for now, sigh | Theo de Raadt |
2007-11-30 | Skip the sanity test introduced in r1.50 on TI devices, as it gets triggered | Miod Vallat |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-25 | missing line from previous commit; return 1 for interrupts we do handle | Theo de Raadt |
2007-11-25 | Interrupt handlers which do nothing should return 0 (or -1 if they are not | Theo de Raadt |
2007-11-25 | If some rather important registers read as 0xffffffff then the device | Theo de Raadt |
2007-11-25 | remove an ugly nested block | Theo de Raadt |
2007-11-23 | Don't do anything in the shutdownhook if the registers aren't mapped. | Mark Kettenis |
2006-10-12 | Add a symbolic name parameter to cardbus_intr_establish(). | Alexander Yurchenko |
2006-06-21 | removal of '#ifdef rbus ... #else ...' directives, we use rbus in all | Felix Kronlage |
2006-06-14 | remove redundant commented debug define | Felix Kronlage |
2006-04-02 | - add pccbb_attach_hook in pccbbattach for MD initializations. | Brad Smith |
2006-03-11 | splvm. | Brad Smith |
2006-03-11 | remove splimp handler. | Brad Smith |
2005-11-26 | Add some missing 'break;'s in auich and auixp that lint spotted. While | Kenneth R Westerback |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |