diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-10 10:23:47 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-10 10:23:47 +0000 |
commit | ae77bccacf889422d04756df96895327969680eb (patch) | |
tree | e8e2c0e06a51c72ad366f5c061ea453dc61de736 /sys | |
parent | e002a6f4f1fbce1ba5e29a505cb8e4008a0770c8 (diff) |
comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index c9c6b2cb77a..99f29ed7b97 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.19 1996/11/10 10:18:56 downsj Exp $ */ +/* $OpenBSD: autoconf.c,v 1.20 1996/11/10 10:23:46 downsj Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */ /*- @@ -137,7 +137,7 @@ static const char *devname[] = { "sd", /* 4 = sd */ "", /* 5 */ "", /* 6 */ - "mcd", /* 7 */ + "mcd", /* 7 = mcd */ "", /* 8 */ "", /* 9 */ "", /* 10 */ |