Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/dev Remove redundant test.
details: https://anonhg.NetBSD.org/src/rev/352fbcc47516
branches: trunk
changeset: 482000:352fbcc47516
user: leo <leo%NetBSD.org@localhost>
date: Fri Feb 11 21:36:38 2000 +0000
description:
Remove redundant test.
diffstat:
sys/arch/atari/dev/grfabs_et.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9d6b941f92c0 -r 352fbcc47516 sys/arch/atari/dev/grfabs_et.c
--- a/sys/arch/atari/dev/grfabs_et.c Fri Feb 11 21:35:42 2000 +0000
+++ b/sys/arch/atari/dev/grfabs_et.c Fri Feb 11 21:36:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grfabs_et.c,v 1.14 2000/01/12 08:53:01 leo Exp $ */
+/* $NetBSD: grfabs_et.c,v 1.15 2000/02/11 21:36:38 leo Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman.
@@ -458,7 +458,7 @@
et_priv.memsz = PCI_VGA_SIZE;
et_priv.regsz = PCI_IO_SIZE;
- if (found && !atari_realconfig) {
+ if (!atari_realconfig) {
et_loadmode(&hw_modes[0], NULL);
return (1);
}
Home |
Main Index |
Thread Index |
Old Index