Last typo fixed (network came up for a few minutes).

This commit is contained in:
Nate Williams 1996-05-07 20:39:34 +00:00
parent ff473041c5
commit 110f70b852

View File

@ -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);