diff options
Diffstat (limited to 'board/prodrive/p3mx/pci.c')
| -rw-r--r-- | board/prodrive/p3mx/pci.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/prodrive/p3mx/pci.c b/board/prodrive/p3mx/pci.c index 85f7caab0..e36b67664 100644 --- a/board/prodrive/p3mx/pci.c +++ b/board/prodrive/p3mx/pci.c @@ -66,13 +66,13 @@ static void gt_pci_bus_mode_display (PCI_HOST host)  		printf ("PCI %d bus mode: Conventional PCI\n", host);  		break;  	case 1: -		printf ("PCI %d bus mode: 66 Mhz PCIX\n", host); +		printf ("PCI %d bus mode: 66 MHz PCIX\n", host);  		break;  	case 2: -		printf ("PCI %d bus mode: 100 Mhz PCIX\n", host); +		printf ("PCI %d bus mode: 100 MHz PCIX\n", host);  		break;  	case 3: -		printf ("PCI %d bus mode: 133 Mhz PCIX\n", host); +		printf ("PCI %d bus mode: 133 MHz PCIX\n", host);  		break;  	default:  		printf ("Unknown BUS %d\n", mode); |