latest -HEAD kernel cannot be built
Matthew Dillon
dillon at apollo.backplane.com
Mon Mar 24 07:30:59 PDT 2008
:After the changes to sys/dev/disk/nata the kernel cannot be built. The error
:..
:error: 'PCIP_STORAGE_SATA_AHCI_1_0' undeclared (first use in this function)
:
:I cannot find 'PCIP_STORAGE_SATA_AHCI_1_0' defined anywhere in the source tree
:(only used in ata-chipset.c), but PCIP_STORAGE_SATA_AHCI is defined in
:sys/bus/pci/pcireg.h. With the following patch the kernel does compile, but
:I'm not sure if using 'PCIP_STORAGE_SATA_AHCI_1_0' was intentional (maybe it
:should have a different value than PCIP_STORAGE_SATA_AHCI) or not.
:--
:Regards,
:Rumko
Fixed. I forgot to commit the header file change.
-Matt
More information about the Bugs
mailing list