Am 29.08.11 14:53, schrieb Jukka Ruohonen: > On Mon, Aug 29, 2011 at 02:48:52PM +0200, Marc Balmer wrote: >> Am 29.08.11 11:38, schrieb Jukka Ruohonen: >>> On Sat, Aug 27, 2011 at 09:28:56AM +0000, Marc Balmer wrote: >>>> Module Name: src >>>> Committed By: mbalmer >>>> Date: Sat Aug 27 09:28:56 UTC 2011 >>>> >>>> Modified Files: >>>> src/sys/arch/i386/conf: GENERIC >>>> >>>> Log Message: >>>> Enable some gpio devices. >>> >>> Is onewire(4) really something to be enabled by default on i386? >> >> Yes, why not?. It is small enough and lets you access cheap temperature >> sensors via gpiow(4). > > Just that I have never seen a i386 system with onewire(4).
with gpioow(4) you can use it over gpio(4), and means many system, e.g. all of Soekris, Alix, etc. > > (GENERIC as in: something common or descriptive for all members.) > > - Jukka.