Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 1997 08:20:26 -0700 (PDT)
From:      John-Mark Gurney <jmg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa isa.c pnp.c pnp.h
Message-ID:  <199709191520.IAA16151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmg         1997/09/19 08:20:25 PDT

  Modified files:
    sys/i386/isa         isa.c pnp.c pnp.h 
  Log:
  teach pnp to keep isa_device structs around, and teach isa.c how to scan
  these structs for conflics...
  
  it still exist that two PnP cards can colide, but this is up to the user
  to make sure it doesn't happen...
  
  other modifications to pnp.c to format output properly, and hide more
  output behind bootverbose flag...
  
  fix some bugons in pnp.h that would of made it difficult for inclusion
  in external programs (for import of pnpinfo)
  
  Revision  Changes    Path
  1.104     +15 -4     src/sys/i386/isa/isa.c
  1.3       +81 -35    src/sys/i386/isa/pnp.c
  1.3       +11 -5     src/sys/i386/isa/pnp.h



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