Re: envstat drivers on SUN Ultra-45?
Julian Coleman <[email protected]> Tue, 20 Jan 2026 21:18:37 +0100
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <aW_jD2LuT7X3GBlL@debian-BULLSEYE-live-builder-AMD64> |
Hi, > Is there any support in NetBSD for whatever environmental sensors this > machine presumably has? There are a few 'not configured' entries popping > up in dmesg that look like they might be candidates ... I'm not sure about the first one: > [ 1.000000] env-monitor at ebus0 addr 0-41 not configured but these look like the candidates, indeed: > [ 1.000000] temperature (i2c-lm76) at iic0 addr 0x2b not configured > [ 1.000000] temperature (i2c-lm76) at iic0 addr 0x48 not configured > [ 1.000000] temperature (i2c-lm76) at iic0 addr 0x4f not configured > [ 1.000000] hardware-monitor (i2c-adt7462) at iic0 addr 0x58 not configured and I'm not sure if these have anything behind them: > [ 1.000000] i2c at mainbus0 not configured > [ 1.000000] i2c at mainbus0 not configured We don't have drivers for the LM76 nor the ADT7462, but they shouldn't be too difficult to write - we have drivers for similar chips and documents are available. Regards, Julian PS. I haven't had a chance to do anything with my U45 for quite a while. However, I could try to get it set up in the next few weeks.