re: viapcib and viaenv drivers

2025-07-19 Thread matthew green
> How to write driver(s) for the device which: > 1) has multipurpose registers to control different devices. > 2) can connect to pci or pcib. > 3) some controlled devices overlap and are backwards compatible between > chipsets (smbus, iic, power management, gpio, etc) > 4) some can have chipset spe

Re: viapcib and viaenv drivers

2025-07-17 Thread Andrius V
On Wed, Jul 9, 2025 at 7:12 PM Andrius V wrote: > > Hi, > > I need some advice on how to manage the development of our viapcib > (lacks a man page) and viaenv (https://man.netbsd.org/viaenv.4) > drivers. > > These two drivers are somewhat related, as they both pertain to the > bus control and powe

viapcib and viaenv drivers

2025-07-09 Thread Andrius V
Hi, I need some advice on how to manage the development of our viapcib (lacks a man page) and viaenv (https://man.netbsd.org/viaenv.4) drivers. These two drivers are somewhat related, as they both pertain to the bus control and power management device controller (with SMBus support), but they sup