Print this page
5075 EOF cardbus & pcmcia

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
↓ 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) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2013, Joyent, Inc. All rights reserved.
  24      -# Copyright 2013 Garrett D'Amore <garrett@damore.org>
       24 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   25  #
  26   26  
  27   27  include $(SRC)/uts/Makefile.uts
  28   28  
  29   29  FILEMODE=644
  30   30  
  31   31  #
  32   32  #       Note that the following headers are present in the kernel but
  33   33  #       neither installed or shipped as part of the product:
  34   34  #               cpuid_drv.h:            Private interface for cpuid consumers
↓ open down ↓ 382 lines elided ↑ open up ↑
 417  417          open.h                  \
 418  418          openpromio.h            \
 419  419          panic.h                 \
 420  420          param.h                 \
 421  421          pathconf.h              \
 422  422          pathname.h              \
 423  423          pattr.h                 \
 424  424          queue.h                 \
 425  425          serializer.h            \
 426  426          pbio.h                  \
 427      -        pccard.h                \
 428  427          pci.h                   \
 429  428          pcie.h                  \
 430  429          pci_impl.h              \
 431  430          pci_tools.h             \
 432      -        pcmcia.h                \
 433  431          pctypes.h               \
 434  432          pfmod.h                 \
 435  433          pg.h                    \
 436  434          pghw.h                  \
 437  435          physmem.h               \
 438  436          pkp_hash.h              \
 439  437          pm.h                    \
 440  438          policy.h                \
 441  439          poll.h                  \
 442  440          poll_impl.h             \
↓ open down ↓ 67 lines elided ↑ open up ↑
 510  508          socket.h                \
 511  509          socket_impl.h           \
 512  510          socket_proto.h          \
 513  511          socketvar.h             \
 514  512          sockfilter.h            \
 515  513          sockio.h                \
 516  514          soundcard.h             \
 517  515          squeue.h                \
 518  516          squeue_impl.h           \
 519  517          srn.h                   \
 520      -        sservice.h              \
 521  518          stat.h                  \
 522  519          statfs.h                \
 523  520          statvfs.h               \
 524  521          stdbool.h               \
 525  522          stdint.h                \
 526  523          stermio.h               \
 527  524          stmf.h                  \
 528  525          stmf_defines.h          \
 529  526          stmf_ioctl.h            \
 530  527          stmf_sbd_ioctl.h        \
↓ open down ↓ 575 lines elided ↑ open up ↑
1106 1103          quetypes.h      \
1107 1104          queue.h         \
1108 1105          tgcom.h         \
1109 1106          tgdk.h
1110 1107  
1111 1108  # "pc" header files used on i386
1112 1109  PCHDRS=                 \
1113 1110          avintr.h        \
1114 1111          dma_engine.h    \
1115 1112          i8272A.h        \
1116      -        pcic_reg.h      \
1117      -        pcic_var.h      \
1118 1113          pic.h           \
1119 1114          pit.h           \
1120 1115          rtc.h
1121 1116  
1122 1117  NXGEHDRS=                       \
1123 1118          nxge.h                  \
1124 1119          nxge_common.h           \
1125 1120          nxge_common_impl.h      \
1126 1121          nxge_defs.h             \
1127 1122          nxge_hw.h               \
↓ open down ↓ 250 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX