Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2004 00:41:47 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/eisa eisaconf.c
Message-ID:  <200408030041.i730fl2S048673@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-08-03 00:41:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/eisa         eisaconf.c 
  Log:
  Change EISA probing to be less invasive.  Instead of probing all slots
  unconditionally, stop after the first one (system board) if no EISA hardware
  is detected.  This fixes a boot hang (i.e. Thinkpad) when ACPI is disabled.
  Also, split the probe code into a separate function and do some style cleanup.
  
  Note that the Adaptec 2842 VLB controller probe is broken by this change
  and will fail to probe.  It should be fixed separately.
  
  Revision  Changes    Path
  1.67      +43 -11    src/sys/dev/eisa/eisaconf.c



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