With this morning's sources, my kernel build is failing in the "en"
module:

/a/src/sys/dev/en/midway.c: In function `en_get_vccs':
/a/src/sys/dev/en/midway.c:1474: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1474: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1479: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1480: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1488: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1492: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1493: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1493: `ATMIO_FLAG_PVC' undeclared (first use in this
function)
/a/src/sys/dev/en/midway.c:1493: (Each undeclared identifier is reported only once
/a/src/sys/dev/en/midway.c:1493: for each function it appears in.)
/a/src/sys/dev/en/midway.c:1494: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1495: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1497: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1497: `ATMIO_AAL_5' undeclared (first use in this
function)
/a/src/sys/dev/en/midway.c:1499: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1499: `ATMIO_AAL_0' undeclared (first use in this
function)
/a/src/sys/dev/en/midway.c:1500: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1500: `ATMIO_TRAFFIC_UBR' undeclared (first use in this
function)
/a/src/sys/dev/en/midway.c:1501: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1502: increment of pointer to unknown structure
/a/src/sys/dev/en/midway.c:1502: arithmetic on pointer to an incomplete type
/a/src/sys/dev/en/midway.c: In function `en_ioctl':
/a/src/sys/dev/en/midway.c:1591: `SIOCATMGETVCCS' undeclared (first use in this
function)
/a/src/sys/dev/en/midway.c:1600: `SIOCATMGVCCS' undeclared (first use in this
function)
/a/src/sys/dev/en/midway.c:1606: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1607: dereferencing pointer to incomplete type
/a/src/sys/dev/en/midway.c:1607: dereferencing pointer to incomplete type
*** Error code 1

At line 1474, the incomplete type is "struct atmio_vcctable".  I
grepped all of the *.h files under src/sys, but none of them
contained "atmio_vcctable".  Perhaps a new header file was omitted
from the commit?

John
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to