Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.intel
          +++ new/usr/src/uts/intel/Makefile.intel
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  # When distributing Covered Code, include this CDDL HEADER in each
  13   13  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  # If applicable, add the following below this CDDL HEADER, with the
  15   15  # fields enclosed by brackets "[]" replaced with your own identifying
  16   16  # information: Portions Copyright [yyyy] [name of copyright owner]
  17   17  #
  18   18  # CDDL HEADER END
  19   19  #
  20   20  
  21   21  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22      -# Copyright (c) 2014 Nexenta Systems, Inc. All rights reserved.
       22 +# Copyright (c) 2015 Nexenta Systems, Inc. All rights reserved.
  23   23  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  24   24  
  25   25  #
  26   26  #       This makefile contains the common definitions for all intel
  27   27  #       implementation architecture independent modules.
  28   28  #
  29   29  
  30   30  #
  31   31  #       Machine type (implementation architecture):
  32   32  #
↓ open down ↓ 479 lines elided ↑ open up ↑
 512  512  EXEC_KMODS      += elfexec intpexec shbinexec javaexec
 513  513  
 514  514  #
 515  515  #       Scheduling Class Modules (/kernel/sched):
 516  516  #
 517  517  SCHED_KMODS     += IA RT TS RT_DPTBL TS_DPTBL FSS FX FX_DPTBL SDC
 518  518  
 519  519  #
 520  520  #       File System Modules (/kernel/fs):
 521  521  #
 522      -FS_KMODS        += autofs cachefs ctfs dcfs dev devfs fdfs fifofs hsfs lofs
      522 +FS_KMODS        += autofs ctfs dcfs dev devfs fdfs fifofs hsfs lofs
 523  523  FS_KMODS        += mntfs namefs nfs objfs zfs zut
 524  524  FS_KMODS        += pcfs procfs sockfs specfs tmpfs udfs ufs sharefs
 525  525  FS_KMODS        += smbfs
 526  526  
 527  527  #
 528  528  #       Streams Modules (/kernel/strmod):
 529  529  #
 530  530  STRMOD_KMODS    += bufmod connld dedump ldterm pckt pfmod pipemod
 531  531  STRMOD_KMODS    += ptem redirmod rpcmod rlmod telmod timod
 532  532  STRMOD_KMODS    += spppasyn spppcomp
↓ open down ↓ 190 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX