defopt COMPAT_386BSD_MBRPART into opt_mbr.h

This commit is contained in:
sommerfe 1998-06-22 21:12:51 +00:00
parent 00d198478f
commit 446beb9dc4
5 changed files with 16 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr_mbr.c,v 1.1 1998/06/08 20:21:18 mark Exp $ */
/* $NetBSD: disksubr_mbr.c,v 1.2 1998/06/22 21:12:51 sommerfe Exp $ */
/*
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
@ -76,6 +76,8 @@
#include <sys/buf.h>
#include <sys/disklabel.h>
#include "opt_mbr.h"
#define b_cylin b_resid
#define MBRSIGOFS 0x1fe

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.3 1998/05/28 08:44:57 sakamoto Exp $ */
/* $NetBSD: disksubr.c,v 1.4 1998/06/22 21:12:51 sommerfe Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -41,6 +41,8 @@
#include <sys/disklabel.h>
#include <sys/syslog.h>
#include "opt_mbr.h"
#define b_cylin b_resid
int fat_types[] = { DOSPTYP_FAT12, DOSPTYP_FAT16S,

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.29 1998/03/30 06:02:13 mycroft Exp $ */
/* $NetBSD: disksubr.c,v 1.30 1998/06/22 21:12:52 sommerfe Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@ -41,6 +41,8 @@
#include <sys/disklabel.h>
#include <sys/syslog.h>
#include "opt_mbr.h"
#define b_cylin b_resid
#define MBRSIGOFS 0x1fe

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.3 1998/03/02 16:18:17 drochner Exp $ */
/* $NetBSD: disksubr.c,v 1.4 1998/06/22 21:12:52 sommerfe Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
@ -42,6 +42,8 @@
#include <sys/stat.h>
#include <sys/systm.h>
#include "opt_mbr.h"
static inline unsigned short get_short __P((void *p));
static inline unsigned long get_long __P((void *p));
static int get_netbsd_label __P((dev_t dev, void (*strat)(struct buf *),

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.191 1998/06/22 20:08:42 sommerfe Exp $
# $NetBSD: files,v 1.192 1998/06/22 21:12:52 sommerfe Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -52,6 +52,9 @@ deffs fs_union.h UNION
# file system options
defopt QUOTA
# Not entirely MI, but present on multiple arch's
defopt opt_mbr.h COMPAT_386BSD_MBRPART
# device classes
devclass disk
devclass tape