Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101457
b: refs/heads/master
c: 5b438c4
h: refs/heads/master
i:
  101455: 6a7a997
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jul 15, 2008
1 parent 69df08c commit 24ac511
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf744d417ff2fe1e8e386c7ad06e79c34a078642
refs/heads/master: 5b438c44082d9f09fed10f3621fe8d5c93d3676d
5 changes: 5 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ config SGI_IP28
select SGI_HAS_DS1286
select SGI_HAS_I8042
select SGI_HAS_INDYDOG
select SGI_HAS_HAL2
select SGI_HAS_HAL2
select SGI_HAS_SEEQ
select SGI_HAS_WD93
select SGI_HAS_ZILOG
Expand Down Expand Up @@ -868,6 +870,9 @@ config SGI_HAS_DS1286
config SGI_HAS_INDYDOG
bool

config SGI_HAS_HAL2
bool

config SGI_HAS_SEEQ
bool

Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/mips/sgi-ip22/ip22-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,10 @@ static int __init sgiseeq_devinit(void)
}

device_initcall(sgiseeq_devinit);

static int __init sgi_hal2_devinit(void)
{
return IS_ERR(platform_device_register_simple("sgihal2", 0, NULL, 0));
}

device_initcall(sgi_hal2_devinit);

0 comments on commit 24ac511

Please sign in to comment.