diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-02-10 11:22:48 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-02-10 11:22:48 +0000 |
commit | 287eae7b66f63370c31d4b16706e7e27d0bcce5c (patch) | |
tree | 59f44a88396899726059eef45658976a1477ae9a | |
parent | 243405e3996e297db0561e6b1cc4a5df6a18a752 (diff) |
mention where to find the BT848 data sheet nowadays. handy for those serious about understanding the driver.
-rw-r--r-- | sys/dev/pci/brooktree848.c | 6 |
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.) */ /* |