From owner-freebsd-stable Sat Apr 1 9: 7:57 2000 Delivered-To: freebsd-stable@freebsd.org Received: from frolkin.demon.co.uk (frolkin.demon.co.uk [194.222.100.41]) by hub.freebsd.org (Postfix) with ESMTP id 38F2837BBB0 for ; Sat, 1 Apr 2000 09:07:54 -0800 (PST) (envelope-from sasha@frolkin.demon.co.uk) Received: from sasha by frolkin.demon.co.uk with local (Exim 3.12 #1) id 12bQRW-0001ij-00; Sat, 01 Apr 2000 17:08:10 +0100 Date: Sat, 1 Apr 2000 17:08:10 +0100 From: Alexander Frolkin To: Warner Losh Cc: stable@freebsd.org Subject: Re: Upgrading to 4.0 Message-ID: <20000401170809.A6464@gamma> Reply-To: Alexander Frolkin References: <20000331190328.A4215@gamma> <200004010140.SAA38998@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <200004010140.SAA38998@harmony.village.org>; from Warner Losh on Fri, Mar 31, 2000 at 06:40:38PM -0700 X-Operating-System: Linux 2.2.14 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 31, 2000 at 06:40:38PM -0700, Warner Losh wrote: > Yes. build and install the new kernel, build and install the new > pccardd (with the new pccard include files, so as part of make > buildworld is the best way to build it). Then it should be safe to > reboot. Keep a copy of the old pccardd and old kernel around just in > case you botch something. Here's what I did: - make buildworld - copied the new pccard[cd] to a temporary directory - installed a new kernel - reboot I have the following lines in my kernel config: device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 and device ed When I reboot (4.0 kernel) in single user mode, I change to the directory containing pccardd, but this is what happens: # ./pccardd -z code Manufacturer ID ignored # I've checked /etc/pccard.conf, and it seems fine. If I try to do: # ./pccardc enabler 1 ed0 The kernel panics, but I can't tell what it says because right after it panics, the screen becomes unreadable and the system reboots. I'm hoping that I've made a stupid mistake in the kernel config, and someone can point it out... Is it really necessary to do make installworld with a 4.0 kernel? Thanks a lot, Alexander. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message