diff options
author | 2001-12-07 11:27:07 +0000 | |
---|---|---|
committer | 2001-12-07 11:27:07 +0000 | |
commit | 0841e5cda0feb2308959ab0e600dcc7c0b8e235c (patch) | |
tree | f8788edcc9bd88b6ed2716996065857a74db15c5 | |
parent | Remove 4m bits and put some other nasty restrictions on kvm_uncache so (diff) | |
download | wireguard-openbsd-0841e5cda0feb2308959ab0e600dcc7c0b8e235c.tar.xz wireguard-openbsd-0841e5cda0feb2308959ab0e600dcc7c0b8e235c.zip |
radio cards fixes, from Maxim Tsyplakov <tm@oganer.net>
-rw-r--r-- | share/man/man4/isa.4 | 10 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/isa.4 b/share/man/man4/isa.4 index e7fdd30f567..d383c8b8e50 100644 --- a/share/man/man4/isa.4 +++ b/share/man/man4/isa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isa.4,v 1.13 2001/12/05 11:27:44 mickey Exp $ +.\" $OpenBSD: isa.4,v 1.14 2001/12/07 11:27:07 mickey Exp $ .\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -212,9 +212,13 @@ compatible chips. .El .Ss Radio receiver devices .Bl -tag -width sf24xx -offset ind -.It az 4 +.It Xr az 4 Aztech/PackardBell radio card devices. -.It sf2r 4 +.It Xr rt 4 +AIMS Lab Radiotrack FM radio device driver. +.It Xr rtii 4 +AIMS Lab Radiotrack II FM radio device driver. +.It Xr sf2r 4 SoundForte RadioLink SF16-FMR2 FM radio devices. .El .Pp diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 524afd2ea41..0330d0dcc82 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.54 2001/12/05 11:27:44 mickey Exp $ +.\" $OpenBSD: pci.4,v 1.55 2001/12/07 11:27:07 mickey Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -291,12 +291,8 @@ Yamaha DS-XG sound devices. .Bl -tag -width 10n -offset ind .It Xr mr 4 Guillemot Maxi Radio FM 2000 FM radio device driver. -.It Xr rt 4 -AIMS Lab Radiotrack FM radio device driver. -.It Xr rtii 4 -AIMS Lab Radiotrack II FM radio device driver. -.It sf4r 4 -SoundForte RadioLink SF16-FMR2 FM radio device driver. +.It Xr sf4r 4 +SoundForte RadioLink SF64-PCR FM radio device driver. .El .Ss Miscellaneous devices .Bl -tag -width 10n -offset ind |