the prism54 domain is long abandoned
authorjsg <jsg@openbsd.org>
Mon, 3 Jan 2022 12:01:32 +0000 (12:01 +0000)
committerjsg <jsg@openbsd.org>
Mon, 3 Jan 2022 12:01:32 +0000 (12:01 +0000)
don't give any traffic to whoever registered it afterwards

ok claudio@ stsp@

share/man/man4/upgt.4
sys/dev/ic/pgt.c

index bf194e5..958c1d3 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: upgt.4,v 1.29 2021/10/24 12:32:42 kn Exp $
+.\" $OpenBSD: upgt.4,v 1.30 2022/01/03 12:01:32 jsg Exp $
 .\"
 .\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
 .\" Copyright (c) 2005-2007
@@ -48,7 +48,7 @@
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: October 24 2021 $
+.Dd $Mdocdate: January 3 2022 $
 .Dt UPGT 4
 .Os
 .Sh NAME
@@ -182,9 +182,6 @@ The
 .Nm
 driver was written by
 .An Marcus Glocker Aq Mt mglocker@openbsd.org .
-.Pp
-The hardware specification was reverse engineered by the people at
-.Lk http://www.prism54.org .
 .Sh CAVEATS
 The
 .Nm
index a75179f..cb63346 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pgt.c,v 1.100 2021/03/03 23:58:28 jsg Exp $  */
+/*     $OpenBSD: pgt.c,v 1.101 2022/01/03 12:01:32 jsg Exp $  */
 
 /*
  * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org>
@@ -96,8 +96,7 @@
 
 /*
  * This is a driver for the Intersil Prism family of 802.11g network cards,
- * based upon version 1.2 of the Linux driver and firmware found at
- * http://www.prism54.org/.
+ * based upon version 1.2 of the Linux driver.
  */
 
 #define SCAN_TIMEOUT                   5       /* 5 seconds */