diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-05 11:49:02 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-05 11:49:02 +0000 |
commit | f43d63d8ec76b40ecd312f784f636a0fd96a7308 (patch) | |
tree | a685542b46db89eb11396916d5b41b9730ab25ae /sys/dev/pci/if_lmcioctl.h | |
parent | a83a75f3cdc91a1e05b70efee323ff59f74fdce3 (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.h | 6 |
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 */ |