diff options
author | marcel <marcel@FreeBSD.org> | 2008-04-21 04:41:37 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-04-21 04:41:37 +0000 |
commit | 22a42b41a7795363c5654789fa104aaba2f4e9ae (patch) | |
tree | 54e8fa035fe794a66a888a2a4f0a493c9f24c82d /sys/powerpc/conf | |
parent | 19c46f4f03d6363bbbe6543e3f4c0fe81f6f3da5 (diff) | |
download | FreeBSD-src-22a42b41a7795363c5654789fa104aaba2f4e9ae.zip FreeBSD-src-22a42b41a7795363c5654789fa104aaba2f4e9ae.tar.gz |
Switch to using genclock. Have nexus double as clock device for
now. While here, add a proper attach() method to nexus.
Requested by: phk
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/DEFAULTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS index 7c981d1..232518b 100644 --- a/sys/powerpc/conf/DEFAULTS +++ b/sys/powerpc/conf/DEFAULTS @@ -6,6 +6,7 @@ machine powerpc # Pseudo devices. +device genclock device mem # Memory and kernel memory devices # UART chips on this platform |