diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-22 07:14:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-22 07:14:43 +0000 |
commit | 56f31ea4a7a982198f0dad464a33ef9c7cc1e223 (patch) | |
tree | 7a6ad4b4a6d8a5f8f30353e2654cfa2a920e41b0 /sys/dev/pci/if_skreg.h | |
parent | adab2e029bb1fe45912bb694587edb769fa7fd73 (diff) |
fix some panic bugs; jason
Diffstat (limited to 'sys/dev/pci/if_skreg.h')
-rw-r--r-- | sys/dev/pci/if_skreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_skreg.h b/sys/dev/pci/if_skreg.h index 853b53bb7e6..49666f507b8 100644 --- a/sys/dev/pci/if_skreg.h +++ b/sys/dev/pci/if_skreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_skreg.h,v 1.3 1999/10/03 13:06:30 jason Exp $ */ +/* $OpenBSD: if_skreg.h,v 1.4 1999/10/22 07:14:42 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -1139,6 +1139,7 @@ struct sk_softc { u_int32_t sk_ramsize; /* amount of RAM on NIC */ u_int32_t sk_pmd; /* physical media type */ u_int32_t sk_intrmask; + bus_dma_tag_t sc_dmatag; struct sk_if_softc *sk_if[2]; }; |