freebsd-dev/share/man/man4/Makefile

681 lines
9.7 KiB
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/18/93
1999-10-30 13:17:58 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
2001-03-27 13:48:25 +00:00
MAN= aac.4 \
acpi.4 \
${_acpi_aiboost.4} \
${_acpi_asus.4} \
${_acpi_dock.4} \
${_acpi_fujitsu.4} \
${_acpi_hp.4} \
${_acpi_ibm.4} \
${_acpi_panasonic.4} \
${_acpi_sony.4} \
2003-12-28 23:23:16 +00:00
acpi_thermal.4 \
${_acpi_toshiba.4} \
acpi_video.4 \
${_acpi_wmi.4} \
2009-11-19 16:19:05 +00:00
ada.4 \
adv.4 \
adw.4 \
ae.4 \
2008-05-19 02:21:00 +00:00
age.4 \
agp.4 \
aha.4 \
ahb.4 \
ahc.4 \
Separate the parallel scsi knowledge out of the core of the XPT, and modularize it so that new transports can be created. Add a transport for SATA Add a periph+protocol layer for ATA Add a driver for AHCI-compliant hardware. Add a maxio field to CAM so that drivers can advertise their max I/O capability. Modify various drivers so that they are insulated from the value of MAXPHYS. The new ATA/SATA code supports AHCI-compliant hardware, and will override the classic ATA driver if it is loaded as a module at boot time or compiled into the kernel. The stack now support NCQ (tagged queueing) for increased performance on modern SATA drives. It also supports port multipliers. ATA drives are accessed via 'ada' device nodes. ATAPI drives are accessed via 'cd' device nodes. They can all be enumerated and manipulated via camcontrol, just like SCSI drives. SCSI commands are not translated to their ATA equivalents; ATA native commands are used throughout the entire stack, including camcontrol. See the camcontrol manpage for further details. Testing this code may require that you update your fstab, and possibly modify your BIOS to enable AHCI functionality, if available. This code is very experimental at the moment. The userland ABI/API has changed, so applications will need to be recompiled. It may change further in the near future. The 'ada' device name may also change as more infrastructure is completed in this project. The goal is to eventually put all CAM busses and devices until newbus, allowing for interesting topology and management options. Few functional changes will be seen with existing SCSI/SAS/FC drivers, though the userland ABI has still changed. In the future, transports specific modules for SAS and FC may appear in order to better support the topologies and capabilities of these technologies. The modularization of CAM and the addition of the ATA/SATA modules is meant to break CAM out of the mold of being specific to SCSI, letting it grow to be a framework for arbitrary transports and protocols. It also allows drivers to be written to support discrete hardware without jeopardizing the stability of non-related hardware. While only an AHCI driver is provided now, a Silicon Image driver is also in the works. Drivers for ICH1-4, ICH5-6, PIIX, classic IDE, and any other hardware is possible and encouraged. Help with new transports is also encouraged. Submitted by: scottl, mav Approved by: re
2009-07-10 08:18:08 +00:00
ahci.4 \
2002-09-01 07:34:47 +00:00
ahd.4 \
aio.4 \
alc.4 \
ale.4 \
alpm.4 \
altq.4 \
amd.4 \
amdpm.4 \
${_amdsbwd.4} \
${_amdsmb.4} \
${_amdtemp.4} \
amr.4 \
an.4 \
2005-09-28 07:31:18 +00:00
arcmsr.4 \
${_asmc.4} \
asr.4 \
ata.4 \
atapicam.4 \
ataraid.4 \
ath.4 \
ath_hal.4 \
atkbd.4 \
atkbdc.4 \
${_atp.4} \
audit.4 \
auditpipe.4 \
aue.4 \
axe.4 \
2006-04-10 20:04:22 +00:00
bce.4 \
bfe.4 \
bge.4 \
bktr.4 \
blackhole.4 \
bpf.4 \
bridge.4 \
bt.4 \
2009-05-16 10:42:00 +00:00
bwi.4 \
2010-02-25 19:43:22 +00:00
bwn.4 \
2002-07-09 05:08:49 +00:00
cardbus.4 \
carp.4 \
cas.4 \
ccd.4 \
cd.4 \
cdce.4 \
ch.4 \
ciss.4 \
cm.4 \
cmx.4 \
coda.4 \
${_coretemp.4} \
${_cpuctl.4} \
cpufreq.4 \
crypto.4 \
cue.4 \
2007-03-14 05:12:25 +00:00
cxgb.4 \
cy.4 \
da.4 \
dc.4 \
dcons.4 \
dcons_crom.4 \
ddb.4 \
de.4 \
devctl.4 \
digi.4 \
disc.4 \
divert.4 \
${_dpms.4} \
dpt.4 \
dummynet.4 \
ed.4 \
edsc.4 \
ef.4 \
ehci.4 \
em.4 \
en.4 \
2006-06-26 22:31:26 +00:00
enc.4 \
epair.4 \
esp.4 \
et.4 \
2003-02-23 22:22:29 +00:00
exca.4 \
faith.4 \
fatm.4 \
fd.4 \
fdc.4 \
2002-10-25 14:34:24 +00:00
firewire.4 \
fpa.4 \
2002-11-08 03:24:32 +00:00
fwe.4 \
2004-06-14 10:55:03 +00:00
fwip.4 \
2002-10-25 14:34:24 +00:00
fwohci.4 \
fxp.4 \
gbde.4 \
gdb.4 \
gem.4 \
geom.4 \
2006-01-06 20:05:55 +00:00
geom_fox.4 \
geom_linux_lvm.4 \
geom_uzip.4 \
gif.4 \
gpib.4 \
2002-09-06 17:17:22 +00:00
gre.4 \
harp.4 \
hatm.4 \
hfa.4 \
hifn.4 \
hme.4 \
${_hptiop.4} \
${_hptmv.4} \
${_hptrr.4} \
hwpmc.4 \
2000-11-16 03:43:56 +00:00
ichsmb.4 \
${_ichwd.4} \
icmp.4 \
icmp6.4 \
ida.4 \
idt.4 \
2005-09-28 07:31:18 +00:00
ifmib.4 \
igb.4 \
igmp.4 \
iic.4 \
iicbb.4 \
iicbus.4 \
iicsmb.4 \
iir.4 \
inet.4 \
inet6.4 \
intpm.4 \
intro.4 \
${_io.4} \
ip.4 \
ip6.4 \
ipfirewall.4 \
${_ipmi.4} \
2003-11-11 18:48:02 +00:00
ips.4 \
ipsec.4 \
ipw.4 \
ipwfw.4 \
iscsi_initiator.4 \
isp.4 \
ispfw.4 \
iwi.4 \
iwifw.4 \
iwn.4 \
2009-05-09 19:44:23 +00:00
iwnfw.4 \
ixgb.4 \
2008-09-04 20:45:32 +00:00
ixgbe.4 \
2008-05-27 02:18:17 +00:00
jme.4 \
joy.4 \
kbdmux.4 \
keyboard.4 \
kld.4 \
ksyms.4 \
ktr.4 \
kue.4 \
lagg.4 \
le.4 \
led.4 \
lge.4 \
${_lindev.4} \
${_linux.4} \
lmc.4 \
lo.4 \
lp.4 \
lpbb.4 \
lpt.4 \
mac.4 \
mac_biba.4 \
mac_bsdextended.4 \
mac_ifoff.4 \
mac_lomac.4 \
mac_mls.4 \
mac_none.4 \
mac_partition.4 \
mac_portacl.4 \
mac_seeotheruids.4 \
mac_stub.4 \
mac_test.4 \
malo.4 \
mcd.4 \
md.4 \
mem.4 \
meteor.4 \
2006-03-29 07:35:39 +00:00
mfi.4 \
miibus.4 \
mk48txx.4 \
Merge final round of MLD changes from p4: ip6_input.c, in6.h: * Add netinet6-specific mbuf flag M_RTALERT_MLD, shadowing M_PROTO6. * Always set this flag if HBH Router Alert option is present for MLD, even when not forwarding. icmp6.c: * In icmp6_input(), spell m->m_pkthdr.rcvif as ifp to be consistent. * Use scope ID for verifying input. Do not apply SSM filters here, no inpcb. * Check for M_RTALERT_MLD when validating MLD traffic, as we can't see IPv6 hop options outside of ip6_input(). in6_mcast.c: * Use KAME scope/zone ID in in6_multi. * Update net.inet6.ip6.mcast.filters implementation to use scope IDs for comparisons. * Fix scope ID treatment in multicast socket option processing. Scope IDs passed in from userland will be ignored as other less ambiguous APIs exist for specifying the link. * Tighten userland input checks in IPv6 SSM delta and full-state ops. * Source filter embedded scope IDs need to be revisited, for now just clear them and ignore them on input. * Adapt KAME behaviour of looking up the scope ID in the default zone for multicast leaves, when the interface is ambiguous. mld6.c: * Tighten origin checks on MLD traffic as per RFC3810 Section 6.2: * ip6_src MAY be the unspecified address for MLDv1 reports. * ip6_src MAY have link-local address scope for MLDv1 reports, MLDv1 queries, and MLDv2 queries. * Perform address field validation *before* accepting queries. * Use KAME scope/zone ID in query/report processing. * Break const correctness for mld_v1_input_report(), mld_v1_input_query() as we temporarily modify the input mbuf chain. * Clear the scope ID before handoff to userland MLD daemon. * Fix MLDv1 old querier present timer processing. With the protocol defaults, hosts should revert to MLDv2 after 260s. * Add net.inet6.mld.v1enable sysctl, default to on. ifmcstat.c: * Use sysctl by default; -K requests kvm(3) if so compiled. mld.4: * Connect man page to build. Tested using PCS.
2009-05-27 18:57:13 +00:00
mld.4 \
mlx.4 \
mly.4 \
mmc.4 \
mmcsd.4 \
mn.4 \
mouse.4 \
mpt.4 \
2006-12-13 02:37:48 +00:00
msk.4 \
mtio.4 \
multicast.4 \
mvs.4 \
mwl.4 \
mwlfw.4 \
mxge.4 \
my.4 \
natm.4 \
natmip.4 \
ncr.4 \
ncv.4 \
${_ndis.4} \
net80211.4 \
netgraph.4 \
netintro.4 \
${_nfe.4} \
${_nfsmb.4} \
ng_async.4 \
ng_atm.4 \
ngatmbase.4 \
ng_atmllc.4 \
2002-11-21 00:06:08 +00:00
ng_bluetooth.4 \
ng_bpf.4 \
ng_bridge.4 \
2002-11-21 00:06:08 +00:00
ng_bt3c.4 \
ng_btsocket.4 \
ng_car.4 \
ng_ccatm.4 \
ng_cisco.4 \
ng_deflate.4 \
ng_device.4 \
nge.4 \
ng_echo.4 \
ng_eiface.4 \
ng_etf.4 \
ng_ether.4 \
ng_ether_echo.4 \
ng_fec.4 \
ng_frame_relay.4 \
2001-09-26 23:50:17 +00:00
ng_gif.4 \
ng_gif_demux.4 \
2002-11-21 00:06:08 +00:00
ng_h4.4 \
ng_hci.4 \
ng_hole.4 \
ng_hub.4 \
ng_iface.4 \
2005-02-05 17:53:44 +00:00
ng_ipfw.4 \
2005-09-28 07:31:18 +00:00
ng_ip_input.4 \
ng_ksocket.4 \
2002-11-21 00:06:08 +00:00
ng_l2cap.4 \
ng_l2tp.4 \
ng_lmi.4 \
ng_mppc.4 \
2005-05-06 15:33:12 +00:00
ng_nat.4 \
ng_netflow.4 \
2000-11-16 05:58:33 +00:00
ng_one2many.4 \
ng_ppp.4 \
ng_pppoe.4 \
ng_pptpgre.4 \
ng_pred1.4 \
ng_rfc1490.4 \
ng_socket.4 \
ng_source.4 \
ng_split.4 \
2004-04-25 08:52:26 +00:00
ng_sppp.4 \
ng_sscfu.4 \
ng_sscop.4 \
ng_tag.4 \
2005-06-10 08:44:19 +00:00
ng_tcpmss.4 \
ng_tee.4 \
ng_tty.4 \
2002-11-21 00:06:08 +00:00
ng_ubt.4 \
ng_UI.4 \
ng_uni.4 \
ng_vjc.4 \
ng_vlan.4 \
2001-07-08 04:36:52 +00:00
nmdm.4 \
nsp.4 \
null.4 \
${_nve.4} \
${_nvram.4} \
${_nxge.4} \
ohci.4 \
orm.4 \
${_padlock.4} \
pass.4 \
patm.4 \
2002-07-09 05:08:49 +00:00
pccard.4 \
pccbb.4 \
pcf.4 \
pci.4 \
pcib.4 \
2001-08-21 20:07:49 +00:00
pcic.4 \
pcii.4 \
pcm.4 \
pcn.4 \
pim.4 \
polling.4 \
ppbus.4 \
ppc.4 \
ppi.4 \
psm.4 \
pst.4 \
pt.4 \
Integrate the new MPSAFE TTY layer to the FreeBSD operating system. The last half year I've been working on a replacement TTY layer for the FreeBSD kernel. The new TTY layer was designed to improve the following: - Improved driver model: The old TTY layer has a driver model that is not abstract enough to make it friendly to use. A good example is the output path, where the device drivers directly access the output buffers. This means that an in-kernel PPP implementation must always convert network buffers into TTY buffers. If a PPP implementation would be built on top of the new TTY layer (still needs a hooks layer, though), it would allow the PPP implementation to directly hand the data to the TTY driver. - Improved hotplugging: With the old TTY layer, it isn't entirely safe to destroy TTY's from the system. This implementation has a two-step destructing design, where the driver first abandons the TTY. After all threads have left the TTY, the TTY layer calls a routine in the driver, which can be used to free resources (unit numbers, etc). The pts(4) driver also implements this feature, which means posix_openpt() will now return PTY's that are created on the fly. - Improved performance: One of the major improvements is the per-TTY mutex, which is expected to improve scalability when compared to the old Giant locking. Another change is the unbuffered copying to userspace, which is both used on TTY device nodes and PTY masters. Upgrading should be quite straightforward. Unlike previous versions, existing kernel configuration files do not need to be changed, except when they reference device drivers that are listed in UPDATING. Obtained from: //depot/projects/mpsafetty/... Approved by: philip (ex-mentor) Discussed: on the lists, at BSDCan, at the DevSummit Sponsored by: Snow B.V., the Netherlands dcons(4) fixed by: kan
2008-08-20 08:31:58 +00:00
pts.4 \
pty.4 \
puc.4 \
ral.4 \
random.4 \
rc.4 \
re.4 \
rl.4 \
2003-03-11 19:16:42 +00:00
rndtest.4 \
route.4 \
rp.4 \
rue.4 \
rum.4 \
2010-01-28 22:28:01 +00:00
run.4 \
sa.4 \
2003-07-21 21:52:48 +00:00
safe.4 \
2002-10-25 14:34:24 +00:00
sbp.4 \
2003-11-07 09:41:42 +00:00
sbp_targ.4 \
scc.4 \
scd.4 \
sched_4bsd.4 \
sched_ule.4 \
screen.4 \
scsi.4 \
2007-10-15 08:17:12 +00:00
sctp.4 \
2009-01-07 09:50:57 +00:00
sdhci.4 \
sem.4 \
ses.4 \
sf.4 \
sge.4 \
si.4 \
siba.4 \
sio.4 \
siis.4 \
sis.4 \
sk.4 \
smb.4 \
smbus.4 \
smp.4 \
2000-11-08 06:32:40 +00:00
sn.4 \
snd_ad1816.4 \
snd_als4000.4 \
snd_atiixp.4 \
snd_cmi.4 \
snd_cs4281.4 \
snd_csa.4 \
snd_ds1.4 \
snd_emu10k1.4 \
snd_emu10kx.4 \
2006-06-17 16:43:21 +00:00
snd_envy24.4 \
2006-09-30 18:04:57 +00:00
snd_envy24ht.4 \
snd_es137x.4 \
2004-09-20 20:21:47 +00:00
snd_ess.4 \
snd_fm801.4 \
snd_gusc.4 \
snd_hda.4 \
snd_ich.4 \
snd_maestro3.4 \
2007-10-15 08:17:12 +00:00
snd_maestro.4 \
snd_mss.4 \
snd_neomagic.4 \
snd_sbc.4 \
snd_solo.4 \
2006-09-30 17:30:02 +00:00
snd_spicds.4 \
snd_t4dwave.4 \
snd_uaudio.4 \
snd_via8233.4 \
snd_via82c686.4 \
snd_vibes.4 \
snp.4 \
spic.4 \
${_spkr.4} \
splash.4 \
sppp.4 \
ste.4 \
stf.4 \
stg.4 \
2006-07-25 00:53:14 +00:00
stge.4 \
sym.4 \
syncache.4 \
syncer.4 \
syscons.4 \
sysmouse.4 \
tap.4 \
targ.4 \
tcp.4 \
tdfx.4 \
termios.4 \
textdump.4 \
ti.4 \
tl.4 \
tnt4882.4 \
trm.4 \
tty.4 \
tun.4 \
twa.4 \
twe.4 \
tx.4 \
txp.4 \
u3g.4 \
uark.4 \
uart.4 \
2009-04-06 12:47:09 +00:00
uath.4 \
ubsa.4 \
ubsec.4 \
ubser.4 \
ubtbcmfw.4 \
uchcom.4 \
ucom.4 \
ucycom.4 \
udav.4 \
udbp.4 \
udp.4 \
ufm.4 \
2006-01-10 18:39:23 +00:00
ufoma.4 \
uftdi.4 \
ugen.4 \
uhci.4 \
uhid.4 \
uhso.4 \
uipaq.4 \
ukbd.4 \
ulpt.4 \
umass.4 \
umct.4 \
umodem.4 \
ums.4 \
unix.4 \
2008-08-11 04:48:34 +00:00
upgt.4 \
uplcom.4 \
ural.4 \
urio.4 \
2009-01-23 05:53:49 +00:00
${_urtw.4} \
usb.4 \
uslcom.4 \
utopia.4 \
2002-08-13 01:39:36 +00:00
uvisor.4 \
uvscom.4 \
vga.4 \
vge.4 \
viapm.4 \
vinum.4 \
vkbd.4 \
vlan.4 \
vpo.4 \
vr.4 \
watchdog.4 \
wb.4 \
wi.4 \
witness.4 \
wlan.4 \
wlan_acl.4 \
wlan_amrr.4 \
wlan_ccmp.4 \
wlan_tkip.4 \
wlan_wep.4 \
wlan_xauth.4 \
${_wpi.4} \
xe.4 \
xl.4 \
xpt.4 \
zero.4 \
zyd.4
2008-11-29 18:21:31 +00:00
MLINKS= ae.4 if_ae.4
MLINKS+=age.4 if_age.4
MLINKS+=agp.4 agpgart.4
MLINKS+=ale.4 if_ale.4
MLINKS+=altq.4 ALTQ.4
MLINKS+=an.4 if_an.4
MLINKS+=ata.4 acd.4 \
ata.4 ad.4 \
ata.4 afd.4 \
ata.4 ast.4
MLINKS+=aue.4 if_aue.4
MLINKS+=axe.4 if_axe.4
MLINKS+=bce.4 if_bce.4
MLINKS+=bfe.4 if_bfe.4
MLINKS+=bge.4 if_bge.4
MLINKS+=bktr.4 brooktree.4
MLINKS+=bridge.4 if_bridge.4
2009-05-16 10:42:00 +00:00
MLINKS+=bwi.4 if_bwi.4
MLINKS+=cas.4 if_cas.4
MLINKS+=crypto.4 cryptodev.4
MLINKS+=cue.4 if_cue.4
MLINKS+=dc.4 if_dc.4
MLINKS+=de.4 if_de.4
MLINKS+=disc.4 if_disc.4
MLINKS+=ed.4 if_ed.4
MLINKS+=edsc.4 if_edsc.4
MLINKS+=ef.4 if_ef.4
MLINKS+=em.4 if_em.4
MLINKS+=en.4 if_en.4
MLINKS+=enc.4 if_enc.4
MLINKS+=epair.4 if_epair.4
MLINKS+=et.4 if_et.4
MLINKS+=faith.4 if_faith.4
MLINKS+=fatm.4 if_fatm.4
MLINKS+=fd.4 stderr.4 \
fd.4 stdin.4 \
fd.4 stdout.4
MLINKS+=firewire.4 ieee1394.4
MLINKS+=fpa.4 fea.4
2004-01-09 17:49:03 +00:00
MLINKS+=fwe.4 if_fwe.4
2004-06-14 10:55:03 +00:00
MLINKS+=fwip.4 if_fwip.4
MLINKS+=fxp.4 if_fxp.4
MLINKS+=gem.4 if_gem.4
2003-10-23 05:27:38 +00:00
MLINKS+=geom.4 GEOM.4
MLINKS+=gif.4 if_gif.4
MLINKS+=gre.4 if_gre.4
MLINKS+=hatm.4 if_hatm.4
MLINKS+=hme.4 if_hme.4
MLINKS+=${_hptrr.4} ${_rr232x.4}
MLINKS+=idt.4 if_idt.4
2008-11-29 18:21:31 +00:00
MLINKS+=igb.4 if_igb.4
MLINKS+=ip.4 rawip.4
MLINKS+=ipfirewall.4 ipaccounting.4 \
ipfirewall.4 ipacct.4 \
ipfirewall.4 ipfw.4
MLINKS+=ipw.4 if_ipw.4
MLINKS+=iwi.4 if_iwi.4
2008-11-29 18:21:31 +00:00
MLINKS+=iwn.4 if_iwn.4
MLINKS+=ixgb.4 if_ixgb.4
2008-09-04 20:45:32 +00:00
MLINKS+=ixgbe.4 if_ixgbe.4
2008-11-29 18:21:31 +00:00
MLINKS+=jme.4 if_jme.4
MLINKS+=kue.4 if_kue.4
2007-04-17 00:57:54 +00:00
MLINKS+=lagg.4 trunk.4
MLINKS+=le.4 if_le.4
MLINKS+=lge.4 if_lge.4
MLINKS+=lo.4 loop.4
1999-04-14 16:04:55 +00:00
MLINKS+=lp.4 plip.4
2008-11-29 18:21:31 +00:00
MLINKS+=malo.4 if_malo.4
MLINKS+=md.4 vn.4
MLINKS+=mem.4 kmem.4
MLINKS+=mn.4 if_mn.4
MLINKS+=mxge.4 if_mxge.4
MLINKS+=my.4 if_my.4
MLINKS+=${_ndis.4} ${_if_ndis.4}
MLINKS+=netintro.4 net.4 \
netintro.4 networking.4
MLINKS+=${_nfe.4} ${_if_nfe.4}
MLINKS+=nge.4 if_nge.4
MLINKS+=${_nve.4} ${_if_nve.4}
MLINKS+=${_nxge.4} ${_if_nxge.4}
MLINKS+=patm.4 if_patm.4
MLINKS+=pccbb.4 cbb.4
MLINKS+=pcm.4 snd.4 \
pcm.4 sound.4
MLINKS+=pcn.4 if_pcn.4
MLINKS+=ral.4 if_ral.4
MLINKS+=re.4 if_re.4
MLINKS+=rl.4 if_rl.4
2004-01-14 13:35:15 +00:00
MLINKS+=rue.4 if_rue.4
MLINKS+=rum.4 if_rum.4
MLINKS+=scsi.4 CAM.4 \
scsi.4 cam.4 \
scsi.4 scbus.4 \
scsi.4 SCSI.4
MLINKS+=sf.4 if_sf.4
MLINKS+=sis.4 if_sis.4
MLINKS+=sk.4 if_sk.4
1999-04-14 16:04:55 +00:00
MLINKS+=smp.4 SMP.4
MLINKS+=sn.4 if_sn.4
2006-06-17 16:43:21 +00:00
MLINKS+=snd_envy24.4 snd_ak452x.4
MLINKS+=snd_sbc.4 snd_sb16.4 \
snd_sbc.4 snd_sb8.4
MLINKS+=${_spkr.4} ${_speaker.4}
MLINKS+=splash.4 screensaver.4
MLINKS+=ste.4 if_ste.4
MLINKS+=stf.4 if_stf.4
2006-07-25 00:53:14 +00:00
MLINKS+=stge.4 if_stge.4
MLINKS+=syncache.4 syncookies.4
MLINKS+=syscons.4 sc.4
MLINKS+=tap.4 if_tap.4
MLINKS+=tdfx.4 tdfx_linux.4
MLINKS+=ti.4 if_ti.4
MLINKS+=tl.4 if_tl.4
MLINKS+=tun.4 if_tun.4
MLINKS+=tx.4 if_tx.4
MLINKS+=txp.4 if_txp.4
MLINKS+=u3g.4 u3gstub.4
2009-04-06 12:47:09 +00:00
MLINKS+=uath.4 if_uath.4
MLINKS+=udav.4 if_udav.4
2008-11-29 18:21:31 +00:00
MLINKS+=upgt.4 if_upgt.4
MLINKS+=ural.4 if_ural.4
2009-01-23 05:53:49 +00:00
MLINKS+=${_urtw.4} ${_if_urtw.4}
MLINKS+=vge.4 if_vge.4
MLINKS+=vlan.4 if_vlan.4
MLINKS+=vpo.4 imm.4
MLINKS+=vr.4 if_vr.4
2007-10-15 08:17:12 +00:00
MLINKS+=watchdog.4 SW_WATCHDOG.4
MLINKS+=wb.4 if_wb.4
MLINKS+=wi.4 if_wi.4
MLINKS+=${_wpi.4} ${_if_wpi.4}
MLINKS+=xe.4 if_xe.4
MLINKS+=xl.4 if_xl.4
2008-11-29 18:21:31 +00:00
MLINKS+=zyd.4 if_zyd.4
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_acpi_aiboost.4=acpi_aiboost.4
_acpi_asus.4= acpi_asus.4
_acpi_dock.4= acpi_dock.4
_acpi_fujitsu.4=acpi_fujitsu.4
_acpi_hp.4= acpi_hp.4
_acpi_ibm.4= acpi_ibm.4
_acpi_panasonic.4=acpi_panasonic.4
_acpi_sony.4= acpi_sony.4
_acpi_toshiba.4=acpi_toshiba.4
_acpi_wmi.4= acpi_wmi.4
_amdsbwd.4= amdsbwd.4
_amdsmb.4= amdsmb.4
_amdtemp.4= amdtemp.4
2007-11-13 11:23:52 +00:00
_asmc.4= asmc.4
_atp.4= atp.4
_coretemp.4= coretemp.4
_cpuctl.4= cpuctl.4
_dpms.4= dpms.4
_hptiop.4= hptiop.4
_hptmv.4= hptmv.4
_hptrr.4= hptrr.4
_ichwd.4= ichwd.4
_if_ndis.4= if_ndis.4
_if_nfe.4= if_nfe.4
_if_nve.4= if_nve.4
_if_nxge.4= if_nxge.4
2009-01-23 05:53:49 +00:00
_if_urtw.4= if_urtw.4
_if_wpi.4= if_wpi.4
_ipmi.4= ipmi.4
_io.4= io.4
_lindev.4= lindev.4
_linux.4= linux.4
_ndis.4= ndis.4
_nfe.4= nfe.4
2007-10-15 08:17:12 +00:00
_nfsmb.4= nfsmb.4
_nve.4= nve.4
_nvram.4= nvram.4
_nxge.4= nxge.4
_padlock.4= padlock.4
_rr232x.4= rr232x.4
_speaker.4= speaker.4
2007-10-15 08:17:12 +00:00
_spkr.4= spkr.4
2009-01-23 05:53:49 +00:00
_urtw.4= urtw.4
_wpi.4= wpi.4
MLINKS+=lindev.4 full.4
.endif
.if ${MACHINE_ARCH} == "powerpc"
_atp.4= atp.4
.endif
.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
SUBDIR= man4.${MACHINE_ARCH}
.endif
1994-05-30 19:09:18 +00:00
.include <bsd.prog.mk>