Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev
On Wed, Mar 24, 2010 at 01:13:30AM +0000, David Young wrote:
> Module Name: src
> Committed By: dyoung
> Date: Wed Mar 24 01:13:30 UTC 2010
>
> Modified Files:
> src/sys/dev/acpi: acpi_ec.c
> src/sys/dev/isa: pas.c
>
> Log Message:
> Do not use unitialized bus_space_tag_t's. Use the tag(s) from the
> attachment arguments.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.62 -r1.63 src/sys/dev/acpi/acpi_ec.c
> cvs rdiff -u -r1.67 -r1.68 src/sys/dev/isa/pas.c
... and: this also fundamentally alters the behavior of acpiec(4) in a way
that is likely to be incorrect.
- Jukka.
Home |
Main Index |
Thread Index |
Old Index