Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci add the RX refill callout (forgot to commit with...
details: https://anonhg.NetBSD.org/src/rev/2ae7f6cbad97
branches: trunk
changeset: 320521:2ae7f6cbad97
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Jul 10 18:42:37 2018 +0000
description:
add the RX refill callout (forgot to commit with if_msk.c change)
diffstat:
sys/dev/pci/if_mskvar.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r a191e362380c -r 2ae7f6cbad97 sys/dev/pci/if_mskvar.h
--- a/sys/dev/pci/if_mskvar.h Tue Jul 10 18:34:42 2018 +0000
+++ b/sys/dev/pci/if_mskvar.h Tue Jul 10 18:42:37 2018 +0000
@@ -1,5 +1,5 @@
/* $OpenBSD: if_mskvar.h,v 1.3 2006/12/28 16:34:42 kettenis Exp $ */
-/* $NetBSD: if_mskvar.h,v 1.17 2018/07/03 19:56:01 jdolecek Exp $ */
+/* $NetBSD: if_mskvar.h,v 1.18 2018/07/10 18:42:37 jdolecek Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -229,6 +229,7 @@
int sk_pktlen; /* XXX set but unused for now */
int sk_link;
struct callout sk_tick_ch;
+ struct callout sk_tick_rx;
struct msk_chain_data sk_cdata;
struct msk_ring_data *sk_rdata;
bus_dmamap_t sk_ring_map;
Home |
Main Index |
Thread Index |
Old Index