CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2009/10/11 06:59:29
Modified files: sys/dev/pci : envy.c envyreg.h Log message: At initialization of HT chips, write configuration on the corresponding control registers rather than on the PCI configuration space (which is ok for non-HT chips only). Also fix the offset GPIO mask/dir are read from EEPROM, old ones are working by accident. both fixes are from Alexandr Shadchin <ShadchinAV _at_ mail.ru> Thanks!