Date: Sat, 12 Apr 2008 20:46:07 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/conf GENERIC.hints src/sys/i386/isa clock.c Message-ID: <200804122046.m3CKk7VE006841@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2008-04-12 20:46:07 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/conf GENERIC.hints sys/i386/isa clock.c Log: Move i386 to generic RTC handling code. Make clock_if.m and subr_rtc.c standard on i386 Add hints for "atrtc" driver, for non-PnP, non-ACPI systems. NB: Make sure to install GENERIC.hints into /boot/device.hints in these! Nuke MD inittodr(), resettodr() functions. Don't attach to PHP0B00 in the "attimer" dummy driver any more, and remove comments that no longer apply for that reason. Add new "atrtc" device driver, which handles IBM PC AT Real Time Clock compatible devices using subr_rtc and clock_if. This driver is not entirely clean: other code still fondles the hardware to get a statclock interrupt on non-ACPI timer systems. Wrap some overly long lines. After it has settled in -current, this will be ported to amd64. Technically this is MFC'able, but I fail to see a good reason. Revision Changes Path 1.593 +2 -0 src/sys/conf/files.i386 1.20 +3 -0 src/sys/i386/conf/GENERIC.hints 1.246 +168 -103 src/sys/i386/isa/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804122046.m3CKk7VE006841>