Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev
>>> Juan RP <xtraeme%gmail.com@localhost> wrote
> On Sat, 29 Mar 2008 13:10:12 +0900 (JST)
> Takeshi Nakayama <tn%catvmics.ne.jp@localhost> wrote:
>
> > >>> Juan Romero Pardines <xtraeme%netbsd.org@localhost> wrote
> >
> > > Module Name: src
> > > Committed By: xtraeme
> > > Date: Thu Mar 27 10:22:01 UTC 2008
> > >
> > > Modified Files:
> > > src/sys/dev/acpi: mpu_acpi.c
> > > src/sys/dev/ic: mpu.c mpuvar.h
> > > src/sys/dev/isa: mpu_isa.c mpu_sb.c mpu_ym.c
> > > src/sys/dev/isapnp: mpu_isapnp.c
> > > src/sys/dev/pci: mpu_cmpci.c mpu_eso.c mpu_fms.c mpu_yds.c
> > >
> > > Log Message:
> > > Split device_t/softc for mpu(4) and its attachments, plus other
> > > related cosmetic changes.
> >
> > Are there type mismatches of mpu_intr() argument?
>
> I didn't see anything wrong at first glance, have you find
> something wrong?
For instance, mpu_intr() argument in sys/dev/pci/yds.c is
sc->sc_mpu and its type is struct device_t *.
Takeshi Nakayama
Home |
Main Index |
Thread Index |
Old Index