Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2006 16:45:15 +0000 (UTC)
From:      Doug Ambrisko <ambrisko@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/amr amr.c amr_linux.c amrvar.h
Message-ID:  <200605031645.k43GjFI6091607@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ambrisko    2006-05-03 16:45:15 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/amr          amr.c amr_linux.c amrvar.h 
  Log:
  Make amr_linux work as a module by avoiding calling amr_linux_ioctl_int
  from the amr_linux.  This simplifies the amr_linux shim and puts the
  smarts into amr.c.
  
  I tested this with 2 amr controllers in one box.  It seems to work
  okay with them.
  
  Revision  Changes    Path
  1.78      +32 -5     src/sys/dev/amr/amr.c
  1.4       +9 -120    src/sys/dev/amr/amr_linux.c
  1.33      +0 -2      src/sys/dev/amr/amrvar.h



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