Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2005 23:48:13 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed.c if_ed_wd80x3.c if_edvar.h
Message-ID:  <200502102348.j1ANmDbu026831@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-02-10 23:48:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed.c if_ed_wd80x3.c if_edvar.h 
  Log:
  Move enable/disable 16bit access routines into if_ed.  Slightly
  pessmize the error recover path through edintr by calling these
  functions, rather than expanding it inline.  This error path already
  does a lot in it, so an extra function call will be lost in the noise.
  It also happens rarely.
  
  Revision  Changes    Path
  1.246     +27 -21    src/sys/dev/ed/if_ed.c
  1.2       +0 -14     src/sys/dev/ed/if_ed_wd80x3.c
  1.26      +3 -0      src/sys/dev/ed/if_edvar.h



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