diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2007-05-01 16:32:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-04 20:59:07 -0400 |
commit | f877958879d413c37bfbeb7517614f3625cdea38 (patch) | |
tree | 9a7956804b2a2299279c5896c9a70fed77254815 /drivers/net/macsonic.c | |
parent | e10e5c4325b37e1a7dce9cd3d2cbcd8dd9536a7a (diff) |
NuBus header update
Sync the nubus defines with the latest code in the mac68k repo. Some of these
are needed for DP8390 driver update in the next patch.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/macsonic.c')
-rw-r--r-- | drivers/net/macsonic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macsonic.c b/drivers/net/macsonic.c index 8ca57a0a4c11..a3d24a39b5f1 100644 --- a/drivers/net/macsonic.c +++ b/drivers/net/macsonic.c | |||
@@ -402,7 +402,7 @@ int __init macsonic_ident(struct nubus_dev* ndev) | |||
402 | ndev->dr_sw == NUBUS_DRSW_DAYNA) | 402 | ndev->dr_sw == NUBUS_DRSW_DAYNA) |
403 | return MACSONIC_DAYNA; | 403 | return MACSONIC_DAYNA; |
404 | 404 | ||
405 | if (ndev->dr_hw == NUBUS_DRHW_SONIC_LC && | 405 | if (ndev->dr_hw == NUBUS_DRHW_APPLE_SONIC_LC && |
406 | ndev->dr_sw == 0) { /* huh? */ | 406 | ndev->dr_sw == 0) { /* huh? */ |
407 | return MACSONIC_APPLE16; | 407 | return MACSONIC_APPLE16; |
408 | } | 408 | } |