Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Oct 1996 22:41:18 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
To:        Brett Glass <brett@lariat.org>
Cc:        BRETT_GLASS@infoworld.com, scsi@freefall.freebsd.org
Subject:   Re: Problems with Adaptec EISA twin SCSI? 
Message-ID:  <199610070541.WAA13695@freefall.freebsd.org>
In-Reply-To: Your message of "Sun, 06 Oct 1996 23:33:26 MDT." <199610070533.XAA21049@lariat.lariat.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>> You're running 2.1.0? Ouch. That driver was totally buggy.
>
>Oops.... I am actually running 2.1.5R on that machine. I have another
>machine here with 2.1.0R (kernel sources only) that I checked to see
>the general layout of the files. (2.1.0R did NOT run with the Adaptec
>EISA SCSI board, so I guess it was indeed buggy.)

Yup.

>Is there any way to bring in just the kernel using CVS? Or is that
>advisable?
>
>--Brett

You can, but some of your userland utilities may not work (ps, w, mountd,
etc).  You'll definitely be able to at least boot single user.

cd /usr/src
rm -rf sys
cvs update -rRELENG_2_1_0 sys
cd sys/i386/conf
config MYKERNEL
cd ../../compile/MYKERNEL
make
make install
sync
reboot

--
Justin T. Gibbs
===========================================
  FreeBSD: Turning PCs into workstations
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610070541.WAA13695>