diff options
author | 2000-06-05 09:18:10 +0000 | |
---|---|---|
committer | 2000-06-05 09:18:10 +0000 | |
commit | 76767d5074d09502b10b047947d89b32d0304fdf (patch) | |
tree | e59d2e79daeae6970bdfda332e7924deeeb962f9 | |
parent | Various fixes. (diff) | |
download | wireguard-openbsd-76767d5074d09502b10b047947d89b32d0304fdf.tar.xz wireguard-openbsd-76767d5074d09502b10b047947d89b32d0304fdf.zip |
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 */ |