From owner-freebsd-mobile Sat Oct 19 10:32: 2 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B54B737B401; Sat, 19 Oct 2002 10:32:00 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C6F743E4A; Sat, 19 Oct 2002 10:31:59 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g9JHVp387156; Sun, 20 Oct 2002 02:31:51 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: mobile@FreeBSD.ORG In-Reply-To: <20021019.001551.106891083.imp@bsdimp.com> References: <20021019135304P.matusita@jp.FreeBSD.org> <20021019.001551.106891083.imp@bsdimp.com> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 43 From: Makoto Matsushita To: imp@bsdimp.com, nyan@FreeBSD.ORG Subject: Re: pccard[dc] still needed? Date: Sun, 20 Oct 2002 02:31:48 +0900 Message-Id: <20021020023148Y.matusita@jp.FreeBSD.org> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org imp> Yes. They are not needed anymore. However, there may be some OLDCARD imp> specific stuff inside of sysinstall that's not needed when one boots a imp> NEWCARD kernel. How about this patch? Undef PCCARD_ARCH for i386 seems enough for me... -- - Makoto `MAR' Matsushita Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/Makefile,v retrieving revision 1.126 diff -u -r1.126 Makefile --- Makefile 30 Apr 2002 22:40:05 -0000 1.126 +++ Makefile 19 Oct 2002 17:26:47 -0000 @@ -10,7 +10,7 @@ system.c tape.c tcpip.c termcap.c ttys.c ufs.c usb.c user.c \ variable.c wizard.c keymap.h -.if ${MACHINE_ARCH} == "i386" +.if ${MACHINE} == "pc98" SRCS+= pccard.c .endif Index: sysinstall.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/sysinstall.h,v retrieving revision 1.228 diff -u -r1.228 sysinstall.h --- sysinstall.h 1 Jun 2002 14:50:14 -0000 1.228 +++ sysinstall.h 19 Oct 2002 17:24:49 -0000 @@ -54,7 +54,7 @@ /*** Defines ***/ -#if defined(__i386__) || defined(PC98) +#if defined(PC98) #define PCCARD_ARCH 1 /* Support PCCARD installations */ #endif /* device limits */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message