cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_linux.c

Doug Ambrisko ambrisko at FreeBSD.org
Tue Nov 14 16:48:01 UTC 2006


ambrisko    2006-11-14 16:48:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mfi          mfi.c mfi_ioctl.h mfi_linux.c 
  Log:
  - Add in FreeBSD native ioctl that models the Linux version.
  - Add a translation so the Linux ioctl's don't conflict with
    the FreeBSD definition.
  - Assume Linux 32bit emulation on amd64.
  This was tested on i386 and amd64 with the 32bit Linux MegaCli.
  Eventually we should do a 32bit native FreeBSD translation app.
  
  Revision  Changes    Path
  1.22      +145 -6    src/sys/dev/mfi/mfi.c
  1.3       +47 -0     src/sys/dev/mfi/mfi_ioctl.h
  1.2       +14 -1     src/sys/dev/mfi/mfi_linux.c


More information about the cvs-all mailing list