summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pccbb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pccbb.c: tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_nsec(9)cheloha2020-03-201-3/+5
* consistently uppercase pci product definesjsg2020-01-051-5/+5
* we have splraise() nowdlg2018-07-171-38/+4
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* fairly simple size for free()deraadt2015-09-111-3/+3
* Try to assign a secondary bus number if the BIOS left the CardBus bridgekettenis2015-07-201-3/+15
* simplify a triple-deep ternary operation.bcook2015-07-191-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-8/+8
* Replace workqs with tasks.mpi2013-10-301-1/+2
* Use pci_set_powerstate() unconditionally for all chip variants, ratherderaadt2012-10-181-7/+4
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-3/+5
* Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@miod2010-12-081-4/+3
* Get rid of evcount's support for arranging counters in a treematthew2010-09-201-3/+2
* Document that the resume case is waking children which may have beenderaadt2010-09-081-1/+6
* Split out the guts of pccbbintr() so that we can call it carefully atderaadt2010-09-081-64/+57
* During suspend, do not call children's interrupt handlers after we havederaadt2010-09-081-4/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-10/+1
* Save and restore pci config space registers common to all PCI-CardBuskettenis2010-09-061-24/+73
* Some cleanup in preparation for suspend/resume improvements.kettenis2010-09-031-25/+6
* convert the powerhook to an activate function. That activate functionderaadt2010-08-311-22/+30
* kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberderaadt2010-08-271-2/+2
* Make CardBus ral(4) suspend and resume properly on machines that keep thekettenis2010-08-251-2/+3
* timeout_add -> timeout_add_msecblambert2010-06-301-3/+3
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-58/+2
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-35/+35
* macppc seems to need a couple more casts before it will compile akrw2010-03-231-4/+4
* Remove some cardbus defines and types which are identical tojsg2010-03-221-40/+40
* As per NetBSD move HAYAKAWA Koichi's licenses to two clause.jsg2010-01-131-6/+1
* When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. Thiskettenis2010-01-111-18/+7
* Writing 0 to the PCI_LEGACY register *is* the proper way to disable thekettenis2009-08-281-6/+1
* Stop using rbus to set up the socket BAR if it has been left unitializedkettenis2009-07-251-57/+6
* Use the symbolic constants for the window registers in pci configurationmiod2009-07-211-13/+13
* Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow themiod2009-07-201-2/+2
* ansi function decls, no binary change.jsg2009-06-031-198/+76
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-2/+2
* remove dead store.chl2008-09-251-2/+1
* On TI cardbus bridges, enable PCI interrupt routing if the device has notkettenis2008-07-201-2/+4
* More timeout(9) usage cleaned up.mk2008-05-221-4/+1
* Get rid of __HAVE_PCCBB_ATTACH_HOOK.kettenis2007-12-201-3/+1
* If the CardBus bus number is left unconfigured, only attach pcmcia(4).kettenis2007-12-191-13/+14
* Revert previous commit; something is still wrong, and I can't figure out whatkettenis2007-12-141-1/+3
* Un-#ifdef code, such that we don't attach cardbus if the bus nuber iskettenis2007-12-091-3/+1
* skip the bad mapping checks for now, sighderaadt2007-11-301-16/+1
* Skip the sanity test introduced in r1.50 on TI devices, as it gets triggeredmiod2007-11-301-5/+14
* correct newlines surrounding the sub-bus configuration, and unifyderaadt2007-11-261-11/+27
* missing line from previous commit; return 1 for interrupts we do handlederaadt2007-11-251-1/+2
* Interrupt handlers which do nothing should return 0 (or -1 if they are notderaadt2007-11-251-2/+2