diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-23 03:28:04 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-23 03:28:04 +0000 |
| commit | 632da785123e3e436d0e859f4d0fab69b041a1c0 (patch) | |
| tree | ac3f791fee998f30b24ed585ab22edeaab9da9b1 /lib/libdisk | |
| parent | fbd2533d62f64fc0e9769639c57e36d372cbbd76 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk')
| -rw-r--r-- | lib/libdisk/disk.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 62ea6fef3bc6..94e0af472a94 100644 --- a/lib/libdisk/disk.c +++ b/lib/libdisk/disk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: disk.c,v 1.22.2.7 1998/03/20 23:27:20 jkh Exp $ + * $Id: disk.c,v 1.22.2.8 1998/03/22 07:41:49 jkh Exp $ * */ @@ -372,11 +372,11 @@ slice_type_name( int type, int subtype ) case 12: return "fat (32-bit,LBA)"; case 14: return "fat (16-bit,>32Mb,LBA)"; case 15: return "extended DOS, LBA"; - case 18: return "Compaq Diagnostic"; + case 18: return "Compaq Diags"; case 84: return "OnTrack diskmgr"; case 100: return "Netware 2.x"; case 101: return "Netware 3.x"; - case 115: return "SCO UnixWare"; + case 115: return "UnixWare"; case 128: return "Minix 1.1"; case 129: return "Minix 1.5"; case 130: return "linux_swap"; @@ -390,6 +390,7 @@ slice_type_name( int type, int subtype ) case 2: return "fat"; case 3: switch (subtype) { case 165: return "freebsd"; + case 181: return "freebsd"; /* tweaked by boot mgr */ default: return "unknown"; } case 4: return "extended"; |
