diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-03-17 01:41:27 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-03-17 01:41:27 +0000 |
commit | 8d16e2b2bf113a054616db0b39384e5280b61ff9 (patch) | |
tree | f5fe9ff135816e315d541b49c649f1dc270ac93f /sys/arch | |
parent | 0373b27a748c7b72506d298e0be0b4e11fd2f0a5 (diff) |
Allow wd and acd device boot.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/alpha/autoconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/alpha/autoconf.c b/sys/arch/alpha/alpha/autoconf.c index 558256b20a4..fec30a1a6e3 100644 --- a/sys/arch/alpha/alpha/autoconf.c +++ b/sys/arch/alpha/alpha/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.6 1997/01/24 19:56:18 niklas Exp $ */ +/* $OpenBSD: autoconf.c,v 1.7 1998/03/17 01:41:26 angelos Exp $ */ /* $NetBSD: autoconf.c,v 1.16 1996/11/13 21:13:04 cgd Exp $ */ /* @@ -131,8 +131,10 @@ struct nam2blk { char *name; int maj; } nam2blk[] = { + { "wd", 0 }, { "st", 2 }, { "cd", 3 }, + { "acd", 4 }, { "rd", 6 }, { "sd", 8 }, #if 0 |