summaryrefslogtreecommitdiff
path: root/sys/dev/ppc
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-11-26sys: Automated cleanup of cdefs and other formattingWarner 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-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-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
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-08-27Add PCI Id for MosChip MCS9900.Konstantin Belousov
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-11-09Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1)Eitan Adler
2013-02-21Fix build.Gleb Smirnoff
2013-02-21Replace splhigh() with critical_enter()/leave() to ensure we write theWarner Losh
2013-02-21No longer need splhigh() since locking was done, delete it andWarner 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
2011-02-19- Add support for MosChip 9865 Single 1284 Printer portMartin Wilke
2010-03-23Add PCI ID for MCS9901's parallel port.Xin LI
2009-02-11Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang
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-29Remove unneeded include.Yoshihiro Takahashi
2008-08-22Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin
2008-08-22Use ppc_detach() for device_detach instead of ppc_attach().John 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-28Rewrite of puc(4). Significant changes are:Marcel Moolenaar
2006-04-26o Use __FBSDIDMarcel Moolenaar