Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/sys



> Module Name:  src
> Committed By: christos
> Date:         Mon Sep 27 21:25:39 UTC 2010
> 
> Modified Files:
>       src/sys/dev/pci: agp.c
>       src/sys/sys: agpio.h
> 
> Log Message:
> backwards compat code for paddr_t being 32 bits.

this hack seems wrongly applied.  it should be an #ifdef __i386__
thing, not !_LP64 (which you spelled wrongly :-)

at least macppc has agp support as well.

it would also be really nice if you moved the compat code all into
agp.c since there's no reason to export the old value.


thanks.


.mrg.


Home | Main Index | Thread Index | Old Index