Date: Wed, 22 Feb 2006 18:16:26 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ar if_ar.c src/sys/dev/mse mse.c src/sys/dev/pcf envctrl.c pcf_ebus.c pcf_isa.c src/sys/dev/ppbus if_plip.c lpt.c ppi.c src/sys/dev/ppc ppc.c src/sys/dev/sio sio.c src/sys/dev/sr if_sr.c src/sys/dev/uart uart_core.c ... Message-ID: <200602221816.k1MIGQ1K070387@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-02-22 18:16:26 UTC
FreeBSD src repository
Modified files:
sys/dev/ar if_ar.c
sys/dev/mse mse.c
sys/dev/pcf envctrl.c pcf_ebus.c pcf_isa.c
sys/dev/ppbus if_plip.c lpt.c ppi.c
sys/dev/ppc ppc.c
sys/dev/sio sio.c
sys/dev/sr if_sr.c
sys/dev/uart uart_core.c
sys/pc98/cbus fdc.c pckbd.c ppc.c sio.c
Log:
- Use bus_setup_intr() and bus_teardown_intr() to register device driver
interrupt handlers rather than BUS_SETUP_INTR() and BUS_TEARDOWN_INTR().
Uses of the BUS_*() versions in the implementation of foo_intr methods
in bus drivers were not changed. Mostly this just means that some
drivers might start printing diagnostic messages like [FAST] when
appropriate as well as honoring mpsafenet=0.
- Fix two more of the ppbus drivers' identify routines to function
correctly in the mythical case of a machine with more than one ppbus.
Revision Changes Path
1.73 +3 -4 src/sys/dev/ar/if_ar.c
1.73 +1 -1 src/sys/dev/mse/mse.c
1.6 +2 -3 src/sys/dev/pcf/envctrl.c
1.5 +2 -2 src/sys/dev/pcf/pcf_ebus.c
1.7 +2 -3 src/sys/dev/pcf/pcf_isa.c
1.41 +1 -1 src/sys/dev/ppbus/if_plip.c
1.38 +2 -2 src/sys/dev/ppbus/lpt.c
1.40 +2 -2 src/sys/dev/ppbus/ppi.c
1.48 +2 -2 src/sys/dev/ppc/ppc.c
1.464 +2 -2 src/sys/dev/sio/sio.c
1.71 +2 -3 src/sys/dev/sr/if_sr.c
1.15 +2 -2 src/sys/dev/uart/uart_core.c
1.164 +2 -3 src/sys/pc98/cbus/fdc.c
1.31 +1 -2 src/sys/pc98/cbus/pckbd.c
1.21 +1 -2 src/sys/pc98/cbus/ppc.c
1.240 +2 -2 src/sys/pc98/cbus/sio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602221816.k1MIGQ1K070387>
