diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-08 21:39:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-08 21:39:55 +0000 |
commit | 429f1059566bf271eb96c3c49fe7731eaf9ca6e6 (patch) | |
tree | 333f8abd30bb037d71267b77f72183c9848f6718 /share/man/man4/usb.4 | |
parent | 3353e61cac2a6e6024c2523823fdd30a6ae6b318 (diff) |
atu(4) supports Atmel-based USB wireless devices (man page based on a
shred of wi.4
Diffstat (limited to 'share/man/man4/usb.4')
-rw-r--r-- | share/man/man4/usb.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 1c9f729b321..306902f1854 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.36 2004/10/08 13:30:28 jaredy Exp $ +.\" $OpenBSD: usb.4,v 1.37 2004/11/08 21:39:54 deraadt Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -122,8 +122,10 @@ drivers, sorted by device type and driver name: .Tn USB Mass Storage Devices, e.g., external disk drives. .El -.Ss Ethernet adapters +.Ss Network adapters .Bl -tag -width 12n -offset ind -compact +.It Xr atu 4 +Atmel at76c503a 802.11DS wireless network interfaces. .It Xr aue 4 ADMtek AN986 / ADM8511 Pegasus family USB Ethernet interfaces. .It Xr axe 4 @@ -504,6 +506,7 @@ Human Interface Devices .Xr usbhidctl 1 , .Xr ioctl 2 , .Xr usbhid 3 , +.Xr atu 4 , .Xr aue 4 , .Xr axe 4 , .Xr cardbus 4 , |