CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2014/12/08 03:58:45
Modified files: sys/dev/ic : mtd8xx.c rtl81x9.c xl.c sys/dev/pci : if_sis.c if_ste.c Log message: Have foo_init() call foo_reset() to reset the chip to a known state as is the case for a lot of the other drivers. Remove some redundant calls to foo_stop() and foo_reset() before foo_init(). Tested with DP83815, 3c905C, 8139 and ST201. Mostly from FreeBSD.