Re: Concurrent access to SMbus

2000-07-03 Thread Mike Smith
> I notice that the /dev/smbX devices are exclusive access. This makes > it impossible to run two (or more) programs concurrently that want > to talk to SMbus devices (in my case, healthd and lmmon, both of which > want to open /dev/smb0 to access the LM78). > > Is this an SMbus restriction, or a

Re: Concurrent access to SMbus

2000-06-26 Thread Mike Smith
> I notice that the /dev/smbX devices are exclusive access. This makes > it impossible to run two (or more) programs concurrently that want > to talk to SMbus devices (in my case, healthd and lmmon, both of which > want to open /dev/smb0 to access the LM78). > > Is this an SMbus restriction, or a

Concurrent access to SMbus

2000-06-05 Thread Lyndon Nerenberg
I notice that the /dev/smbX devices are exclusive access. This makes it impossible to run two (or more) programs concurrently that want to talk to SMbus devices (in my case, healthd and lmmon, both of which want to open /dev/smb0 to access the LM78). Is this an SMbus restriction, or an artifact o