mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add new NetBSD FFS with FDISK partition ID 0xa9
Obtained from: Frank van der Linden <frank@wins.uva.nl>
This commit is contained in:
parent
7ee17eea02
commit
7863f660a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36182
@ -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.33 1998/03/22 07:41:23 jkh Exp $
|
||||
* $Id: disk.c,v 1.34 1998/05/15 21:17:01 obrien Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -382,6 +382,7 @@ slice_type_name( int type, int subtype )
|
||||
case 130: return "linux_swap";
|
||||
case 131: return "ext2fs";
|
||||
case 166: return "OpenBSD FFS"; /* 0xA6 */
|
||||
case 169: return "NetBSD FFS"; /* 0xA9 */
|
||||
case 182: return "OpenBSD"; /* dedicated */
|
||||
case 183: return "bsd/os";
|
||||
case 184: return "bsd/os swap";
|
||||
|
Loading…
Reference in New Issue
Block a user