Date: Tue, 7 Dec 2004 05:30:02 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa es1888.c src/sys/i386/i386 bios.c src/sys/isa isavar.h src/sys/sparc64/isa isa.c Message-ID: <200412070530.iB75U3Hn043699@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp         2004-12-07 05:30:02 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/sound/isa    es1888.c 
    sys/i386/i386        bios.c 
    sys/isa              isavar.h 
    sys/sparc64/isa      isa.c 
  Log:
  PNP BIOS devices are fundamentally different than ISA PNP devices.
  These devices should be probed first because they are at fixed
  locations and cannot be turned off.  ISA PNP devices, on the other
  hand, can be turned off and often can be flexible in the resources
  they use.  Probe them last, as always.
  
  Revision  Changes    Path
  1.14      +1 -1      src/sys/dev/sound/isa/es1888.c
  1.71      +1 -1      src/sys/i386/i386/bios.c
  1.27      +10 -9     src/sys/isa/isavar.h
  1.15      +1 -1      src/sys/sparc64/isa/isa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412070530.iB75U3Hn043699>
