diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 88ba030b557..6d96c0c69be 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.90 1998/03/16 11:50:39 msmith Exp $ + * $Id: autoconf.c,v 1.91 1998/03/16 12:07:54 msmith Exp $ */ /* @@ -429,7 +429,9 @@ static char *devname[] = { #define FDMAJOR 2 "fd", "wt", + "sd", "st", + "cd", }; #define PARTITIONMASK 0x7 diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 88ba030b557..6d96c0c69be 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.90 1998/03/16 11:50:39 msmith Exp $ + * $Id: autoconf.c,v 1.91 1998/03/16 12:07:54 msmith Exp $ */ /* @@ -429,7 +429,9 @@ static char *devname[] = { #define FDMAJOR 2 "fd", "wt", + "sd", "st", + "cd", }; #define PARTITIONMASK 0x7