From 195c413a5cda168ebc5702d6c6559d6a3fb82096 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 16 Feb 1995 08:06:28 +0000 Subject: Fix a few bogons introduced when config lost the 3 char limitation. --- sys/i386/isa/spigot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/isa/spigot.c') diff --git a/sys/i386/isa/spigot.c b/sys/i386/isa/spigot.c index 83cf452..13f5bb2 100644 --- a/sys/i386/isa/spigot.c +++ b/sys/i386/isa/spigot.c @@ -81,7 +81,7 @@ struct spigot_softc { int spigot_probe(struct isa_device *id); int spigot_attach(struct isa_device *id); -struct isa_driver spidriver = {spigot_probe, spigot_attach, "spigot"}; +struct isa_driver spigotdriver = {spigot_probe, spigot_attach, "spigot"}; static struct kern_devconf kdc_spigot[NSPIGOT] = { 0, /* kdc_next -> filled in by dev_attach() */ -- cgit v1.1