diff options
author | phk <phk@FreeBSD.org> | 2008-04-13 21:20:26 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2008-04-13 21:20:26 +0000 |
commit | 0fbd1630599ae23c726b34eac8f62f0dcad3704a (patch) | |
tree | 24f0726a733f1593dfade6fb91e508478aaa7299 /sys/powerpc/conf | |
parent | 23cff967410afb5960f7621f1161bad524ae2783 (diff) | |
download | FreeBSD-src-0fbd1630599ae23c726b34eac8f62f0dcad3704a.zip FreeBSD-src-0fbd1630599ae23c726b34eac8f62f0dcad3704a.tar.gz |
Get rid of an empty RTC implementation and hook up genclock instead.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/MPC85XX | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index c53293a..48a455b 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -70,3 +70,4 @@ device ugen #device uhci device umass device usb +device genclock |