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/ata Pull up revision 1.41 via patch (requested ...
details: https://anonhg.NetBSD.org/src/rev/5dfe3f295813
branches: netbsd-1-6
changeset: 531343:5dfe3f295813
user: tron <tron%NetBSD.org@localhost>
date: Wed May 12 11:37:30 2004 +0000
description:
Pull up revision 1.41 via patch (requested by bouyer in ticket #1689):
Change the value of DRIVE_ATAPIST which was same as that of DRIVE_DMAERR.
Ok'd by bouyer.
diffstat:
sys/dev/ata/atavar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e40d7ef08478 -r 5dfe3f295813 sys/dev/ata/atavar.h
--- a/sys/dev/ata/atavar.h Tue May 11 14:42:32 2004 +0000
+++ b/sys/dev/ata/atavar.h Wed May 12 11:37:30 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atavar.h,v 1.25 2002/04/23 20:41:14 bouyer Exp $ */
+/* $NetBSD: atavar.h,v 1.25.4.1 2004/05/12 11:37:30 tron Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -48,7 +48,7 @@
#define DRIVE_MODE 0x0040 /* the drive reported its mode */
#define DRIVE_RESET 0x0080 /* reset the drive state at next xfer */
#define DRIVE_DMAERR 0x0100 /* Udma transfer had crc error, don't try DMA */
-#define DRIVE_ATAPIST 0x0100 /* device is an ATAPI tape drive */
+#define DRIVE_ATAPIST 0x0200 /* device is an ATAPI tape drive */
/*
* Current setting of drive's PIO, DMA and UDMA modes.
* Is initialised by the disks drivers at attach time, and may be
Home |
Main Index |
Thread Index |
Old Index