Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/include s/ouwl/outl/ in macro definition.
details: https://anonhg.NetBSD.org/src/rev/989c8d80d79c
branches: trunk
changeset: 488138:989c8d80d79c
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Jun 19 12:19:38 2000 +0000
description:
s/ouwl/outl/ in macro definition.
diffstat:
sys/arch/alpha/include/pio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 63f8adfe377b -r 989c8d80d79c sys/arch/alpha/include/pio.h
--- a/sys/arch/alpha/include/pio.h Mon Jun 19 11:43:48 2000 +0000
+++ b/sys/arch/alpha/include/pio.h Mon Jun 19 12:19:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pio.h,v 1.4 2000/06/08 03:10:06 thorpej Exp $ */
+/* $NetBSD: pio.h,v 1.5 2000/06/19 12:19:38 simonb Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
#define outb(addr, val) (*alpha_pci_io_switch->apio_outb)((addr), (val))
#define outw(addr, val) (*alpha_pci_io_switch->apio_outw)((addr), (val))
-#define ouwl(addr, val) (*alpha_pci_io_switch->apio_outl)((addr), (val))
+#define outl(addr, val) (*alpha_pci_io_switch->apio_outl)((addr), (val))
int alpha_pci_io_enable(int);
#endif /* _KERNEL */
Home |
Main Index |
Thread Index |
Old Index