aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-1/+1
* ppc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add PCI Id for MosChip MCS9900.Konstantin Belousov2017-08-271-0/+1
* Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1)Eitan Adler2013-11-091-0/+1
* - Add support for MosChip 9865 Single 1284 Printer portMartin Wilke2011-02-191-0/+1
* Add PCI ID for MCS9901's parallel port.Xin LI2010-03-231-0/+1
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang2009-02-111-0/+1
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-2/+1
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-151-1/+2
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar2006-04-241-0/+110