Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/include Define a pci_bus_dma_tag.
details: https://anonhg.NetBSD.org/src/rev/e903af6cc1e4
branches: trunk
changeset: 503439:e903af6cc1e4
user: briggs <briggs%NetBSD.org@localhost>
date: Tue Feb 06 05:01:31 2001 +0000
description:
Define a pci_bus_dma_tag.
diffstat:
sys/arch/bebox/include/pci_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2cf83ce7856d -r e903af6cc1e4 sys/arch/bebox/include/pci_machdep.h
--- a/sys/arch/bebox/include/pci_machdep.h Tue Feb 06 05:00:50 2001 +0000
+++ b/sys/arch/bebox/include/pci_machdep.h Tue Feb 06 05:01:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.7 2000/12/28 22:59:08 sommerfeld Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.8 2001/02/06 05:01:31 briggs Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -55,6 +55,7 @@
typedef void *pci_chipset_tag_t;
typedef int pcitag_t;
typedef int pci_intr_handle_t;
+extern struct bebox_bus_dma_tag pci_bus_dma_tag;
/*
* Functions provided to machine-independent PCI code.
Home |
Main Index |
Thread Index |
Old Index