Subject: Re: two more PCMCIA cards work
To: Pai-Hsiang Hsiao <shawn@eecs.harvard.edu>
From: Takao Shinohara <shin@sm.sony.co.jp>
List: port-hpcmips
Date: 01/08/2000 21:34:23
Pai-Hsiang Hsiao <shawn@eecs.harvard.edu> writes:
> $NetBSD: disklabel.c,v 1.79 1999/12/20 18:19:18 fair Exp $
> 
> I get from NetBSD-current and build it.

Your build environment seems to have some problem. Do you use cross
compiler, or native compiler?

Please check if '-DUSE_MBR' is passed to cc, when compiling disklabel.
Command line shoud be;

    cc -O2 -DCOMPAT_386BSD_MBRPART -DUSE_MBR -c disklabel.c

I can't reproduce your problem with my environment.

Takao Shinohara