diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-26 12:25:01 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-26 12:25:01 +0000 |
| commit | c4de295680429c839cea7fd0a2543ff41163b76b (patch) | |
| tree | 2c4d1a5dad12f898adc5eb0e45ea50d13888b943 | |
| parent | 26605df75fb4b121faf962ecdb07f07cc2222baf (diff) | |
Notes
| -rw-r--r-- | sys/pc98/cbus/olpt.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/olpt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c index defa012d8e8c..d51c5e83b60a 100644 --- a/sys/pc98/cbus/olpt.c +++ b/sys/pc98/cbus/olpt.c @@ -117,10 +117,10 @@ #include <sys/uio.h> #include <sys/syslog.h> #include <machine/clock.h> -#include <machine/lpt.h> #include <i386/isa/isa_device.h> #include <i386/isa/lptreg.h> +#include <dev/ppbus/lptio.h> #ifdef INET #include <sys/malloc.h> diff --git a/sys/pc98/pc98/olpt.c b/sys/pc98/pc98/olpt.c index defa012d8e8c..d51c5e83b60a 100644 --- a/sys/pc98/pc98/olpt.c +++ b/sys/pc98/pc98/olpt.c @@ -117,10 +117,10 @@ #include <sys/uio.h> #include <sys/syslog.h> #include <machine/clock.h> -#include <machine/lpt.h> #include <i386/isa/isa_device.h> #include <i386/isa/lptreg.h> +#include <dev/ppbus/lptio.h> #ifdef INET #include <sys/malloc.h> |
