Chris Gilbert wrote:
Donald T Hayford wrote:I built a kerrnel to add usb audio. Source was retrieved June 2, 1800 EDT. The startup messages on the console and an attempt to set the clock from the command line indicate that the I2C driver isn't talking to the clock again.Random stab in the dark, what happens is you roll back: src/sys/dev/i2c: i2c_bitbang.c As there were some changes made to it recently: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/i2c/i2c_bitbang.c Thanks, Chris
It boots correctly when I revert back to v1.10 of i2c_bitbang.c. Thanks. Regards, Don