Wed Jul 22 19:42:15 2009 UTC ()
Sort supported hardware by name.


(wiz)
diff -r1.25 -r1.26 src/share/man/man4/ath.4

cvs diff -r1.25 -r1.26 src/share/man/man4/ath.4 (expand / switch to unified diff)

--- src/share/man/man4/ath.4 2009/07/22 19:40:41 1.25
+++ src/share/man/man4/ath.4 2009/07/22 19:42:15 1.26
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: ath.4,v 1.25 2009/07/22 19:40:41 wiz Exp $ 1.\" $NetBSD: ath.4,v 1.26 2009/07/22 19:42:15 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting 3.\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting
4.\" All rights reserved. 4.\" All rights reserved.
5.\"" 5.\""
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer, 10.\" notice, this list of conditions and the following disclaimer,
11.\" without modification. 11.\" without modification.
12.\" 2. Redistributions in binary form must reproduce at minimum a disclaimer 12.\" 2. Redistributions in binary form must reproduce at minimum a disclaimer
13.\" similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any 13.\" similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
14.\" redistribution must be conditioned upon including a substantially 14.\" redistribution must be conditioned upon including a substantially
@@ -44,28 +44,28 @@ @@ -44,28 +44,28 @@
44.Dd July 22, 2009 44.Dd July 22, 2009
45.Dt ATH 4 45.Dt ATH 4
46.Os 46.Os
47.Sh NAME 47.Sh NAME
48.Nm ath 48.Nm ath
49.Nd Atheros IEEE 802.11 driver 49.Nd Atheros IEEE 802.11 driver
50.Sh SYNOPSIS 50.Sh SYNOPSIS
51.Cd "ath* at pci? dev ? function ?" 51.Cd "ath* at pci? dev ? function ?"
52.Cd "ath* at cardbus? function ?" 52.Cd "ath* at cardbus? function ?"
53.Sh DESCRIPTION 53.Sh DESCRIPTION
54The 54The
55.Nm 55.Nm
56driver provides support for wireless network adapters based on 56driver provides support for wireless network adapters based on
57the Atheros AR2413, AR2417, AR5210, AR5211, AR5212, AR5413, AR5424, AR5416, 57the Atheros AR2413, AR2417, AR5210, AR5211, AR5212, AR5213, AR5413,
58AR9160, AR9280 and AR9285 and AR5213 chips. 58AR5416, AR5424, AR9160, AR9280, and AR9285 chips.
59Chip-specific support is provided by the Atheros Hardware Access Layer 59Chip-specific support is provided by the Atheros Hardware Access Layer
60(HAL). 60(HAL).
61.Pp 61.Pp
62Supported features include 802.11 and 802.3 frames, power management, BSS, 62Supported features include 802.11 and 802.3 frames, power management, BSS,
63IBSS, and host-based access point operation modes. 63IBSS, and host-based access point operation modes.
64All host/device interaction is via DMA. 64All host/device interaction is via DMA.
65.Pp 65.Pp
66The 66The
67.Nm 67.Nm
68driver encapsulates all IP and ARP traffic as 802.11 frames, however 68driver encapsulates all IP and ARP traffic as 802.11 frames, however
69it can receive either 802.11 or 802.3 frames. 69it can receive either 802.11 or 802.3 frames.
70Transmit speed and operating mode is selectable 70Transmit speed and operating mode is selectable
71depending on your hardware. 71depending on your hardware.