Add the RDC PCI ids for a fancier PCI device table.Return the system name on boot.
[openwrt/svn-archive/archive.git] / target / linux / rdc / files / arch / i386 / mach-rdc / setup.c
1 /*
2 * Machine specific setup for generic
3 */
4
5 #include <linux/init.h>
6 #include <linux/interrupt.h>
7 #include <asm/arch_hooks.h>
8 #include <asm/io.h>
9 #include <asm/setup.h>
10
11 char * __init machine_specific_memory_setup(void)
12 {
13 return "RDC R-321x";
14 }