diff options
Diffstat (limited to 'sys/arch/i386/pci/ichpcib.c')
-rw-r--r-- | sys/arch/i386/pci/ichpcib.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/ichpcib.c b/sys/arch/i386/pci/ichpcib.c index 2ad5944ee0e..19845122659 100644 --- a/sys/arch/i386/pci/ichpcib.c +++ b/sys/arch/i386/pci/ichpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichpcib.c,v 1.2 2004/05/07 04:35:59 grange Exp $ */ +/* $OpenBSD: ichpcib.c,v 1.3 2004/06/06 17:34:37 grange Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -211,6 +211,9 @@ ichss_setperf(int level) /* Restore bus mastering arbitration state */ bus_space_write_1(sc->sc_pm_iot, sc->sc_pm_ioh, ICH_PM_CNTL, cntl); + + if (update_cpuspeed != NULL) + update_cpuspeed(); } splx(s); |