Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 08:09:51 +0000 (UTC)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/powerpc/powermac uninorth.c
Message-ID:  <200501110809.j0B89pLE050038@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
grehan      2005-01-11 08:09:51 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/powermac uninorth.c 
  Log:
  - allow a device hint to disable probing a slot on a Uninorth PCI bus.
    e.g. at the loader:
  
          set hint.pcib.1.skipslot=26
  
    This allows undocumented and problematic hardware on some systems
    to be ignored, for instance, the USB keyboard/mouse that shows up
    on a 12" albook that doesn't exist nor do anything other than eat up
    the syscons keyboard. Another one is the unused USB cell in the old
    366MHz iBook that locks up the machine when probed.
  
    In a way this is temporary, since there are better fixes for the
    above problems, but will be useful in the meantime by allowing
    a keyboard to be used to help debug said fixes :)
  
  - while here remove some trailing white space
  
  Revision  Changes    Path
  1.12      +12 -5     src/sys/powerpc/powermac/uninorth.c



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