Print this page
Added filesystem disturber: driver (fsd), library (libfsd), command (fsdadm)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.intel.shared
          +++ new/usr/src/uts/intel/Makefile.intel.shared
↓ open down ↓ 14 lines elided ↑ open up ↑
  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   22  # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
  23   23  
  24   24  #
       25 +# Copyright 2013 Damian Bogel. All rights reserved.
       26 +#
       27 +
       28 +#
  25   29  #       This makefile contains the common definitions for all intel
  26   30  #       implementation architecture independent modules.
  27   31  #
  28   32  
  29   33  #
  30   34  #       Machine type (implementation architecture):
  31   35  #
  32   36  PLATFORM         = i86pc
  33   37  
  34   38  #
↓ open down ↓ 198 lines elided ↑ open up ↑
 233  237  DRV_KMODS       += dld
 234  238  DRV_KMODS       += dlpistub
 235  239  DRV_KMODS_32    += dnet
 236  240  DRV_KMODS       += dump
 237  241  DRV_KMODS       += ecpp
 238  242  DRV_KMODS       += emlxs
 239  243  DRV_KMODS       += fd
 240  244  DRV_KMODS       += fdc
 241  245  DRV_KMODS       += fm
 242  246  DRV_KMODS       += fssnap
      247 +DRV_KMODS       += fsd
 243  248  DRV_KMODS       += hxge
 244  249  DRV_KMODS       += i8042
 245  250  DRV_KMODS       += i915
 246  251  DRV_KMODS       += icmp
 247  252  DRV_KMODS       += icmp6
 248  253  DRV_KMODS       += intel_nb5000
 249  254  DRV_KMODS       += intel_nhm
 250  255  DRV_KMODS       += ip
 251  256  DRV_KMODS       += ip6
 252  257  DRV_KMODS       += ipf
↓ open down ↓ 498 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX