Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic don't include ISA headers. these have been prope...



details:   https://anonhg.NetBSD.org/src/rev/2f00ae2ca8f5
branches:  trunk
changeset: 487472:2f00ae2ca8f5
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Jun 08 07:01:19 2000 +0000

description:
don't include ISA headers.  these have been properly abstracted so that
the ISA headers are unnecessary, and they're used by PCI VGA.  There may
not be any ISA at all.

diffstat:

 sys/dev/ic/pcdisplay_chars.c |  5 +----
 sys/dev/ic/pcdisplay_subr.c  |  5 +----
 sys/dev/ic/vga.c             |  5 +----
 3 files changed, 3 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r a00acdcd1642 -r 2f00ae2ca8f5 sys/dev/ic/pcdisplay_chars.c
--- a/sys/dev/ic/pcdisplay_chars.c      Thu Jun 08 06:52:25 2000 +0000
+++ b/sys/dev/ic/pcdisplay_chars.c      Thu Jun 08 07:01:19 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcdisplay_chars.c,v 1.4 1999/02/20 18:26:13 drochner Exp $ */
+/* $NetBSD: pcdisplay_chars.c,v 1.5 2000/06/08 07:01:19 cgd Exp $ */
 
 /*
  * Copyright (c) 1998
@@ -37,9 +37,6 @@
 #include <sys/device.h>
 #include <machine/bus.h>
 
-#include <dev/isa/isavar.h>
-#include <dev/isa/isareg.h>
-
 #include <dev/ic/mc6845reg.h>
 #include <dev/ic/pcdisplayvar.h>
 
diff -r a00acdcd1642 -r 2f00ae2ca8f5 sys/dev/ic/pcdisplay_subr.c
--- a/sys/dev/ic/pcdisplay_subr.c       Thu Jun 08 06:52:25 2000 +0000
+++ b/sys/dev/ic/pcdisplay_subr.c       Thu Jun 08 07:01:19 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcdisplay_subr.c,v 1.15 2000/01/26 01:23:32 ad Exp $ */
+/* $NetBSD: pcdisplay_subr.c,v 1.16 2000/06/08 07:01:19 cgd Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -32,9 +32,6 @@
 #include <sys/device.h>
 #include <machine/bus.h>
 
-#include <dev/isa/isavar.h>
-#include <dev/isa/isareg.h>
-
 #include <dev/ic/mc6845reg.h>
 #include <dev/ic/pcdisplayvar.h>
 
diff -r a00acdcd1642 -r 2f00ae2ca8f5 sys/dev/ic/vga.c
--- a/sys/dev/ic/vga.c  Thu Jun 08 06:52:25 2000 +0000
+++ b/sys/dev/ic/vga.c  Thu Jun 08 07:01:19 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vga.c,v 1.26 2000/03/23 07:01:33 thorpej Exp $ */
+/* $NetBSD: vga.c,v 1.27 2000/06/08 07:01:19 cgd Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -36,9 +36,6 @@
 #include <sys/queue.h>
 #include <machine/bus.h>
 
-#include <dev/isa/isavar.h>
-#include <dev/isa/isareg.h>
-
 #include <dev/ic/mc6845reg.h>
 #include <dev/ic/pcdisplayvar.h>
 #include <dev/ic/vgareg.h>



Home | Main Index | Thread Index | Old Index