diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-03-23 16:01:49 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-03-23 16:01:49 +0000 |
| commit | ea1499bf8f914fad70301580474e7a9f5a6e5457 (patch) | |
| tree | bd7beb118d2c1429655390b451bdab3ec851ab01 /sys/dev | |
| parent | c17d43407fe04133a94055b0dbc7ea8965654a9f (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cy/cy.c | 43 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 43 | ||||
| -rw-r--r-- | sys/dev/mse/mse.c | 33 | ||||
| -rw-r--r-- | sys/dev/rc/rc.c | 4 |
4 files changed, 58 insertions, 65 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index ee164d8831ee..dc523c2d72bd 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -344,38 +344,37 @@ struct com_s { }; /* PCI driver entry point. */ -int cyattach_common (cy_addr cy_iobase, int cy_align); +int cyattach_common(cy_addr cy_iobase, int cy_align); ointhand2_t siointr; -static int cy_units (cy_addr cy_iobase, int cy_align); -static int sioattach (struct isa_device *dev); +static int cy_units(cy_addr cy_iobase, int cy_align); +static int sioattach(struct isa_device *dev); static void cd1400_channel_cmd(struct com_s *com, int cmd); static void cd1400_channel_cmd_wait(struct com_s *com); -static void cd_etc (struct com_s *com, int etc); -static int cd_getreg (struct com_s *com, int reg); -static void cd_setreg (struct com_s *com, int reg, int val); +static void cd_etc(struct com_s *com, int etc); +static int cd_getreg(struct com_s *com, int reg); +static void cd_setreg(struct com_s *com, int reg, int val); static timeout_t siodtrwakeup; -static void comhardclose (struct com_s *com); -static void sioinput (struct com_s *com); +static void comhardclose(struct com_s *com); +static void sioinput(struct com_s *com); #if 0 -static void siointr1 (struct com_s *com); +static void siointr1(struct com_s *com); #endif -static int commctl (struct com_s *com, int bits, int how); -static int comparam (struct tty *tp, struct termios *t); -static void siopoll (void *arg); -static int sioprobe (struct isa_device *dev); -static void siosettimeout (void); -static int siosetwater (struct com_s *com, speed_t speed); -static int comspeed (speed_t speed, u_long cy_clock, - int *prescaler_io); -static void comstart (struct tty *tp); -static void comstop (struct tty *tp, int rw); +static int commctl(struct com_s *com, int bits, int how); +static int comparam(struct tty *tp, struct termios *t); +static void siopoll(void *arg); +static int sioprobe(struct isa_device *dev); +static void siosettimeout(void); +static int siosetwater(struct com_s *com, speed_t speed); +static int comspeed(speed_t speed, u_long cy_clock, int *prescaler_io); +static void comstart(struct tty *tp); +static void comstop(struct tty *tp, int rw); static timeout_t comwakeup; -static void disc_optim (struct tty *tp, struct termios *t, - struct com_s *com); +static void disc_optim(struct tty *tp, struct termios *t, + struct com_s *com); #ifdef CyDebug -void cystatus (int unit); +void cystatus(int unit); #endif static char driver_name[] = "cy"; diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index ee164d8831ee..dc523c2d72bd 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -344,38 +344,37 @@ struct com_s { }; /* PCI driver entry point. */ -int cyattach_common (cy_addr cy_iobase, int cy_align); +int cyattach_common(cy_addr cy_iobase, int cy_align); ointhand2_t siointr; -static int cy_units (cy_addr cy_iobase, int cy_align); -static int sioattach (struct isa_device *dev); +static int cy_units(cy_addr cy_iobase, int cy_align); +static int sioattach(struct isa_device *dev); static void cd1400_channel_cmd(struct com_s *com, int cmd); static void cd1400_channel_cmd_wait(struct com_s *com); -static void cd_etc (struct com_s *com, int etc); -static int cd_getreg (struct com_s *com, int reg); -static void cd_setreg (struct com_s *com, int reg, int val); +static void cd_etc(struct com_s *com, int etc); +static int cd_getreg(struct com_s *com, int reg); +static void cd_setreg(struct com_s *com, int reg, int val); static timeout_t siodtrwakeup; -static void comhardclose (struct com_s *com); -static void sioinput (struct com_s *com); +static void comhardclose(struct com_s *com); +static void sioinput(struct com_s *com); #if 0 -static void siointr1 (struct com_s *com); +static void siointr1(struct com_s *com); #endif -static int commctl (struct com_s *com, int bits, int how); -static int comparam (struct tty *tp, struct termios *t); -static void siopoll (void *arg); -static int sioprobe (struct isa_device *dev); -static void siosettimeout (void); -static int siosetwater (struct com_s *com, speed_t speed); -static int comspeed (speed_t speed, u_long cy_clock, - int *prescaler_io); -static void comstart (struct tty *tp); -static void comstop (struct tty *tp, int rw); +static int commctl(struct com_s *com, int bits, int how); +static int comparam(struct tty *tp, struct termios *t); +static void siopoll(void *arg); +static int sioprobe(struct isa_device *dev); +static void siosettimeout(void); +static int siosetwater(struct com_s *com, speed_t speed); +static int comspeed(speed_t speed, u_long cy_clock, int *prescaler_io); +static void comstart(struct tty *tp); +static void comstop(struct tty *tp, int rw); static timeout_t comwakeup; -static void disc_optim (struct tty *tp, struct termios *t, - struct com_s *com); +static void disc_optim(struct tty *tp, struct termios *t, + struct com_s *com); #ifdef CyDebug -void cystatus (int unit); +void cystatus(int unit); #endif static char driver_name[] = "cy"; diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 258847bd3d71..317b6cc24386 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.c @@ -80,12 +80,11 @@ typedef struct mse_softc { bus_space_handle_t sc_ioh; void *sc_ih; void (*sc_enablemouse)(bus_space_tag_t t, - bus_space_handle_t h); + bus_space_handle_t h); void (*sc_disablemouse)(bus_space_tag_t t, - bus_space_handle_t h); - void (*sc_getmouse)(bus_space_tag_t t, - bus_space_handle_t h, - int *dx, int *dy, int *but); + bus_space_handle_t h); + void (*sc_getmouse)(bus_space_tag_t t, bus_space_handle_t h, + int *dx, int *dy, int *but); int sc_deltax; int sc_deltay; int sc_obuttons; @@ -216,12 +215,11 @@ static timeout_t msetimeout; static int mse_probelogi(device_t dev, mse_softc_t *sc); static void mse_disablelogi(bus_space_tag_t t, - bus_space_handle_t h); -static void mse_getlogi(bus_space_tag_t t, - bus_space_handle_t h, - int *dx, int *dy, int *but); + bus_space_handle_t h); +static void mse_getlogi(bus_space_tag_t t, bus_space_handle_t h, + int *dx, int *dy, int *but); static void mse_enablelogi(bus_space_tag_t t, - bus_space_handle_t h); + bus_space_handle_t h); /* * ATI Inport mouse definitions @@ -235,13 +233,10 @@ static void mse_enablelogi(bus_space_tag_t t, #define MSE_INPORT_INTREN 0x09 static int mse_probeati(device_t dev, mse_softc_t *sc); -static void mse_enableati(bus_space_tag_t t, - bus_space_handle_t h); -static void mse_disableati(bus_space_tag_t t, - bus_space_handle_t h); -static void mse_getati(bus_space_tag_t t, - bus_space_handle_t h, - int *dx, int *dy, int *but); +static void mse_enableati(bus_space_tag_t t, bus_space_handle_t h); +static void mse_disableati(bus_space_tag_t t, bus_space_handle_t h); +static void mse_getati(bus_space_tag_t t, bus_space_handle_t h, + int *dx, int *dy, int *but); #define MSEPRI (PZERO + 3) @@ -258,8 +253,8 @@ static struct mse_types { /* Start routine */ void (*m_disable)(bus_space_tag_t t, bus_space_handle_t h); /* Disable interrupts routine */ - void (*m_get)(bus_space_tag_t t, bus_space_handle_t h, - int *dx, int *dy, int *but); + void (*m_get)(bus_space_tag_t t, bus_space_handle_t h, int *dx, + int *dy, int *but); /* and get mouse status */ mousehw_t m_hw; /* buttons iftype type model hwid */ mousemode_t m_mode; /* proto rate res accel level size mask */ diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 63b608ff504c..43f77f93c855 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -182,14 +182,14 @@ static int rc_modctl(struct rc_chans *, int, int); static void rc_start(struct tty *); static void rc_stop(struct tty *, int rw); static int rc_param(struct tty *, struct termios *); -static void rcpoll (void *); +static void rcpoll(void *); static void rc_reinit(struct rc_softc *); #ifdef RCDEBUG static void printrcflags(); #endif static timeout_t rc_dtrwakeup; static timeout_t rc_wakeup; -static void disc_optim (struct tty *tp, struct termios *t, struct rc_chans *); +static void disc_optim(struct tty *tp, struct termios *t, struct rc_chans *); static void rc_wait0(int nec, int unit, int chan, int line); /**********************************************/ |
