Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf54a2b3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: amiga - Zorro bus modalias support



Add Amiga Zorro bus modalias and uevent support

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 0b7f1a7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -674,6 +674,7 @@ static struct zorro_device_id a2065_zorro_tbl[] __devinitdata = {
	{ ZORRO_PROD_AMERISTAR_A2065 },
	{ 0 }
};
MODULE_DEVICE_TABLE(zorro, a2065_zorro_tbl);

static struct zorro_driver a2065_driver = {
	.name		= "a2065",
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ static struct zorro_device_id ariadne_zorro_tbl[] __devinitdata = {
    { ZORRO_PROD_VILLAGE_TRONIC_ARIADNE },
    { 0 }
};
MODULE_DEVICE_TABLE(zorro, ariadne_zorro_tbl);

static struct zorro_driver ariadne_driver = {
    .name	= "ariadne",
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ static struct zorro_device_id hydra_zorro_tbl[] __devinitdata = {
    { ZORRO_PROD_HYDRA_SYSTEMS_AMIGANET },
    { 0 }
};
MODULE_DEVICE_TABLE(zorro, hydra_zorro_tbl);

static struct zorro_driver hydra_driver = {
    .name	= "hydra",
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ static struct zorro_device_id zorro8390_zorro_tbl[] __devinitdata = {
    { ZORRO_PROD_INDIVIDUAL_COMPUTERS_X_SURF, },
    { 0 }
};
MODULE_DEVICE_TABLE(zorro, zorro8390_zorro_tbl);

static struct zorro_driver zorro8390_driver = {
    .name	= "zorro8390",
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ static struct zorro_device_id zorro7xx_zorro_tbl[] __devinitdata = {
	},
	{ 0 }
};
MODULE_DEVICE_TABLE(zorro, zorro7xx_zorro_tbl);

static int __devinit zorro7xx_init_one(struct zorro_dev *z,
				       const struct zorro_device_id *ent)
Loading