K 10 svn:author V 3 ian K 8 svn:date V 27 2019-12-08T20:36:13.229174Z K 7 svn:log V 396 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. END