Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arc/jazz vga_common_attach() now seems to take quir...
details: https://anonhg.NetBSD.org/src/rev/d389d592be3b
branches: trunk
changeset: 534449:d389d592be3b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Jul 26 12:57:38 2002 +0000
description:
vga_common_attach() now seems to take quirks arg.
BTW, why don't we put it into vc_quirks member of vga_softc directly
in MD attachments?
diffstat:
sys/arch/arc/jazz/vga_jazzio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r df90f3f0e144 -r d389d592be3b sys/arch/arc/jazz/vga_jazzio.c
--- a/sys/arch/arc/jazz/vga_jazzio.c Fri Jul 26 10:37:32 2002 +0000
+++ b/sys/arch/arc/jazz/vga_jazzio.c Fri Jul 26 12:57:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vga_jazzio.c,v 1.6 2001/09/14 01:10:12 thorpej Exp $ */
+/* $NetBSD: vga_jazzio.c,v 1.7 2002/07/26 12:57:38 tsutsui Exp $ */
/* NetBSD: vga_isa.c,v 1.3 1998/06/12 18:45:48 drochner Exp */
/*
@@ -156,7 +156,7 @@
printf("\n");
vga_jazzio_init_tag(ja->ja_name, &iot, &memt);
- vga_common_attach(sc, iot, memt, WSDISPLAY_TYPE_JAZZVGA,
+ vga_common_attach(sc, iot, memt, WSDISPLAY_TYPE_JAZZVGA, 0,
&vga_jazzio_funcs);
}
Home |
Main Index |
Thread Index |
Old Index