patch-2.3.41 linux/include/asm-sparc/sbus.h
Next file: linux/include/asm-sparc/semaphore.h
Previous file: linux/include/asm-sparc/processor.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Jan 27 08:58:15 2000
- Orig file:
v2.3.40/linux/include/asm-sparc/sbus.h
- Orig date:
Tue Jan 4 13:57:19 2000
diff -u --recursive --new-file v2.3.40/linux/include/asm-sparc/sbus.h linux/include/asm-sparc/sbus.h
@@ -101,9 +101,9 @@
#define sbus_can_burst64(sdev) (1)
extern void sbus_set_sbus64(struct sbus_dev *, int);
-/* These yield IOMMU mappings in consistant mode. */
-extern void *sbus_alloc_consistant(struct sbus_dev *, long, u32 *dma_addrp);
-extern void sbus_free_consistant(struct sbus_dev *, long, void *, u32);
+/* These yield IOMMU mappings in consistent mode. */
+extern void *sbus_alloc_consistent(struct sbus_dev *, long, u32 *dma_addrp);
+extern void sbus_free_consistent(struct sbus_dev *, long, void *, u32);
/* All the rest use streaming mode mappings. */
extern u32 sbus_map_single(struct sbus_dev *, void *, long);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)