From 744be0ce99df52866c84129d96ed7e2377da8289 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 13 Apr 2008 06:18:34 +0000 Subject: MFi386: RTC related cleanups. - Use generic RTC handling code. - Make clock_if.m and subr_rtc.c standard. - Nuke MD inittodr(), resettodr() functions. - Add new "pcrtc" device driver. - Add hints for "pcrtc" driver. --- sys/pc98/conf/GENERIC.hints | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pc98/conf') diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index a64a0067dab3..87e7d5fde02a 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -42,6 +42,8 @@ hint.ct.0.at="isa" #hint.ct.0.at="isa" #hint.ct.0.flags="0x50000" +hint.pcrtc.0.at="isa" + hint.pckbd.0.at="isa" hint.pckbd.0.port="0x041" hint.pckbd.0.irq="1" -- cgit v1.3