Searched hist:649 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/compat/ndis/
H A Dsubr_usbd.cdiff 209102 Sat Jun 12 12:26:44 MDT 2010 ed ANSIfy prototypes in subr_usbd.c.

Clang generates the following warnings when building subr_usbd.c:

| subr_usbd.c:598:13: warning: promoted type 'int' of K&R function
| parameter is not compatible with the parameter type 'uint8_t' (aka
| 'unsigned char') declared in a previous prototype
| subr_usbd.c:627:13: warning: promoted type 'int' of K&R function
| parameter is not compatible with the parameter type 'uint8_t' (aka
| 'unsigned char') declared in a previous prototype
| subr_usbd.c:649:13: warning: promoted type 'int' of K&R function
| parameter is not compatible with the parameter type 'uint8_t' (aka
| 'unsigned char') declared in a previous prototype

Instead of just ANSIfying these three prototypes, do it for the entire
file.

Spotted by: clang
/freebsd-10.2-release/sys/dev/ata/
H A Data-dma.cdiff 66583 Tue Oct 03 13:12:36 MDT 2000 sos Add support for ServerWorks ROSB4 ATA33 chipset.

Add support for CMD 648 ATA66 & CMD 649 ATA100 chipsets.

Fix the "resource already allocated" panic with the CMD and other
braindead controllers.

Add options ATA_ENABLE_TAGS, without this option tagged queuing will
not be attempted.
H A Data-all.cdiff 66583 Tue Oct 03 13:12:36 MDT 2000 sos Add support for ServerWorks ROSB4 ATA33 chipset.

Add support for CMD 648 ATA66 & CMD 649 ATA100 chipsets.

Fix the "resource already allocated" panic with the CMD and other
braindead controllers.

Add options ATA_ENABLE_TAGS, without this option tagged queuing will
not be attempted.
/freebsd-10.2-release/sys/conf/
H A DMakefile.i386diff 649 Sat Oct 23 08:28:17 MDT 1993 nate Removed un-necessary dependencies for assym.s
H A DMakefile.powerpcdiff 649 Sat Oct 23 08:28:17 MDT 1993 nate Removed un-necessary dependencies for assym.s

Completed in 266 milliseconds