cvs commit: src/sys/conf files.i386 src/sys/i386/conf
GENERIC.hints src/sys/i386/isa clock.c
Poul-Henning Kamp
phk at FreeBSD.org
Sat Apr 12 20:46:07 UTC 2008
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
More information about the cvs-src
mailing list