Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 1997 07:46:34 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa cy.c
Message-ID:  <199711101546.HAA15566@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/11/10 07:46:34 PST

  Modified files:
    sys/i386/isa         cy.c 
  Log:
  Fixed chip_offsets[] which I broke in rev.1.53.  The offsets aren't
  actually offsets, they are offsets scaled by dividing by 2^cy_align.
  I use different values for cy_align since the -current values are
  unnaturally scaled, so I need different offsets, and the wrong
  offsets got committed.
  
  Reported by:	nnd@itfs.nsk.su (N.Dudorov)
  
  Revision  Changes    Path
  1.56      +2 -2      src/sys/i386/isa/cy.c



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