c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file and its contents are supplied under the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may only use this file in accordance with the terms of version
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# 1.0 of the CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# A full copy of the text of the CDDL should have accompanied this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# source. A copy of the CDDL is also available via the Internet
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# at http://www.illumos.org/license/CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2011, Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/Makefile.master
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANSECT= 9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANFILES= Intro.9e \
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov _fini.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe aread.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe attach.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe awrite.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe chpoll.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe close.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe csx_event_handler.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe detach.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_access.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_contextmgt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_dup.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_map.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe devmap_unmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe dump.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getinfo.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gld.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe identify.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ioctl.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ks_snapshot.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ks_update.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mac.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_getcapab.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_getprop.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_getstat.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_ioctl.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_multicst.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_open.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_propinfo.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_setpromisc.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_setprop.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_start.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_tx.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_unicst.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe open.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe power.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe print.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe probe.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe prop_op.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe put.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe quiesce.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe read.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe segmap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe srv.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe strategy.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_abort.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_bus_reset.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_dmafree.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_getcap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_init_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_quiesce.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_reset.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_reset_notify.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_setup_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_start.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_sync_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_tgt_free.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_tgt_init.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_tgt_probe.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe write.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovMANLINKS= _info.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _init.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi gldv3.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi GLDv3.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_get_stats.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_intr.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_ioctl.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_reset.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_send.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_set_mac_addr.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_set_multicast.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_set_promiscuous.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_start.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gldm_stop.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi MAC.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_close.9e \
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi mc_stop.9e \
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov intro.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_destroy_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_pkt_constructor.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_pkt_destructor.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_setcap.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_teardown_pkt.9e \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe tran_unquiesce.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovintro.9e := LINKSRC = Intro.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov_info.9e := LINKSRC = _fini.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov_init.9e := LINKSRC = _fini.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert MustacchiMAC.9e := LINKSRC = mac.9e
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchigldv3.9e := LINKSRC = mac.9e
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert MustacchiGLDv3.9e := LINKSRC = mac.9e
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_get_stats.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_intr.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_ioctl.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_reset.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_send.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_set_mac_addr.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_set_multicast.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_set_promiscuous.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_start.9e := LINKSRC = gld.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovgldm_stop.9e := LINKSRC = gld.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchimc_close.9e := LINKSRC = mc_open.9e
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchimc_stop.9e := LINKSRC = mc_start.9e
52d2369a11f8e7fbf16d9fb72f92a154cf982013Robert Mustacchi
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovtran_setcap.9e := LINKSRC = tran_getcap.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovtran_destroy_pkt.9e := LINKSRC = tran_init_pkt.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovtran_unquiesce.9e := LINKSRC = tran_quiesce.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovtran_pkt_constructor.9e := LINKSRC = tran_setup_pkt.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovtran_pkt_destructor.9e := LINKSRC = tran_setup_pkt.9e
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovtran_teardown_pkt.9e := LINKSRC = tran_setup_pkt.9e
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinclude $(SRC)/man/Makefile.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankovinstall: $(ROOTMANFILES) $(ROOTMANLINKS)