setup.c (5a84d159061d914c8dd4aa372ac6e9529c2be453) setup.c (36a885306fdf7bb557c773309c993bfb2d0d693c)
1/*
2 * Setup pointers to hardware dependent routines.
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1996, 1997, 2004, 05 by Ralf Baechle (ralf@linux-mips.org)

--- 136 unchanged lines hidden (view full) ---

145
146 printk("Cobalt board ID: %d\n", cobalt_board_id);
147
148#ifdef CONFIG_PCI
149 register_pci_controller(&cobalt_pci_controller);
150#endif
151
152 if (cobalt_board_id > COBALT_BRD_ID_RAQ1) {
1/*
2 * Setup pointers to hardware dependent routines.
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 *
8 * Copyright (C) 1996, 1997, 2004, 05 by Ralf Baechle (ralf@linux-mips.org)

--- 136 unchanged lines hidden (view full) ---

145
146 printk("Cobalt board ID: %d\n", cobalt_board_id);
147
148#ifdef CONFIG_PCI
149 register_pci_controller(&cobalt_pci_controller);
150#endif
151
152 if (cobalt_board_id > COBALT_BRD_ID_RAQ1) {
153#ifdef CONFIG_EARLY_PRINTK
154 cobalt_early_console();
155#endif
156
157#ifdef CONFIG_SERIAL_8250
158 uart.line = 0;
159 uart.type = PORT_UNKNOWN;
160 uart.uartclk = 18432000;
161 uart.irq = COBALT_SERIAL_IRQ;
162 uart.flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF |
163 UPF_SKIP_TEST;
164 uart.iotype = UPIO_MEM;

--- 46 unchanged lines hidden ---
153#ifdef CONFIG_SERIAL_8250
154 uart.line = 0;
155 uart.type = PORT_UNKNOWN;
156 uart.uartclk = 18432000;
157 uart.irq = COBALT_SERIAL_IRQ;
158 uart.flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF |
159 UPF_SKIP_TEST;
160 uart.iotype = UPIO_MEM;

--- 46 unchanged lines hidden ---