mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
Not sure why I made these cosmetic changes, but I appear to have done so.
This commit is contained in:
@@ -491,12 +491,12 @@ static struct isa_probe_addr smc9000_probe_addrs[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct isa_driver smc9000_driver =
|
static struct isa_driver smc9000_driver =
|
||||||
ISA_DRIVER ( "SMC9000", smc9000_probe_addrs, smc9000_probe_addr,
|
ISA_DRIVER ( "SMC9000", smc9000_probe_addrs, smc9000_probe_addr,
|
||||||
GENERIC_ISAPNP_VENDOR, 0x8228 );
|
GENERIC_ISAPNP_VENDOR, 0x8228 );
|
||||||
|
|
||||||
BOOT_DRIVER ( "SMC9000", find_isa_boot_device, smc9000_driver, smc9000_probe );
|
BOOT_DRIVER ( "SMC9000", find_isa_boot_device, smc9000_driver, smc9000_probe );
|
||||||
|
|
||||||
ISA_ROM( "smc9000", "SMC9000" );
|
ISA_ROM ( "smc9000", "SMC9000" );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local variables:
|
* Local variables:
|
||||||
|
|||||||
Reference in New Issue
Block a user