Print this page
6663 Driver timerfd not built on SPARC

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/Makefile.sparc
          +++ new/usr/src/uts/sparc/Makefile.sparc
↓ open down ↓ 15 lines elided ↑ open up ↑
  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 (c) 2015, Joyent, Inc. All rights reserved.
  25   25  # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
       26 +# Copyright 2016 Gary Mills
  26   27  
  27   28  
  28   29  #
  29   30  #       This makefile contains the common definitions for all sparc
  30   31  #       implementation architecture independent modules.
  31   32  #
  32   33  
  33   34  #
  34   35  #       Define supported builds
  35   36  #
↓ open down ↓ 175 lines elided ↑ open up ↑
 211  212  DRV_KMODS       += aggr arp audio bl blkdev bofi clone cn conskbd consms cpuid
 212  213  DRV_KMODS       += crypto cryptoadm devinfo dump
 213  214  DRV_KMODS       += dtrace fasttrap fbt lockstat profile sdt systrace dcpc
 214  215  DRV_KMODS       += fssnap icmp icmp6 ip ip6 ipnet ipsecah
 215  216  DRV_KMODS       += ipsecesp iptun iwscn keysock kmdb kstat ksyms llc1
 216  217  DRV_KMODS       += lofi
 217  218  DRV_KMODS       += log logindmux kssl mm nca physmem pm poll pool
 218  219  DRV_KMODS       += pseudo ptc ptm pts ptsl ramdisk random rsm rts sad
 219  220  DRV_KMODS       += simnet softmac sppp sppptun sy sysevent sysmsg 
 220  221  DRV_KMODS       += spdsock
 221      -DRV_KMODS       += tcp tcp6 tl tnf ttymux udp udp6 wc winlock zcons
      222 +DRV_KMODS       += tcp tcp6 timerfd tl tnf ttymux udp udp6 wc winlock zcons
 222  223  DRV_KMODS       += ippctl
 223  224  DRV_KMODS       += dld
 224  225  DRV_KMODS       += ipd
 225  226  DRV_KMODS       += ipf
 226  227  DRV_KMODS       += rpcib
 227  228  DRV_KMODS       += dlpistub
 228  229  DRV_KMODS       += vnic
 229  230  DRV_KMODS       += xge
 230  231  DRV_KMODS       += rds
 231  232  DRV_KMODS       += rdsv3
↓ open down ↓ 277 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX