Date: Fri, 16 Jul 2010 23:21:46 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/conf GENERIC.hints src/sys/i386/conf GENERIC.hints Message-ID: <201007162323.o6GNNeoO022000@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-07-16 23:21:46 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC.hints sys/i386/conf GENERIC.hints Log: SVN rev 210179 on 2010-07-16 23:21:46Z by mav Add hints for i8254 timer on i386 and amd64. Some people report about systems with PnP/ACPI not reporting i8254 timer. In some cases it can be fatal, as i8254 can be the only available time counter hardware. From other side we are now heavily depend on i8254 timer and till the last time it's init/usage was completely hardcoded. So this change just restores previous behavior in more regular fashion. Revision Changes Path 1.22 +3 -0 src/sys/amd64/conf/GENERIC.hints 1.23 +3 -0 src/sys/i386/conf/GENERIC.hints
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007162323.o6GNNeoO022000>