summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2025-03-27pci: Clear active PME# and disable PME# generationJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-07-18Retire unused non-PCI_RES_BUS codeJessica Clarke
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-06-23subr_bus: restore bus_null_rescan()Mitchell Horne
2022-06-23bus_if: provide a default null rescan methodMitchell Horne
2022-05-06cardbus: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-12-09Create wrapper for Giant taken for newbusWarner Losh
2021-12-05Fix "set but not used" in cardbusScott Long
2021-07-13cardbus: move card_if.m to sys/dev/cardbusWarner Losh
2021-02-27cardbus: Be sure to acquire Giant when calling into newbusWarner Losh
2021-01-07pccard: Move power_if.m from pccard to cardbusWarner Losh
2020-09-01cardbus: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-04Regularize my copyright noticeWarner Losh
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-02-05Remove a few stray "All Rights Reserved." declarations on stuff I'veWarner Losh
2018-03-20Push down Giant one layer. In the days of yore, back when PenitumsWarner Losh
2017-12-121k objects on the stack are a bad idea. While it's likely safe in thisWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-27Add a bus_null_rescan() method that always fails with an error.John Baldwin
2016-04-27Implement a PCI bus rescan method.John Baldwin
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-04-15Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin
2016-04-06Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2015-02-18On my Lenovo T400, a Atheros 2413 has a problem powering upWarner Losh
2015-01-14Add a rather obnoxious warning if you don't have NEW_PCIB definedWarner Losh
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-02-12Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin
2012-03-02- Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-09-12Partially revert 222753: If a CardBus card stores its CIS in a BAR, deleteJohn Baldwin
2011-06-21Minor cleanup:Warner Losh
2011-06-06More properly handle Cardbus cards that that store their CIS in a BAR afterJohn Baldwin
2011-05-02Don't explicitly list pci_write_ivar() for bus_write_ivar, the method isJohn Baldwin
2010-01-05Move the PCI-specific logic of removing a cardbus device into aJohn Baldwin
2009-12-30Fix an error case I missed in the previous change so that the CIS resourceJohn Baldwin
2009-12-30Delete the CIS resource after releasing it. This is needed when the CIS isJohn Baldwin
2009-12-30Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove specialJohn Baldwin
2009-12-30Use bus_*() rather than bus_space_*().John Baldwin
2009-03-13Minorly improved debugging. Use the DEVPRINTF macro and report theWarner Losh