aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf/envctrl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-194/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Consolidate module version for the pcf module into just pcf.c insteadJohn Baldwin2008-08-051-2/+1
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-5/+8
* 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
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesMarius Strobl2005-06-041-5/+5
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-5/+3
* 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-3/+4
* Round #1 of improving pcf(4).Joerg Wunsch2004-05-251-0/+196