Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 1999 00:31:48 -0800 (PST)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ep if_ep_isa.c
Message-ID:  <199912060831.AAA02525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       1999/12/06 00:31:48 PST

  Modified files:
    sys/dev/ep           if_ep_isa.c 
  Log:
  Correctly implement the non-PnP enumeration of ISA board.
  
  We now correctly skip boards that have PnP support enabled, or are in
  test mode.  The 3c509s support a number of combinations of device
  probing, as per the databook.
  
  	- ISA only
  	- PnP only
  	- ISA or PnP
  
  We will allow cards that can be dealt with by PnP to be attached by the
  PnP enumerator.
  
  This fixes the bogus detection of boards at weird ioports.
  
  Revision  Changes    Path
  1.3       +37 -15    src/sys/dev/ep/if_ep_isa.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?199912060831.AAA02525>