diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-10-16 22:31:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-10-16 22:31:54 +0000 |
commit | be10af2af5d26bab78d2778efe22a84c1320a64f (patch) | |
tree | ae9db866724a20da61052aab16b43f4bde8963e0 /sys/arch/macppc | |
parent | 7d637b5b38583a507b7d1a7ba7519ef0e641189f (diff) |
Turn /k2-sata-root into T_BUS; makes us recognize the bootpath of internal
disks on G5 systems with K2 SATA.
ok deraadt@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/macppc/autoconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/macppc/autoconf.c b/sys/arch/macppc/macppc/autoconf.c index 898f9b4b4ee..b0eb4a71be2 100644 --- a/sys/arch/macppc/macppc/autoconf.c +++ b/sys/arch/macppc/macppc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.18 2005/10/12 06:52:43 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.19 2005/10/16 22:31:53 kettenis Exp $ */ /* * Copyright (c) 1996, 1997 Per Fogelstrom * Copyright (c) 1995 Theo de Raadt @@ -37,7 +37,7 @@ * from: Utah Hdr: autoconf.c 1.31 91/01/21 * * from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93 - * $Id: autoconf.c,v 1.18 2005/10/12 06:52:43 deraadt Exp $ + * $Id: autoconf.c,v 1.19 2005/10/16 22:31:53 kettenis Exp $ */ /* @@ -521,7 +521,7 @@ findtype(char **s) { "/scsi@", "sd", T_SCSI }, { "/ide", "wd", T_IDE }, { "/ata", "wd", T_IDE }, - { "/k2-sata-root", "wd", T_IDE }, + { "/k2-sata-root", NULL, T_BUS }, { "/k2-sata", "wd", T_IDE }, { "/disk@", "sd", T_DISK }, { "/disk", "wd", T_DISK }, |