Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 1999 09:56:42 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/isa sio.c
Message-ID:  <199905091656.JAA06912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/05/09 09:56:41 PDT

  Modified files:
    sys/isa              sio.c 
  Log:
  Optimize out a couple of places where com_addr() is used twice in a row,
  although this is pretty trivial.  devclass_get_softc() is a tad more
  expensive than the old com_addr() implementation.  If Bruce is really
  worried about the cost of this, it could always be changed so that the
  softc pointer is stored in a local array again.
  
  Revision  Changes    Path
  1.239     +9 -27     src/sys/isa/sio.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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