CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/05/06 02:17:13
Modified files: sys/dev/ic : rtsx.c Log message: Make sure we always update both bits that control the bus width. Also make sure that we reset the bus width (to 1-bit) after powering up the bus. Apparently the register write fails if the bus isn't powered on. Implement the chip callback function and advertise 4-bit bus support. ok stsp@