summaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc.c
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-06ppc: Fix set but not used warnings on !i386.John Baldwin
2022-04-04ppc_detect_fifo: eliminate write only variable ccWarner Losh
2020-09-01ppc: clean up empty lines in .c and .h filesMateusz Guzik
2018-04-13i386 4/4G split.Konstantin Belousov
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-18Hide a normal probe warning message under bootverbose, similar to atkbdcScott Long
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2013-02-21Fix build.Gleb Smirnoff
2013-02-21Replace splhigh() with critical_enter()/leave() to ensure we write theWarner Losh
2011-11-22Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky
2011-11-19Move the device_delete_all_children() function from usb_util.cHans Petter Selasky
2009-02-05reset_epp and ecp_sync both return int.Warner Losh
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-11-16Various whitespace and style fixes.John Baldwin
2008-10-22Fix build with PPC_PROBE_CHIPSET enabled.John Baldwin
2008-10-21Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2008-08-22Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin
2007-03-21Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi
2007-03-06o Wrap ppc_setup_intr() at 80.Paolo Pisati
2007-02-23Whitespace fix.John Baldwin
2007-02-23Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar
2006-04-15Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI
2006-02-22G/C unused variable.John Baldwin
2006-02-22- Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin
2005-12-21Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-04-12don't use C keyword register as CPP macro argument nameWarner Losh
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2003-08-01Add printer support to puc(4) driver.Doug Ambrisko
2003-06-11Use __FBSDID().David E. O'Brien
2003-05-31Remove break after return;Poul-Henning Kamp
2003-04-30Fix some easy, global, lint warnings. In most cases, this meansMark Murray