Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pull up revision 1.2 (requested by bouyer):
details: https://anonhg.NetBSD.org/src/rev/333d11d45424
branches: netbsd-1-5
changeset: 490388:333d11d45424
user: he <he%NetBSD.org@localhost>
date: Fri Dec 15 04:51:16 2000 +0000
description:
Pull up revision 1.2 (requested by bouyer):
Speed improvements to the siop driver, and add tagged queueing
support. As a side effect, better handling of some not so common
phase or message sequences.
diffstat:
sys/dev/pci/siop_pci_common.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5c393c69d72f -r 333d11d45424 sys/dev/pci/siop_pci_common.h
--- a/sys/dev/pci/siop_pci_common.h Fri Dec 15 04:50:57 2000 +0000
+++ b/sys/dev/pci/siop_pci_common.h Fri Dec 15 04:51:16 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siop_pci_common.h,v 1.1 2000/05/15 07:53:18 bouyer Exp $ */
+/* $NetBSD: siop_pci_common.h,v 1.1.4.1 2000/12/15 04:51:16 he Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@@ -41,6 +41,7 @@
u_int8_t maxoff; /* maximum supported offset */
u_int8_t clock_div; /* clock divider to use for async. logic */
u_int8_t clock_period; /* clock period (ns * 10) */
+ int ram_size; /* size of RAM, if appropriate */
};
const struct siop_product_desc * siop_lookup_product __P((u_int32_t, int));
Home |
Main Index |
Thread Index |
Old Index