summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/spigot.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-16 08:06:28 +0000
committerjkh <jkh@FreeBSD.org>1995-02-16 08:06:28 +0000
commit195c413a5cda168ebc5702d6c6559d6a3fb82096 (patch)
tree10ff8e0a853cc18754620c4e965a27db595a79aa /sys/i386/isa/spigot.c
parent12a2203294a37ab7bd5884a1ee112c21963910bd (diff)
downloadFreeBSD-src-195c413a5cda168ebc5702d6c6559d6a3fb82096.zip
FreeBSD-src-195c413a5cda168ebc5702d6c6559d6a3fb82096.tar.gz
Fix a few bogons introduced when config lost the 3 char limitation.
Diffstat (limited to 'sys/i386/isa/spigot.c')
-rw-r--r--sys/i386/isa/spigot.c2
1 files changed, 1 insertions, 1 deletions
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() */
OpenPOWER on IntegriCloud