Subject: Re: MIPS cleanup/rototill and support for mips32/mips64
To: Simon Burge <simonb@wasabisystems.com>
From: FUKAUMI Naoki <naoki@fukaumi.org>
List: port-hpcmips
Date: 03/14/2002 21:56:06
At Wed, 13 Mar 2002 13:10:40 +1100,
Simon Burge wrote:
> How does the patch below look?  I think this is a better general
> solution to the problem...

Your patch seems to be O.K. I made new snapshot 3/14 source + your patch
+ my patch(below)

All lkm modules were built. But I didn't test it. hpcmips isn't support
lkm yet. (maybe need little hack to sys/arch/hpcmips/hpcmips/conf.c)

New snapshot is available on my site (NOT TESTED)

  http://kame.naobsd.org/

It include zlib-1.1.4. Old snapshot will be removed.

--
FUKAUMI Naoki

--- sys/lkm/compat/ultrix/Makefile.orig	Wed Dec 12 20:44:47 2001
+++ sys/lkm/compat/ultrix/Makefile	Thu Mar 14 14:12:01 2002
@@ -16,8 +16,4 @@
 SRCS+=	ultrix_fs.c ultrix_ioctl.c ultrix_misc.c ultrix_pathname.c \
 	ultrix_syscalls.c ultrix_sysent.c
 
-.if ${MACHINE_CPU} == "mips"
-CPPFLAGS+=	-DMIPS1 -DMIPS3
-.endif
-
 .include <bsd.kmod.mk>