Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2002 12:52:07 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22351 for review
Message-ID:  <200212152052.gBFKq7ax065679@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22351

Change 22351 by marcel@marcel_nfs on 2002/12/15 12:51:09

	Remove inclusion of <machine/bus_pio.h>. We have memory
	mapped UARTs in our little universe.
	sio.c and sio_cons.c will follow...

Affected files ...

.. //depot/projects/ia64/sys/dev/sio/sio_isa.c#8 edit
.. //depot/projects/ia64/sys/dev/sio/sio_pccard.c#5 edit
.. //depot/projects/ia64/sys/dev/sio/sio_pci.c#9 edit
.. //depot/projects/ia64/sys/dev/sio/sio_puc.c#5 edit

Differences ...

==== //depot/projects/ia64/sys/dev/sio/sio_isa.c#8 (text+ko) ====

@@ -34,7 +34,6 @@
 #include <sys/mutex.h>
 #include <sys/module.h>
 #include <sys/tty.h>
-#include <machine/bus_pio.h>
 #include <machine/bus.h>
 #include <sys/timepps.h>
 

==== //depot/projects/ia64/sys/dev/sio/sio_pccard.c#5 (text+ko) ====

@@ -34,7 +34,6 @@
 #include <sys/mutex.h>
 #include <sys/module.h>
 #include <sys/tty.h>
-#include <machine/bus_pio.h>
 #include <machine/bus.h>
 #include <machine/resource.h>
 #include <sys/timepps.h>

==== //depot/projects/ia64/sys/dev/sio/sio_pci.c#9 (text+ko) ====

@@ -34,7 +34,6 @@
 #include <sys/mutex.h>
 #include <sys/module.h>
 #include <sys/tty.h>
-#include <machine/bus_pio.h>
 #include <machine/bus.h>
 #include <sys/timepps.h>
 

==== //depot/projects/ia64/sys/dev/sio/sio_puc.c#5 (text+ko) ====

@@ -36,7 +36,6 @@
 #include <sys/mutex.h>
 #include <sys/module.h>
 #include <sys/tty.h>
-#include <machine/bus_pio.h>
 #include <machine/bus.h>
 #include <sys/timepps.h>
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212152052.gBFKq7ax065679>