Home
last modified time | relevance | path

Searched hist:"78 e70ab994c8659dec4d842efb3b5fe124c1ac7c" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/gpio/
H A Dgpioths.cdiff 78e70ab994c8659dec4d842efb3b5fe124c1ac7c Sun Dec 08 21:36:13 CET 2019 Ian Lepore <ian@FreeBSD.org> Simplify sysctl stuff in the gpioths driver. There is no need to use local
functions to handle the sysctls, they all just access simple readonly
integer variables. There's no need to track the oids of the ones we add,
since the teardown is done by newbus code, not the driver itself.

Also remove the DDB code, because it just provides access to the same data
that the sysctls already provide.