Print this page
NEX-13818 Support for Microsemi SmartPQI HBA's is required
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-16480 Want support for QLogic QL41000/45000 series devices
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Revert "NEX-16480 Want support for QLogic QL41000/45000 series devices"
This reverts commit ffd53b7544b2ef6b78185e7baffda5e09f3bc0cf.
Broke 5.2 build
NEX-16480 Want support for QLogic QL41000/45000 series devices
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-4483 backport new bnxe driver from illumos
5019 want open source bnxe
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>
NEX-2182 need driver for Intel NVM Express (nvme) (preview)
Reviewed by: Dan Fields <dan.fields@nexenta.com>
OS-13 sTec S112x support.
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
re #11781 rb3701 Update man related tools (add missed files)
re #11781 rb3701 Update man related tools
--HG--
rename : usr/src/cmd/man/src/THIRDPARTYLICENSE => usr/src/cmd/man/THIRDPARTYLICENSE
rename : usr/src/cmd/man/src/THIRDPARTYLICENSE.descrip => usr/src/cmd/man/THIRDPARTYLICENSE.descrip
rename : usr/src/cmd/man/src/man.c => usr/src/cmd/man/man.c
Adding AoE support to nza-kernel
re #10798 rb3177 Integrate vmxnet3s driver to nza-kernel


   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  15 # Copyright (c) 2017, Joyent, Inc.
  16 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  17 # Copyright 2017 Nexenta Systems, Inc.
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        7d
  23 
  24 _MANFILES=      aac.7d          \
  25                 afe.7d          \


  26                 audio.7d        \
  27                 audio1575.7d    \
  28                 audioens.7d     \
  29                 audiols.7d      \
  30                 audiop16x.7d    \
  31                 audiopci.7d     \
  32                 audiots.7d      \
  33                 av1394.7d       \
  34                 bge.7d          \
  35                 blkdev.7d       \
  36                 bnxe.7d         \
  37                 bscv.7d         \
  38                 chxge.7d        \
  39                 console.7d      \
  40                 cpuid.7d        \
  41                 dca.7d          \
  42                 dcam1394.7d     \
  43                 devinfo.7d      \
  44                 dmfe.7d         \
  45                 dtrace.7d       \


  86                 mpt_sas.7d      \
  87                 mr_sas.7d       \
  88                 msglog.7d       \
  89                 mt.7d           \
  90                 mxfe.7d         \
  91                 myri10ge.7d     \
  92                 null.7d         \
  93                 nulldriver.7d   \
  94                 nxge.7d         \
  95                 ohci.7d         \
  96                 openprom.7d     \
  97                 pcic.7d         \
  98                 pcmcia.7d       \
  99                 physmem.7d      \
 100                 pm.7d           \
 101                 poll.7d         \
 102                 profile.7d      \
 103                 ptm.7d          \
 104                 pts.7d          \
 105                 pty.7d          \

 106                 qlc.7d          \
 107                 ramdisk.7d      \
 108                 random.7d       \
 109                 rge.7d          \
 110                 rtls.7d         \
 111                 sad.7d          \
 112                 sata.7d         \
 113                 scsa1394.7d     \
 114                 scsa2usb.7d     \
 115                 sd.7d           \
 116                 sdp.7d          \
 117                 sdt.7d          \
 118                 ses.7d          \
 119                 sfe.7d          \
 120                 sgen.7d         \
 121                 srpt.7d         \
 122                 st.7d           \
 123                 sv.7d           \
 124                 sysmsg.7d       \
 125                 systrace.7d     \


 216                 iwh.7d          \
 217                 iwi.7d          \
 218                 iwn.7d          \
 219                 mega_sas.7d     \
 220                 npe.7d          \
 221                 ntxn.7d         \
 222                 nv_sata.7d      \
 223                 nvme.7d         \
 224                 pcn.7d          \
 225                 radeon.7d       \
 226                 ral.7d          \
 227                 rtw.7d          \
 228                 rum.7d          \
 229                 rwd.7d          \
 230                 rwn.7d          \
 231                 sda.7d          \
 232                 sdhost.7d       \
 233                 sfxge.7d        \
 234                 si3124.7d       \
 235                 skd.7d          \

 236                 smbios.7d       \
 237                 uath.7d         \
 238                 ural.7d         \
 239                 urtw.7d         \

 240                 wpi.7d          \
 241                 xhci.7d         \
 242                 zyd.7d
 243 
 244 _MANLINKS=      1394.7d         \
 245                 allkmem.7d      \
 246                 bscbus.7d       \
 247                 fdc.7d          \
 248                 firewire.7d     \
 249                 i2bsc.7d        \
 250                 kmem.7d         \
 251                 lo0.7d          \
 252                 ticots.7d       \
 253                 ticotsord.7d    \
 254                 urandom.7d      \
 255                 usb.7d
 256 
 257 sparc_MANLINKS= drmach.7d       \
 258                 ngdr.7d         \
 259                 ngdrmach.7d




   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  15 # Copyright (c) 2017, Joyent, Inc.
  16 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  17 # Copyright 2017 Nexenta Systems, Inc.
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        7d
  23 
  24 _MANFILES=      aac.7d          \
  25                 afe.7d          \
  26                 aoe.7d          \
  27                 aoeblk.7d       \
  28                 audio.7d        \
  29                 audio1575.7d    \
  30                 audioens.7d     \
  31                 audiols.7d      \
  32                 audiop16x.7d    \
  33                 audiopci.7d     \
  34                 audiots.7d      \
  35                 av1394.7d       \
  36                 bge.7d          \
  37                 blkdev.7d       \
  38                 bnxe.7d         \
  39                 bscv.7d         \
  40                 chxge.7d        \
  41                 console.7d      \
  42                 cpuid.7d        \
  43                 dca.7d          \
  44                 dcam1394.7d     \
  45                 devinfo.7d      \
  46                 dmfe.7d         \
  47                 dtrace.7d       \


  88                 mpt_sas.7d      \
  89                 mr_sas.7d       \
  90                 msglog.7d       \
  91                 mt.7d           \
  92                 mxfe.7d         \
  93                 myri10ge.7d     \
  94                 null.7d         \
  95                 nulldriver.7d   \
  96                 nxge.7d         \
  97                 ohci.7d         \
  98                 openprom.7d     \
  99                 pcic.7d         \
 100                 pcmcia.7d       \
 101                 physmem.7d      \
 102                 pm.7d           \
 103                 poll.7d         \
 104                 profile.7d      \
 105                 ptm.7d          \
 106                 pts.7d          \
 107                 pty.7d          \
 108                 qede.7d         \
 109                 qlc.7d          \
 110                 ramdisk.7d      \
 111                 random.7d       \
 112                 rge.7d          \
 113                 rtls.7d         \
 114                 sad.7d          \
 115                 sata.7d         \
 116                 scsa1394.7d     \
 117                 scsa2usb.7d     \
 118                 sd.7d           \
 119                 sdp.7d          \
 120                 sdt.7d          \
 121                 ses.7d          \
 122                 sfe.7d          \
 123                 sgen.7d         \
 124                 srpt.7d         \
 125                 st.7d           \
 126                 sv.7d           \
 127                 sysmsg.7d       \
 128                 systrace.7d     \


 219                 iwh.7d          \
 220                 iwi.7d          \
 221                 iwn.7d          \
 222                 mega_sas.7d     \
 223                 npe.7d          \
 224                 ntxn.7d         \
 225                 nv_sata.7d      \
 226                 nvme.7d         \
 227                 pcn.7d          \
 228                 radeon.7d       \
 229                 ral.7d          \
 230                 rtw.7d          \
 231                 rum.7d          \
 232                 rwd.7d          \
 233                 rwn.7d          \
 234                 sda.7d          \
 235                 sdhost.7d       \
 236                 sfxge.7d        \
 237                 si3124.7d       \
 238                 skd.7d          \
 239                 smartpqi.7d     \
 240                 smbios.7d       \
 241                 uath.7d         \
 242                 ural.7d         \
 243                 urtw.7d         \
 244                 vmxnet3s.7d     \
 245                 wpi.7d          \
 246                 xhci.7d         \
 247                 zyd.7d
 248 
 249 _MANLINKS=      1394.7d         \
 250                 allkmem.7d      \
 251                 bscbus.7d       \
 252                 fdc.7d          \
 253                 firewire.7d     \
 254                 i2bsc.7d        \
 255                 kmem.7d         \
 256                 lo0.7d          \
 257                 ticots.7d       \
 258                 ticotsord.7d    \
 259                 urandom.7d      \
 260                 usb.7d
 261 
 262 sparc_MANLINKS= drmach.7d       \
 263                 ngdr.7d         \
 264                 ngdrmach.7d