Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 1998 14:36:03 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: 980513 CAM snapshot available
Message-ID:  <19980517143603.24636@nuxi.com>
In-Reply-To: <199805151640.KAA06270@pluto.plutotech.com>; from Justin T. Gibbs on Fri, May 15, 1998 at 10:36:28AM -0600
References:  <199805151640.KAA06270@pluto.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I found a very minor bug in the -STABLE CAM patches, in which you
couldn't have "root on da0" in your kernel config file.
Justin sent this fix:

-- 
-- David    (obrien@NUXI.ucdavis.edu  -or-  obrien@FreeBSD.org)


Index: devices.i386
===================================================================
RCS file: /usr/cvs/src/sys/i386/conf/devices.i386,v
retrieving revision 1.9.4.1
diff -c -r1.9.4.1 devices.i386
*** devices.i386	1998/01/16 22:28:40	1.9.4.1
--- devices.i386	1998/05/17 16:12:18
***************
*** 6,18 ****
  dk	1
  fd	2
  wt	3
! sd	4
! st	5
  cd	6
  mcd	7
  vn	15
  scd	16
  pcd	17
  wcd	19
- od	20
  wfd	21
--- 6,17 ----
  dk	1
  fd	2
  wt	3
! da	4
! sa	5
  cd	6
  mcd	7
  vn	15
  scd	16
  pcd	17
  wcd	19
  wfd	21

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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