From root@zarp.twnet.org  Sun Sep 22 12:02:18 2002
Return-Path: <root@zarp.twnet.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED4EF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Sep 2002 12:02:18 -0700 (PDT)
Received: from zarp.twnet.org (mcns74.docsis162.scvmaxonline.com.sg [202.156.162.74])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DAADF43E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Sep 2002 12:02:17 -0700 (PDT)
	(envelope-from root@zarp.twnet.org)
Received: from zarp.twnet.org (localhost [127.0.0.1])
	by zarp.twnet.org (8.12.6/8.12.5) with ESMTP id g8MJ257p000849
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Sep 2002 03:02:06 +0800 (SGT)
	(envelope-from root@zarp.twnet.org)
Received: (from root@localhost)
	by zarp.twnet.org (8.12.6/8.12.6/Submit) id g8MJ25b8000848;
	Mon, 23 Sep 2002 03:02:05 +0800 (SGT)
Message-Id: <200209221902.g8MJ25b8000848@zarp.twnet.org>
Date: Mon, 23 Sep 2002 03:02:05 +0800 (SGT)
From: ah-zeep <twchan@singnet.com.sg>
Reply-To: ah-zeep <twchan@singnet.com.sg>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: NOTES refers to pccbb device which has been renamed to cbb
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43263
>Category:       conf
>Synopsis:       NOTES refers to pccbb device which has been renamed to cbb
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 22 12:10:02 PDT 2002
>Closed-Date:    Sun Sep 29 06:51:39 PDT 2002
>Last-Modified:  Sun Sep 29 06:51:39 PDT 2002
>Originator:     ah-zeep <twchan@singnet.com.sg>
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD zarp.[] 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Mon Sep 23 02:02:55 SGT 2002 root@zarp.[]:/usr/obj/usr/src/sys/ZARP5 i386


>Description:
	1) The MI NOTES file still refers to the NEWCARD cbb as "pccbb"
	2) Although GENERIC now includes NEWCARD as default, NOTES shows
	   OLDCARD in use and NEWCARD commented out.

>How-To-Repeat:
	
>Fix:
	The following patch renames and re-comments as appropriate.

--- NOTES	Mon Sep 23 02:53:55 2002
+++ NOTES.ok	Mon Sep 23 02:52:37 2002
@@ -1928,10 +1928,10 @@
 #
 # card: pccard slots
 # pcic: isa/pccard bridge
-device		pcic
-hint.pcic.0.at="isa"
-hint.pcic.1.at="isa"
-device		card	1
+#device		pcic
+#hint.pcic.0.at="isa"
+#hint.pcic.1.at="isa"
+#device		card	1
 
 #
 # PC Card/PCMCIA and Cardbus
@@ -1940,12 +1940,12 @@
 # Note that NEWCARD and OLDCARD are incompatible.  Do not use both at the same
 # time.
 #
-# pccbb: isa/pccard and pci/cardbus bridge
+# cbb: isa/pccard and pci/cardbus bridge
 # pccard: pccard slots
 # cardbus: cardbus slots
-#device		pccbb
-#device		pccard
-#device		cardbus
+device		cbb
+device		pccard
+device		cardbus
 
 #
 # SMB bus

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: johan 
State-Changed-When: Sun Sep 29 06:50:55 PDT 2002 
State-Changed-Why:  
Committed by imp in rev 1.1083. 


Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: johan 
Responsible-Changed-When: Sun Sep 29 06:50:55 PDT 2002 
Responsible-Changed-Why:  
Committed by imp in rev 1.1083. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43263 
>Unformatted:
