summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/psm.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-05-07 20:39:34 +0000
committernate <nate@FreeBSD.org>1996-05-07 20:39:34 +0000
commitaafe5f318cfc27e49093eb1f3cbe0dad0a599f7a (patch)
tree6cbbe0dcb002f2023e3ca64dc21bd055e85fd689 /sys/i386/isa/psm.c
parent028122f31b6657ab082476fd4ddc762947572ae3 (diff)
downloadFreeBSD-src-aafe5f318cfc27e49093eb1f3cbe0dad0a599f7a.zip
FreeBSD-src-aafe5f318cfc27e49093eb1f3cbe0dad0a599f7a.tar.gz
Last typo fixed (network came up for a few minutes).
Diffstat (limited to 'sys/i386/isa/psm.c')
-rw-r--r--sys/i386/isa/psm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/isa/psm.c b/sys/i386/isa/psm.c
index d05d4f2..e820e8c 100644
--- a/sys/i386/isa/psm.c
+++ b/sys/i386/isa/psm.c
@@ -423,6 +423,7 @@ psmioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p)
void
psmintr(int unit)
{
+ struct psm_softc *sc = &psm_softc[unit];
int ioport = psmaddr[unit];
sc->inq.queue[sc->inq.last++ % MSBSZ] = inb(ioport+PSM_DATA);
OpenPOWER on IntegriCloud