diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2007-05-26 15:24:22 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2007-05-26 15:24:22 +0000 |
commit | 82159d64da4704161fbe556aa88915bce013506f (patch) | |
tree | 1d880d5aa93ae91410a6af42f28161b23f834387 /sys | |
parent | e8dba0b412e84791e5df0eb1dd3a50728f8e811a (diff) |
If booted from ADPT,2940U2B, root is on scsi.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/macppc/autoconf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/autoconf.c b/sys/arch/macppc/macppc/autoconf.c index b1244f95c94..97b9cdcbf62 100644 --- a/sys/arch/macppc/macppc/autoconf.c +++ b/sys/arch/macppc/macppc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.30 2007/05/15 01:56:47 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.31 2007/05/26 15:24:21 drahn 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.30 2007/05/15 01:56:47 deraadt Exp $ + * $Id: autoconf.c,v 1.31 2007/05/26 15:24:21 drahn Exp $ */ /* @@ -141,6 +141,7 @@ findtype(char **s) { "/disk@", "sd", T_DISK }, { "/disk", "wd", T_DISK }, { "/usb@", "sd", T_SCSI }, + { "/ADPT,2940U2B@", "sd", T_SCSI }, { "/bcom5704@4", "bge0", T_IFACE }, { "/bcom5704@4,1", "bge1", T_IFACE }, { "/ethernet", "gem0", T_IFACE }, |