summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/olpt.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-09-14 04:50:27 +0000
committerimp <imp@FreeBSD.org>2001-09-14 04:50:27 +0000
commit83dc9aa764f138ab84173c21d389dd97643520fa (patch)
treefa71d122a2d06cec129c26470d9daec92db2a22c /sys/pc98/cbus/olpt.c
parent97c9cb2b95c3dbe6d7cdefd5cf991c54f1de8b74 (diff)
downloadFreeBSD-src-83dc9aa764f138ab84173c21d389dd97643520fa.zip
FreeBSD-src-83dc9aa764f138ab84173c21d389dd97643520fa.tar.gz
KSE changes for olpt driver
Reviewed by: julian, bde, jhb
Diffstat (limited to 'sys/pc98/cbus/olpt.c')
-rw-r--r--sys/pc98/cbus/olpt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c
index 2dcb706..18669ee 100644
--- a/sys/pc98/cbus/olpt.c
+++ b/sys/pc98/cbus/olpt.c
@@ -473,7 +473,7 @@ lpt_attach(device_t dev)
*/
static int
-lptopen (dev_t dev, int flags, int fmt, struct proc *p)
+lptopen (dev_t dev, int flags, int fmt, struct thread *td)
{
struct lpt_softc *sc;
int s;
@@ -612,7 +612,7 @@ lptout (void *arg)
*/
static int
-lptclose(dev_t dev, int flags, int fmt, struct proc *p)
+lptclose(dev_t dev, int flags, int fmt, struct thread *td)
{
struct lpt_softc *sc;
#ifndef PC98
@@ -783,7 +783,7 @@ lpt_intr(void *arg)
}
static int
-lptioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct proc *p)
+lptioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct thread *td)
{
int error = 0;
struct lpt_softc *sc;
OpenPOWER on IntegriCloud