mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Not sure why I made these cosmetic changes, but I appear to have done so.
This commit is contained in:
parent
f61fa0dc64
commit
1bd7b97e5c
@ -491,12 +491,12 @@ static struct isa_probe_addr smc9000_probe_addrs[] = {
|
||||
};
|
||||
|
||||
static struct isa_driver smc9000_driver =
|
||||
ISA_DRIVER ( "SMC9000", smc9000_probe_addrs, smc9000_probe_addr,
|
||||
GENERIC_ISAPNP_VENDOR, 0x8228 );
|
||||
ISA_DRIVER ( "SMC9000", smc9000_probe_addrs, smc9000_probe_addr,
|
||||
GENERIC_ISAPNP_VENDOR, 0x8228 );
|
||||
|
||||
BOOT_DRIVER ( "SMC9000", find_isa_boot_device, smc9000_driver, smc9000_probe );
|
||||
|
||||
ISA_ROM( "smc9000", "SMC9000" );
|
||||
ISA_ROM ( "smc9000", "SMC9000" );
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
|
Loading…
Reference in New Issue
Block a user