CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/07/23 13:42:02
Modified files: sys/dev/pci : ehci_pci.c Log message: VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune it to a more reasonable default. speeds up the armish machines in particular (perhaps because their pci bus is so slow), and has no downside when tested on other machines. from linux originally, via brad, ok drahn