Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/pci Apply patch (requested by bouyer):
details: https://anonhg.NetBSD.org/src/rev/08bdf93b4694
branches: netbsd-1-4
changeset: 470636:08bdf93b4694
user: he <he%NetBSD.org@localhost>
date: Thu Jun 01 18:04:43 2000 +0000
description:
Apply patch (requested by bouyer):
Fix compile error.
diffstat:
sys/dev/pci/if_ti.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7f69c8f4bf29 -r 08bdf93b4694 sys/dev/pci/if_ti.c
--- a/sys/dev/pci/if_ti.c Thu Jun 01 18:02:42 2000 +0000
+++ b/sys/dev/pci/if_ti.c Thu Jun 01 18:04:43 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ti.c,v 1.1.2.4 2000/04/30 13:07:07 he Exp $ */
+/* $NetBSD: if_ti.c,v 1.1.2.5 2000/06/01 18:04:43 he Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -1642,6 +1642,7 @@
const char *intrstr = NULL;
bus_dma_segment_t dmaseg;
int error, dmanseg, nolinear;
+ struct ti_type *t;
t = ti_type_match(pa);
if (t == NULL) {
Home |
Main Index |
Thread Index |
Old Index