diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-02-28 18:45:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-02-28 18:45:55 +0000 |
commit | 2238717bbe192ac2c38b0c871cc14222ab2a1b0d (patch) | |
tree | 642e345e9da9e7bb38dffe130ac662b6035c2f6b /sys | |
parent | 259ed6ea302c9e91218350dac8b05b3b5ffa3834 (diff) |
Add smu(4) such that we can read the clock on G5 machines.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index bdcfb68ea37..1d26848fe8d 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.60 2006/01/09 21:29:38 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.61 2006/02/28 18:45:54 kettenis Exp $ # # PPC GENERIC config file # @@ -37,6 +37,7 @@ openpic* at memc? # openpic interrupt controller ki2c* at memc? # Keywest I2C pchb* at pci? # host bridge identifiers ht* at mainbus0 +smu* at mainbus0 #### PCI Bus devices. |