Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.9 (requested by nakayama...



details:   https://anonhg.NetBSD.org/src/rev/aa5744e99f4b
branches:  netbsd-1-6
changeset: 530205:aa5744e99f4b
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 28 06:25:24 2003 +0000

description:
Pull up revision 1.9 (requested by nakayama in ticket #1275):
Make DMA mode works on Promise Ultra66/100 with 48-bit LBA drives.
Ok'ed by bouyer in tech-kern%netbsd.org@localhost.

diffstat:

 sys/dev/pci/pciide_pdc202xx_reg.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 822f89173e7f -r aa5744e99f4b sys/dev/pci/pciide_pdc202xx_reg.h
--- a/sys/dev/pci/pciide_pdc202xx_reg.h Tue Apr 22 02:12:55 2003 +0000
+++ b/sys/dev/pci/pciide_pdc202xx_reg.h Mon Apr 28 06:25:24 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide_pdc202xx_reg.h,v 1.7 2002/04/23 20:41:18 bouyer Exp $ */
+/*     $NetBSD: pciide_pdc202xx_reg.h,v 1.7.4.1 2003/04/28 06:25:24 tron Exp $ */
 
 /*
  * Copyright (c) 1999 Manuel Bouyer.
@@ -99,6 +99,8 @@
 #define PDC262_ATAPI_DMA_READ  0x00001000
 #define PDC262_ATAPI_DMA_WRITE 0x00002000
 #define PDC262_ATAPI_UDMA      0x00004000
+#define PDC262_ATAPI_LBA48_READ  0x05000000
+#define PDC262_ATAPI_LBA48_WRITE 0x06000000
 
 /*
  * The timings provided here cmoes from the PDC20262 docs. I hope they are



Home | Main Index | Thread Index | Old Index