Revision 6a0b9cc9

b/hw/eepro100.c
515 515
}
516 516

  
517 517
#if defined(DEBUG_EEPRO100)
518
static const char *reg[PCI_IO_SIZE / 4] = {
518
static const char * const reg[PCI_IO_SIZE / 4] = {
519 519
    "Command/Status",
520 520
    "General Pointer",
521 521
    "Port",
......
932 932
 ****************************************************************************/
933 933

  
934 934
#if defined(DEBUG_EEPRO100)
935
static const char *mdi_op_name[] = {
935
static const char * const mdi_op_name[] = {
936 936
    "opcode 0",
937 937
    "write",
938 938
    "read",
939 939
    "opcode 3"
940 940
};
941 941

  
942
static const char *mdi_reg_name[] = {
942
static const char * const mdi_reg_name[] = {
943 943
    "Control",
944 944
    "Status",
945 945
    "PHY Identification (Word 1)",

Also available in: Unified diff