From owner-freebsd-questions Wed Mar 1 07:14:25 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA02394 for questions-outgoing; Wed, 1 Mar 1995 07:14:25 -0800 Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id HAA02377 for ; Wed, 1 Mar 1995 07:14:21 -0800 Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA17861; Wed, 1 Mar 95 09:14:15 -0600 Received: by junco.fsl.noaa.gov (1.38.193.4/SMI-4.1 (1.38.193.4)) id AA09100; Wed, 1 Mar 1995 08:14:05 -0700 Date: Wed, 1 Mar 1995 08:14:05 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <9503011514.AA09100@junco.fsl.noaa.gov> To: buaas@wireless.net Cc: questions@FreeBSD.org In-Reply-To: <199503010545.VAA04483@wireless.net> (buaas@wireless.net) Subject: Re: installing 2.0 Sender: questions-owner@FreeBSD.org Precedence: bulk >>>>> "Robert" == Robert A Buaas writes: Robert> (a) what ioaddr/irq is the mcd0a expected on? Look at the switch settings of your Mitsumi interface card, and lookup those settings in your Mitsumi instruction manual. The answer is there. Robert> (c) (suggestions) it would be awfully nice to have a file Robert> on the distribution CDROM that tells what the ioaddr/irq Robert> configuration that the kernel on the floppy expects. Or, you could specify the irq and ioaddr (port addr) settings you want to use when you boot with the floppy: boot fd(0,a)/kernel -c Do the same when you boot from disk. Once you've got your system all installed, make yourself a customized kernel that uses the irq and port addr settings unique to your system. --k