summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-10-22 07:43:20 +0000
committerimp <imp@FreeBSD.org>2005-10-22 07:43:20 +0000
commit49280ec9dd24f9b0240c8b45afc0bfd5521ad585 (patch)
treea47bebcf2679a9a3eec535d8a820435cb6adb551 /sys/dev/ed
parent5c82a95730035cde08333eea893f157f200e513a (diff)
downloadFreeBSD-src-49280ec9dd24f9b0240c8b45afc0bfd5521ad585.zip
FreeBSD-src-49280ec9dd24f9b0240c8b45afc0bfd5521ad585.tar.gz
Add missing softc
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c
index 9f64f96..bd74383 100644
--- a/sys/dev/ed/if_ed_isa.c
+++ b/sys/dev/ed/if_ed_isa.c
@@ -93,6 +93,7 @@ ed_isa_probe_Novell(device_t dev)
static int
ed_isa_probe(device_t dev)
{
+ struct ed_softc *sc = device_get_softc(dev);
int flags = device_get_flags(dev);
int error = 0;
OpenPOWER on IntegriCloud