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

Warner Losh imp at FreeBSD.org
Mon Dec 6 21:30:03 PST 2004


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


More information about the cvs-src mailing list