Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2003 22:05:08 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa stallion.c
Message-ID:  <200312130605.hBD658Yv096757@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/12/12 22:05:08 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/i386/isa         stallion.c 
  Log:
  Research on Stallion's website shows that there is a limit of 4
  pannels, or 32 ports for the ech boards.  The only possible way to
  make an error is to have 8 + 8 + 8 + 16 or 8 + 16 + 16, so we detect
  that more directly and cleanup properly (eg, ignore the last panel).
  This was the intent of the too many ports attached to board message
  before, and should be more robust.
  
  # now, too port this to current.
  
  Revision  Changes    Path
  1.39.2.5  +34 -8     src/sys/i386/isa/stallion.c



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