diff options
author | 2007-05-26 15:24:21 +0000 | |
---|---|---|
committer | 2007-05-26 15:24:21 +0000 | |
commit | 8ea3c9c8d0bd2d5e84ebb624ae6ade586bb465fb (patch) | |
tree | 7e2c2f0528827088f65947cc4f104ce5092949a5 | |
parent | Oops reintroduce check for SR_MAGIC to ensure that we care about metadata; (diff) | |
download | wireguard-openbsd-8ea3c9c8d0bd2d5e84ebb624ae6ade586bb465fb.tar.xz wireguard-openbsd-8ea3c9c8d0bd2d5e84ebb624ae6ade586bb465fb.zip |
If booted from ADPT,2940U2B, root is on scsi.
-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 }, |