diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-02-28 13:34:08 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-02-28 13:34:08 +0000 |
commit | 807e28a4982693b9fbdeefc274851b8099ba4cef (patch) | |
tree | 7e87a4aed95c9712b6cbf790ee9d16df870b0cf7 /sys/arch | |
parent | b5f9b7680f28fe23df9fbf8bc678005d0c302d3a (diff) |
Announce compatibility with MacRISC4, to be able to boot automatically on
G5 systems.
ok drahn@, deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/stand/tbxidata/bsd.tbxi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi index 2b57da5378e..0f619972f33 100644 --- a/sys/arch/macppc/stand/tbxidata/bsd.tbxi +++ b/sys/arch/macppc/stand/tbxidata/bsd.tbxi @@ -1,6 +1,6 @@ <CHRP-BOOT> <LICENSE> -/* $OpenBSD: bsd.tbxi,v 1.15 2006/01/19 03:30:04 deraadt Exp $ */ +/* $OpenBSD: bsd.tbxi,v 1.16 2006/02/28 13:34:07 kettenis Exp $ */ /* * Copyright (c) 2001 Dale Rahn. * All rights reserved. @@ -28,7 +28,7 @@ */ </LICENSE> <COMPATIBLE> -MacRISC MacRISC3 +MacRISC MacRISC3 MacRISC4 </COMPATIBLE> <DESCRIPTION> OpenBSD/macppc bootloader |