Remove unused mainboard_config definitions. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5744 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0d11f2db1f
commit
78265d5609
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -18,9 +18,4 @@
|
|||
*/
|
||||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config
|
||||
{
|
||||
u32 uma_size; /* How many UMA should be used in memory for TOP. */
|
||||
};
|
||||
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -18,9 +18,4 @@
|
|||
*/
|
||||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config
|
||||
{
|
||||
u32 uma_size; /* How many UMA should be used in memory for TOP. */
|
||||
};
|
||||
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -104,10 +104,6 @@ u8 is_dev3_present(void)
|
|||
*************************************************/
|
||||
static void mahogany_enable(device_t dev)
|
||||
{
|
||||
/* Leave it for future. */
|
||||
/* struct mainboard_config *mainboard =
|
||||
(struct mainboard_config *)dev->chip_info;*/
|
||||
|
||||
printk(BIOS_INFO, "Mainboard MAHOGANY Enable. dev=0x%p\n", dev);
|
||||
|
||||
#if (CONFIG_GFXUMA == 1)
|
||||
|
|
|
@ -20,7 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -105,10 +105,6 @@ u8 is_dev3_present(void)
|
|||
*************************************************/
|
||||
static void mahogany_enable(device_t dev)
|
||||
{
|
||||
/* Leave it for furture use. */
|
||||
/* struct mainboard_config *mainboard =
|
||||
(struct mainboard_config *)dev->chip_info; */
|
||||
|
||||
printk(BIOS_INFO, "Mainboard MAHOGANY Enable. dev=0x%p\n", dev);
|
||||
|
||||
#if (CONFIG_GFXUMA == 1)
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,8 +19,5 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config
|
||||
{
|
||||
unsigned long uma_size; /* How many UMA should be used in memory for TOP. */
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,7 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,7 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -284,10 +284,6 @@ static void set_thermal_config(void)
|
|||
*************************************************/
|
||||
static void tilapia_enable(device_t dev)
|
||||
{
|
||||
/* Leave it for furture use. */
|
||||
/* struct mainboard_config *mainboard =
|
||||
(struct mainboard_config *)dev->chip_info; */
|
||||
|
||||
printk(BIOS_INFO, "Mainboard TILAPIA Enable. dev=0x%p\n", dev);
|
||||
|
||||
#if (CONFIG_GFXUMA == 1)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,8 +19,5 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config
|
||||
{
|
||||
u32 uma_size; /* How many UMA should be used in memory for TOP. */
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
||||
|
|
|
@ -83,10 +83,6 @@ u8 is_dev3_present(void)
|
|||
*************************************************/
|
||||
static void mb_enable(device_t dev)
|
||||
{
|
||||
/* Leave it for future. */
|
||||
/* struct mainboard_config *mainboard =
|
||||
(struct mainboard_config *)dev->chip_info;*/
|
||||
|
||||
printk(BIOS_INFO, "Mainboard 939A785GMH/128M Enable. dev=0x%p\n", dev);
|
||||
|
||||
#if (CONFIG_GFXUMA == 1)
|
||||
|
|
|
@ -21,6 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,5 +19,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,5 +19,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,6 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
||||
struct mainboard_emulation_qemu_x86_config
|
||||
{
|
||||
};
|
||||
struct mainboard_emulation_qemu_x86_config {};
|
||||
|
||||
extern struct chip_operations mainboard_emulation_qemu_x86_ops;
|
||||
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
*/
|
||||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,5 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,7 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -258,10 +258,6 @@ static void set_thermal_config(void)
|
|||
*************************************************/
|
||||
static void ma785gmt_enable(device_t dev)
|
||||
{
|
||||
/* Leave it for furture use. */
|
||||
/* struct mainboard_config *mainboard =
|
||||
(struct mainboard_config *)dev->chip_info; */
|
||||
|
||||
printk(BIOS_INFO, "Mainboard Gigabyte ma785gmt Enable. dev=0x%p\n", dev);
|
||||
|
||||
#if (CONFIG_GFXUMA == 1)
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -78,10 +78,6 @@ u8 is_dev3_present(void)
|
|||
*************************************************/
|
||||
static void ma78gm_enable(device_t dev)
|
||||
{
|
||||
/* Leave it for furture use. */
|
||||
/* struct mainboard_config *mainboard =
|
||||
(struct mainboard_config *)dev->chip_info; */
|
||||
|
||||
printk(BIOS_INFO, "Mainboard MA78GM-US2H Enable. dev=0x%p\n", dev);
|
||||
|
||||
#if (CONFIG_GFXUMA == 1)
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,6 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -18,6 +18,4 @@
|
|||
*/
|
||||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -18,6 +18,4 @@
|
|||
*/
|
||||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,6 +19,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,6 +19,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,6 +19,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,6 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,5 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -107,10 +107,6 @@ u8 is_dev3_present(void)
|
|||
*************************************************/
|
||||
static void pa78vm5_enable(device_t dev)
|
||||
{
|
||||
/* Leave it for furture use. */
|
||||
/* struct mainboard_config *mainboard =
|
||||
(struct mainboard_config *)dev->chip_info; */
|
||||
|
||||
printk(BIOS_INFO, "Mainboard PA78VM5 Enable. dev=0x%p\n", dev);
|
||||
|
||||
#if (CONFIG_GFXUMA == 1)
|
||||
|
|
|
@ -18,6 +18,4 @@
|
|||
*/
|
||||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,8 +19,5 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config
|
||||
{
|
||||
u32 uma_size; /* How many UMA should be used in memory for TOP. */
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,8 +21,5 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
||||
|
|
|
@ -21,7 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,7 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,7 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,6 +19,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,6 +19,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -18,6 +18,4 @@
|
|||
*/
|
||||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -18,5 +18,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,5 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,5 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -21,5 +21,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -19,8 +19,5 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config
|
||||
{
|
||||
u32 uma_size; /* How many UMA should be used in memory for TOP. */
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
||||
|
|
|
@ -19,8 +19,5 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config
|
||||
{
|
||||
u32 uma_size; /* How many UMA should be used in memory for TOP. */
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
|
||||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int nothing;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
// int fixup_scsi;
|
||||
// int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
extern struct chip_operations mainboard_ops;
|
||||
|
||||
struct mainboard_config {
|
||||
int fixup_scsi;
|
||||
int fixup_vga;
|
||||
};
|
||||
struct mainboard_config {};
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue