CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2009/04/25 06:10:19
Modified files: sys/dev/pci : envy.c envyreg.h envyvar.h Log message: start splitting the driver in two parts: one specific to the generic Envy24 chip common to all cards and another part specific to the cards. This will ease adding support for other card models. ok jakemsr@