aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf/pcf_isa.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-3/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* 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
* pcf: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* pcf(4): fix parentheses in if conditionAndriy Voskoboinyk2019-01-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* - Consolidate module version for the pcf module into just pcf.c insteadJohn Baldwin2008-08-051-2/+0
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-4/+6
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-6/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-3/+2
* If the device has a PNPID, don't bother to attach. There were someWarner Losh2006-02-021-2/+5
* Unbreak after struct resource was hidden. Tested with EBus front-end onMarius Strobl2004-08-111-0/+2
* - Add missing <sys/module.h>.Marius Strobl2004-06-101-20/+20
* - #define\tFOO\tBARMarius Strobl2004-06-101-2/+2
* Necessary modifications do get pcf working again for ISA. Tested withNicolas Souchu2004-05-311-8/+36
* Round #1 of improving pcf(4).Joerg Wunsch2004-05-251-0/+185