From 343e078b95d6a3067042ba651d03f7c62a6afe46 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 30 Nov 1997 04:46:59 +0000 Subject: [PATCH] Add extra FWB driver partition and Apple ATA driver partitions to the list of partition type that we recognise and skip when filling the fake disklabel. --- sys/arch/mac68k/mac68k/dpme.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mac68k/mac68k/dpme.h b/sys/arch/mac68k/mac68k/dpme.h index 2ea9979a9d29..b2602b44c5e3 100644 --- a/sys/arch/mac68k/mac68k/dpme.h +++ b/sys/arch/mac68k/mac68k/dpme.h @@ -1,4 +1,4 @@ -/* $NetBSD: dpme.h,v 1.7 1997/10/10 04:01:06 briggs Exp $ */ +/* $NetBSD: dpme.h,v 1.8 1997/11/30 04:46:59 briggs Exp $ */ /*- * Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo, @@ -96,4 +96,6 @@ struct blockzeroblock { #define PART_SCRATCH "APPLE_SCRATCH" #define PART_DRIVER_TYPE "APPLE_DRIVER" #define PART_DRIVER43_TYPE "APPLE_DRIVER43" +#define PART_DRIVERATA_TYPE "APPLE_DRIVER_ATA" +#define PART_FWB_COMPONENT_TYPE "FWB DRIVER COMPONENTS" #define PART_PARTMAP_TYPE "APPLE_PARTITION_MAP"