diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-06-05 09:18:11 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-06-05 09:18:11 +0000 |
commit | 7f0672f1404b8202f54f66098bec7fd4b3e6725b (patch) | |
tree | 3fbfdef9566bd6519e2619e4373a1ba2c91d5f14 | |
parent | 880c9cc80f83473be67068067da4628a155b59ef (diff) |
fix datasheet url
-rw-r--r-- | sys/dev/pci/pciide_apollo_reg.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide_apollo_reg.h b/sys/dev/pci/pciide_apollo_reg.h index 2e32fbcfaaf..7464142bbda 100644 --- a/sys/dev/pci/pciide_apollo_reg.h +++ b/sys/dev/pci/pciide_apollo_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_apollo_reg.h,v 1.1 1999/07/18 21:25:19 csapuntz Exp $ */ +/* $OpenBSD: pciide_apollo_reg.h,v 1.2 2000/06/05 09:18:10 chris Exp $ */ /* $NetBSD: pciide_apollo_reg.h,v 1.4 1998/12/16 12:48:46 bouyer Exp $ */ /* @@ -36,7 +36,15 @@ /* * Registers definitions for VIA technologies's Apollo controllers (VT82V580VO, - * VT82C586A and VT82C586B). Available from http://www.via.com.br/ + * VT82C586A and VT82C586B). + * + * UDMA1/2/3/4 capable + * http://www.via.com.tw/pdf/productinfo/686a.pdf + * http://www.via.com.tw/pdf/productinfo/596b.pdf + * + * UDMA1/2 capable + * http://www.via.com.tw/pdf/productinfo/586b.pdf + * http://www.via.com.tw/pdf/productinfo/586a.pdf */ /* misc. configuration registers */ |