From f43d63d8ec76b40ecd312f784f636a0fd96a7308 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 5 Nov 2005 11:49:02 +0000 Subject: 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@ --- sys/dev/pci/if_lmcioctl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/pci/if_lmcioctl.h') 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 */ -- cgit v1.2.3