diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-03-12 19:10:08 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-03-12 19:10:08 +0000 |
commit | da6c536f3e994104b19aa8377758446d0fa53b77 (patch) | |
tree | 5a405ad86aa3a29aba922e7c9f85944054001d81 /sys/dev/pci/pciide_amd_reg.h | |
parent | d8cac78d3ded828ac290d48b4bceae795b625c1b (diff) |
Enable ata133 on amd8111; from netbsd
tested by beck@
Diffstat (limited to 'sys/dev/pci/pciide_amd_reg.h')
-rw-r--r-- | sys/dev/pci/pciide_amd_reg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide_amd_reg.h b/sys/dev/pci/pciide_amd_reg.h index 775955db478..ebbff5c6c12 100644 --- a/sys/dev/pci/pciide_amd_reg.h +++ b/sys/dev/pci/pciide_amd_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_amd_reg.h,v 1.6 2003/09/28 21:01:43 grange Exp $ */ +/* $OpenBSD: pciide_amd_reg.h,v 1.7 2004/03/12 19:10:07 grange Exp $ */ /* $NetBSD: pciide_amd_reg.h,v 1.2 2000/07/06 15:08:11 bouyer Exp $ */ /* @@ -80,4 +80,5 @@ static const int8_t amd756_pio_rec[] = {0x08, 0x08, 0x08, 0x02, 0x00}; #define AMD756_UDMA_EN_MTH(channel, drive) (0x80 << \ (((1 - (channel)) << 4) + ((1 - (drive)) << 3))) -static const int8_t amd756_udma_tim[] = {0x02, 0x01, 0x00, 0x04, 0x05, 0x06}; +static const int8_t amd756_udma_tim[] = + {0x02, 0x01, 0x00, 0x04, 0x05, 0x06, 0x07}; |