cvs commit: src/sys/dev/amr amr.c amr_linux.c amrvar.h
    Doug Ambrisko 
    ambrisko at FreeBSD.org
       
    Wed May  3 16:45:17 UTC 2006
    
    
  
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
    
    
More information about the cvs-all
mailing list