From owner-cvs-all Sat Sep 15 3:19: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C49A437B406; Sat, 15 Sep 2001 03:18:56 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8FAIum41221; Sat, 15 Sep 2001 03:18:56 -0700 (PDT) (envelope-from yokota) Message-Id: <200109151018.f8FAIum41221@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 15 Sep 2001 03:18:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa pnp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yokota 2001/09/15 03:18:56 PDT Modified files: sys/isa pnp.c Log: Handle "identifier strings" right. Each ISA PnP card must have a mandatory "card" identifier string. A logical devices on the ISA PnP card may optionally have a "device" identifier string. Do not confuse them. The "card" identifier string is assigned to a logical device as the default description string when the device is found. (If the "card" identifier string has not been found, use the EISA PnP ID string. Strictly speaking, this is an error.) We will override it when a "device" identifier string is found later. Revision Changes Path 1.11 +13 -3 src/sys/isa/pnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message