diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-03-04 00:55:45 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-03-04 00:55:45 +0000 |
commit | 639162dfdc0864741929bf185208e7404aa342a7 (patch) | |
tree | 40bfe2977b1c8728e90b9e230ee7fb08455f514c /sys/dev/pci/if_bgereg.h | |
parent | fc5c686a6cd2b6c4254ec21b540767aca79e684a (diff) |
Put the dmamap for a transmission at the correct array index. Fixes a
crash on sparc64. From FreeBSD.
Diffstat (limited to 'sys/dev/pci/if_bgereg.h')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index 1cfaf4b4bfb..5da661f5a06 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.18 2004/12/26 22:48:31 brad Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.19 2005/03/04 00:55:44 krw Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -2234,11 +2234,6 @@ struct bge_jpool_entry { LIST_ENTRY(bge_jpool_entry) jpool_entries; }; -struct bge_bcom_hack { - int reg; - int val; -}; - struct bge_softc { struct device bge_dev; struct arpcom arpcom; /* interface info */ |