From owner-freebsd-sparc Mon Nov 25 8:21:20 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6471B37B404 for ; Mon, 25 Nov 2002 08:21:18 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC1FF43E88 for ; Mon, 25 Nov 2002 08:21:17 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 31287 invoked from network); 25 Nov 2002 16:21:19 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 25 Nov 2002 16:21:19 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gAPGLEuH009162; Mon, 25 Nov 2002 11:21:14 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021124174630.A98995@i.tns.cz> Date: Mon, 25 Nov 2002 11:21:19 -0500 (EST) From: John Baldwin To: Roman Pavlik Subject: RE: kldxref problem? whereis /dev/ipl? Cc: freebsd-sparc@FreeBSD.ORG Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 24-Nov-2002 Roman Pavlik wrote: > Hi folks, > I've cvs checkouted src from > :pserver:anoncvs@anoncvs.de.FreeBSD.org:/home/ncvs > by cvs co src > > After that I do make buildworld and make kernel. When I try > to make installkernel, it finished with few warnings I don't > understand: > >> kldxref /boot/kernel >> kldxref: error while reading /boot/kernel/accf_data.ko: Bad address >> kldxref: error while reading /boot/kernel/accf_http.ko: Bad address >> kldxref: error while reading /boot/kernel/agp.ko: Bad address >> kldxref: error while reading /boot/kernel/aha.ko: Bad address >> kldxref: error while reading /boot/kernel/ahc.ko: Bad address >> kldxref: error while reading /boot/kernel/ahc_eisa.ko: Bad address >> kldxref: error while reading /boot/kernel/ahc_pci.ko: Bad address >> kldxref: error while reading /boot/kernel/ahd.ko: Bad address >> kldxref: error while reading /boot/kernel/aio.ko: Bad address > > ... etc for all .ko modules. > > Anyway, I did make installworld and reboot the box. > > And after that I find another problem - there > is no /dev/ipl on my ultra5 FreeBSD installation. There is > no MAKEDEV in /dev directory. > > Did I miss something? -current uses devfs, so if you compile ipfilter into a kernel or kldload ipfilter, then /dev/ipl will automatically appear. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message