Source-Changes archive

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

Re: CVS commit: src/sys/dev



> 
> Module Name:  src
> Committed By: drochner
> Date:         Wed Jun 25 11:42:32 UTC 2008
> 
> Modified Files:
>       src/sys/dev/cardbus: cardbus.c cardbus_map.c cardbusvar.h cardslot.c
>           cardslotvar.h
>       src/sys/dev/pci: pccbb.c pccbbvar.h
> 
> Log Message:
> split device/softc for pccbb, the cardbus half of cardslot and cardbus
> (not yet pcmcia, there is a lot of md code involved)

This breaks the build for amd64 GENERIC kernel (and propably other ports, too):

sys/dev/pci/pccbb.c:1003: warning: assignment from incompatible pointer type
sys/dev/pci/pccbb.c:2171: warning: initialization from incompatible pointer type
sys/dev/pci/pccbb.c:2415: warning: initialization from incompatible pointer type
sys/dev/pci/pccbb.c:2519: warning: initialization from incompatible pointer type
sys/dev/pci/pccbb.c:2575: warning: initialization from incompatible pointer type
sys/dev/pci/pccbb.c:2605: warning: initialization from incompatible pointer type
sys/dev/pci/pccbb.c:2681: warning: initialization from incompatible pointer type
sys/dev/pci/pccbb.c:2972: warning: initialization from incompatible pointer type
sys/dev/pci/pccbb.c:3000: warning: initialization from incompatible pointer type

-- 

Christoph




Home | Main Index | Thread Index | Old Index