summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-02-10 11:22:47 +0000
committerd <d@openbsd.org>2000-02-10 11:22:47 +0000
commitc0dadccca82eb2ed98dd76bf542dc5f999023c86 (patch)
tree4363890b266d7dba30b31e573bf70b397e6595f1
parentstdc (diff)
downloadwireguard-openbsd-c0dadccca82eb2ed98dd76bf542dc5f999023c86.tar.xz
wireguard-openbsd-c0dadccca82eb2ed98dd76bf542dc5f999023c86.zip
mention where to find the BT848 data sheet nowadays. handy for those serious about understanding the driver.
-rw-r--r--sys/dev/pci/brooktree848.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/brooktree848.c b/sys/dev/pci/brooktree848.c
index 9c327e73959..38cd3beb70d 100644
--- a/sys/dev/pci/brooktree848.c
+++ b/sys/dev/pci/brooktree848.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: brooktree848.c,v 1.15 1999/12/05 23:33:20 deraadt Exp $ */
+/* $OpenBSD: brooktree848.c,v 1.16 2000/02/10 11:22:47 d Exp $ */
/* $Roger: brooktree848.c,v 1.85 1999/06/12 14:54:54 roger Exp $ */
/* BT848 Driver for Brooktree's Bt848, Bt848A, Bt849A, Bt878, Bt879 based cards.
@@ -17,6 +17,10 @@
Enjoy,
Amancio
+ The Bt848 was discontinued in July 1999.
+ http://www.conexant.com/techinfo/data_sheets/multimedia/pci_products/848/l848_b.pdf
+ (Brooktree was purchased by Rockwell, and their entire semiconductor arm
+ renamed as Conexant.)
*/
/*