Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 16:48:00 +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/mfi mfi.c mfi_ioctl.h mfi_linux.c
Message-ID:  <200611141648.kAEGm02M086999@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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