From seggers@semyam.dinoco.de  Tue Oct  6 07:09:05 1998
Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20963
          for <FreeBSD-gnats-submit@FreeBSD.ORG>; Tue, 6 Oct 1998 07:08:56 -0700 (PDT)
          (envelope-from seggers@semyam.dinoco.de)
Received: (from uucp@localhost)
	by tim.xenologics.com (8.8.5/8.8.8) with UUCP id QAA05793
	for FreeBSD-gnats-submit@freebsd.org; Tue, 6 Oct 1998 16:05:06 +0200 (MET DST)
Received: (from seggers@localhost)
	by semyam.dinoco.de (8.9.1/8.8.8) id IAA02858;
	Tue, 6 Oct 1998 08:57:52 +0200 (CEST)
	(envelope-from seggers)
Message-Id: <199810060657.IAA02858@semyam.dinoco.de>
Date: Tue, 6 Oct 1998 08:57:52 +0200 (CEST)
From: Stefan Eggers <seggers@semyam.dinoco.de>
Reply-To: seggers@semyam.dinoco.de
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc: seggers@semyam.dinoco.de
Subject: odboot is pointless with CAM
X-Send-Pr-Version: 3.2

>Number:         8166
>Category:       kern
>Synopsis:       odboot is pointless with CAM
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jkh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct  6 07:10:00 PDT 1998
>Closed-Date:    Mon Feb 1 11:14:33 PST 1999
>Last-Modified:  Mon Feb  1 11:14:48 PST 1999
>Originator:     Stefan Eggers
>Release:        FreeBSD 3.0-BETA i386
>Organization:
none
>Environment:

	-current cvsup'ed on Saturday.

>Description:

	The Makefile in /sys/i386/boot/biosboot installs a link from
bootod and odboot to the real boot blocks.  Now that there is no od
anymore we can remove that as was already done for bootsd and sdboot.

>How-To-Repeat:

>Fix:
	
	Just change the for statement in the Makefile's install target
like this:

Index: Makefile
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/src/sys/i386/boot/biosboot/Makefile,v
retrieving revision 1.66
diff -u -r1.66 Makefile
--- Makefile	1998/09/23 06:50:45	1.66
+++ Makefile	1998/10/06 06:55:57
@@ -86,7 +86,7 @@
 		boot1 ${DESTDIR}${BINDIR}/boot1
 	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
 		boot2 ${DESTDIR}${BINDIR}/boot2
-	for i in da fd wd od vn wfd ; do \
+	for i in da fd wd vn wfd ; do \
 		( cd ${DESTDIR}${BINDIR} ; \
 		rm -f boot$${i} $${i}boot ; \
 		ln -s boot1 $${i}boot ; \
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jkh 
Responsible-Changed-By: gibbs 
Responsible-Changed-When: Tue Oct 6 14:40:33 PDT 1998 
Responsible-Changed-Why:  
I know that Jordan is concerned about compatibility issues with using the 
old device names.  It may be that we actually want to resurrect the 'sdboot' 
link and keep the 'odboot' link for the 3.0 release. 
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Mon Feb 1 11:14:33 PST 1999 
State-Changed-Why:  
no longer done 
>Unformatted:
