Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2001 03:18:56 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa pnp.c
Message-ID:  <200109151018.f8FAIum41221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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