Print this page
5075 EOF cardbus & pcmcia

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/Makefile.sparc
          +++ new/usr/src/uts/sparc/Makefile.sparc
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  24      -
       24 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   25  
  26   26  #
  27   27  #       This makefile contains the common definitions for all sparc
  28   28  #       implementation architecture independent modules.
  29   29  #
  30   30  
  31   31  #
  32   32  #       Define supported builds
  33   33  #
  34   34  DEF_BUILDS      = $(DEF_BUILDS64)
↓ open down ↓ 282 lines elided ↑ open up ↑
 317  317  DRV_KMODS       += pmcs8001fw
 318  318  
 319  319  #
 320  320  #       I/O framework test drivers
 321  321  #
 322  322  DRV_KMODS       += pshot
 323  323  DRV_KMODS       += gen_drv
 324  324  DRV_KMODS       += tvhci tphci tclient
 325  325  DRV_KMODS       += emul64
 326  326  
 327      -#
 328      -# PCMCIA specific module(s)
 329      -#
 330      -DRV_KMODS       += pcs
 331      -MISC_KMODS      += busra cardbus dada pcmcia
 332      -DRV_KMODS       += pcic
      327 +MISC_KMODS      += busra dada
 333  328  
 334  329  # Add lvm
 335  330  #
 336  331  DRV_KMODS       += md
 337  332  MISC_KMODS      += md_mirror md_stripe md_hotspares md_raid md_trans md_notify
 338  333  MISC_KMODS      += md_sp
 339  334  
 340  335  #
 341  336  #       Exec Class Modules (/kernel/exec):
 342  337  #
↓ open down ↓ 161 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX