From owner-freebsd-bugs Sun Sep 22 12:10: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB09D37B401 for ; Sun, 22 Sep 2002 12:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D36043E6A for ; Sun, 22 Sep 2002 12:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MJA3Co035915 for ; Sun, 22 Sep 2002 12:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MJA3wU035914; Sun, 22 Sep 2002 12:10:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4EF37B401 for ; 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 ; 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 ; 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 Reply-To: ah-zeep To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/43263: NOTES refers to pccbb device which has been renamed to cbb Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43263 >Category: conf >Synopsis: NOTES refers to pccbb device which has been renamed to cbb >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 22 12:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: ah-zeep >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message