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/sbus pull up 1.5 (approved by thorpej):
details: https://anonhg.NetBSD.org/src/rev/dcc4c45fd6ef
branches: netbsd-1-5
changeset: 488836:dcc4c45fd6ef
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 31 05:34:45 2000 +0000
description:
pull up 1.5 (approved by thorpej):
>Get PCI HME working.
diffstat:
sys/dev/sbus/if_hme_sbus.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a19eb41e1d26 -r dcc4c45fd6ef sys/dev/sbus/if_hme_sbus.c
--- a/sys/dev/sbus/if_hme_sbus.c Mon Jul 31 05:34:18 2000 +0000
+++ b/sys/dev/sbus/if_hme_sbus.c Mon Jul 31 05:34:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_hme_sbus.c,v 1.3.4.1 2000/07/19 02:53:05 mrg Exp $ */
+/* $NetBSD: if_hme_sbus.c,v 1.3.4.2 2000/07/31 05:34:45 mrg Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -188,6 +188,7 @@
sc->sc_burst = (burst & SBUS_BURST_32) ? 32 :
(burst & SBUS_BURST_16) ? 16 : 0;
+ sc->sc_pci = 0; /* XXXXX should all be done in bus_dma. */
hme_config(sc);
/* Establish interrupt handler */
Home |
Main Index |
Thread Index |
Old Index