From owner-freebsd-current Thu Nov 5 11:09:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15476 for freebsd-current-outgoing; Thu, 5 Nov 1998 11:09:40 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dingo.cdrom.com (castles232.castles.com [208.214.165.232]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15466 for ; Thu, 5 Nov 1998 11:09:29 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id LAA04040; Thu, 5 Nov 1998 11:08:42 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199811051908.LAA04040@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Brian W. Buchanan" cc: current@FreeBSD.ORG Subject: Re: USERCONFIG_BOOT, heads up! In-reply-to: Your message of "Thu, 05 Nov 1998 11:00:56 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 05 Nov 1998 11:08:42 -0800 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, 3 Nov 1998, Mike Smith wrote: > > > Now, to load a userconfig script you must be using the new 3-stage > > bootloader. To load a script, either execute this command manually, > > or insert it in /boot/boot.conf: > > > > 'load -t userconfig_script ' > > I tried the following: > > disklabel -B /dev/wd0s1 What's that for? > mv /kernel.config /pnp.setup > echo "load -t userconfig_script pnp.setup" > /boot/boot.conf > > However, it doesn't seem that the script is getting executed, as my PNP > AWE64 isn't being properly set up. > > pnp.setup contains: > USERCONFIG > pnp 1 0 enable os port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 > pnp 1 1 enable os port0 0x200 > pnp 1 2 enable os port0 0x620 port1 0xa20 port2 0xe20 > quit > > Ideas? Are you running the new loader? The 'disklabel' command you gave will have written the old boot1/boot2 out, which don't default to running the loader. Incidentally, you should only have to run the above 'pnp' commands once; they should be saved by 'dset' back into the kernel during the boot process. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message