Linux swap and Solaris x86 use the same BIOS partition id.

This commit is contained in:
David E. O'Brien 1998-09-16 19:25:47 +00:00
parent 8b809962bf
commit 63ab6f1c55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39377
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: fdisk.c,v 1.23 1998/07/06 06:44:36 charnier Exp $";
#endif /* not lint */
#include <sys/disklabel.h>
@ -192,7 +192,7 @@ struct part_type
,{0x75, "PCIX"}
,{0x80, "Minix 1.1 ... 1.4a"}
,{0x81, "Minix 1.4b ... 1.5.10"}
,{0x82, "Linux swap"}
,{0x82, "Linux swap or Solaris x86"}
,{0x83, "Linux filesystem"}
,{0x93, "Amoeba filesystem"}
,{0x94, "Amoeba bad block table"}

View File

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: fdisk.c,v 1.23 1998/07/06 06:44:36 charnier Exp $";
#endif /* not lint */
#include <sys/disklabel.h>
@ -192,7 +192,7 @@ struct part_type
,{0x75, "PCIX"}
,{0x80, "Minix 1.1 ... 1.4a"}
,{0x81, "Minix 1.4b ... 1.5.10"}
,{0x82, "Linux swap"}
,{0x82, "Linux swap or Solaris x86"}
,{0x83, "Linux filesystem"}
,{0x93, "Amoeba filesystem"}
,{0x94, "Amoeba bad block table"}