Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/compat/linux/common Pull up revisions 1.24-1.25 (re...



details:   https://anonhg.NetBSD.org/src/rev/70b52f40d527
branches:  netbsd-1-5
changeset: 490991:70b52f40d527
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 30 21:40:29 2001 +0000

description:
Pull up revisions 1.24-1.25 (requested by fvdl):
  Add some required Linux emulation bits to support the Linux
  version of VMware.

diffstat:

 sys/compat/linux/common/linux_ioctl.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 06611d75d6ed -r 70b52f40d527 sys/compat/linux/common/linux_ioctl.c
--- a/sys/compat/linux/common/linux_ioctl.c     Fri Mar 30 21:39:58 2001 +0000
+++ b/sys/compat/linux/common/linux_ioctl.c     Fri Mar 30 21:40:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_ioctl.c,v 1.22 1998/12/15 10:32:16 augustss Exp $        */
+/*     $NetBSD: linux_ioctl.c,v 1.22.18.1 2001/03/30 21:40:29 he Exp $ */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -129,6 +129,12 @@
        }
        case 0x89:
                return linux_ioctl_socket(p, uap, retval);
+       case 0x03:
+               return linux_ioctl_hdio(p, uap, retval);
+       case 0x02:
+               return linux_ioctl_fdio(p, uap, retval);
+       case 0x12:
+               return linux_ioctl_blkio(p, uap, retval);
        default:
                return linux_machdepioctl(p, uap, retval);
        }



Home | Main Index | Thread Index | Old Index