diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-21 18:58:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-21 18:58:17 +0000 |
commit | 86d47a7a11efb924a028dbc7b6c3fcecc3686fd7 (patch) | |
tree | f31da112618226907a00c3d00f075e66a99d2e46 /sys/arch/macppc/conf | |
parent | 84b08bf7a81edb9d2b318384c7885dfa1994bcff (diff) |
just attach cpu0, not cpu*, ok kettenis
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 8745abb4cbd..0a3500819e2 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.80 2008/10/23 17:26:26 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.81 2008/12/21 18:58:16 deraadt Exp $ # # PPC GENERIC config file # @@ -30,7 +30,7 @@ option DDB # kernel debugger config bsd root on rd0a swap on rd0b mainbus0 at root -cpu* at mainbus0 +cpu0 at mainbus0 mpcpcibr* at mainbus0 # MPC106 PCI Bridge. memc* at mainbus0 |