Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic save the "quirks" in the softc
details: https://anonhg.NetBSD.org/src/rev/8ca3e5ae74fb
branches: trunk
changeset: 533741:8ca3e5ae74fb
user: drochner <drochner%NetBSD.org@localhost>
date: Mon Jul 08 19:43:23 2002 +0000
description:
save the "quirks" in the softc
diffstat:
sys/dev/ic/vgavar.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r eace24b30ed2 -r 8ca3e5ae74fb sys/dev/ic/vgavar.h
--- a/sys/dev/ic/vgavar.h Mon Jul 08 18:55:51 2002 +0000
+++ b/sys/dev/ic/vgavar.h Mon Jul 08 19:43:23 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vgavar.h,v 1.13 2002/06/28 22:24:11 drochner Exp $ */
+/* $NetBSD: vgavar.h,v 1.14 2002/07/08 19:43:23 drochner Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -72,6 +72,7 @@
const struct vga_funcs *vc_funcs;
struct callout vc_switch_callout;
+ int vc_quirks;
};
struct vga_softc {
Home |
Main Index |
Thread Index |
Old Index