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.10 (via patch, requested...



details:   https://anonhg.NetBSD.org/src/rev/651f980761a9
branches:  netbsd-1-6
changeset: 531423:651f980761a9
user:      he <he%NetBSD.org@localhost>
date:      Mon Jul 12 21:24:32 2004 +0000

description:
Pull up revision 1.10 (via patch, requested by grant in ticket #1720):
  Add support for SATALink 3112.

diffstat:

 sys/dev/pci/pciidevar.h |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 6cb48884a5ea -r 651f980761a9 sys/dev/pci/pciidevar.h
--- a/sys/dev/pci/pciidevar.h   Mon Jul 12 21:24:08 2004 +0000
+++ b/sys/dev/pci/pciidevar.h   Mon Jul 12 21:24:32 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciidevar.h,v 1.7.16.1 2003/06/16 21:14:47 grant Exp $ */
+/*     $NetBSD: pciidevar.h,v 1.7.16.2 2004/07/12 21:24:32 he Exp $    */
 
 /*
  * Copyright (c) 1998 Christopher G. Demetriou.  All rights reserved.
@@ -52,6 +52,13 @@
        bus_space_handle_t      sc_dma_ioh;
        bus_dma_tag_t           sc_dmat;
 
+       /*
+        * Some controllers might have DMA restrictions other than
+        * the norm.
+        */
+       bus_size_t              sc_dma_maxsegsz;
+       bus_size_t              sc_dma_boundary;
+
        /* For Cypress */
        const struct cy82c693_handle *sc_cy_handle;
        int sc_cy_compatchan;



Home | Main Index | Thread Index | Old Index