summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmcioctl.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-11-05 11:49:02 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-11-05 11:49:02 +0000
commitf43d63d8ec76b40ecd312f784f636a0fd96a7308 (patch)
treea685542b46db89eb11396916d5b41b9730ab25ae /sys/dev/pci/if_lmcioctl.h
parenta83a75f3cdc91a1e05b70efee323ff59f74fdce3 (diff)
add bus_dma and big endian support.
From NetBSD Thanks to Jason Ackley for testing on i386/amd64/sparc64 with both T1 and T3 cards. "looks ok" dlg@
Diffstat (limited to 'sys/dev/pci/if_lmcioctl.h')
-rw-r--r--sys/dev/pci/if_lmcioctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_lmcioctl.h b/sys/dev/pci/if_lmcioctl.h
index 7c3c2bbd14a..679d5e95d72 100644
--- a/sys/dev/pci/if_lmcioctl.h
+++ b/sys/dev/pci/if_lmcioctl.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: if_lmcioctl.h,v 1.4 2000/11/10 15:33:09 provos Exp $ */
-/* $Id: if_lmcioctl.h,v 1.4 2000/11/10 15:33:09 provos Exp $ */
+/* $OpenBSD: if_lmcioctl.h,v 1.5 2005/11/05 11:49:01 brad Exp $ */
+/* $Id: if_lmcioctl.h,v 1.5 2005/11/05 11:49:01 brad Exp $ */
/*
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@@ -328,5 +328,5 @@ lmc_intrfunc_t lmc_intr_normal(void *);
int lmc_read_macaddr(lmc_softc_t * const sc);
void lmc_attach(lmc_softc_t * const sc);
void lmc_initring(lmc_softc_t * const sc, lmc_ringinfo_t * const ri,
- tulip_desc_t *descs, int ndescs);
+ lmc_desc_t *descs, int ndescs);
#endif /* LMC_IS_KERNEL */