Remove an ifdef that's been here for a long time. So long, in fact,
that it references a function parameter that's not been passed in for more than 4 years. This has been if 0'd since 1994.
This commit is contained in:
parent
25b67768f0
commit
1e379d3696
@ -165,13 +165,6 @@ ed_probe_Novell_generic(device_t dev, int flags)
|
||||
|
||||
/* 8k of memory plus an additional 8k if 16bit */
|
||||
memsize = 8192 + sc->isa16bit * 8192;
|
||||
|
||||
#if 0 /* probably not useful - NE boards only come two ways */
|
||||
/* allow kernel config file overrides */
|
||||
if (isa_dev->id_msize)
|
||||
memsize = isa_dev->id_msize;
|
||||
#endif
|
||||
|
||||
sc->mem_size = memsize;
|
||||
|
||||
/* NIC memory doesn't start at zero on an NE board */
|
||||
|
Loading…
Reference in New Issue
Block a user