diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-24 18:36:27 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-24 18:36:27 +0000 |
commit | af68ecde42cdfb793097d9f4257d0ab14879c005 (patch) | |
tree | 84c580d0e6a0d7d5e5ad9a750c0bd8ccd984f1ad /sys/arch/arc | |
parent | 24056ef84f0dc28433ace05f01cbd0f845b562b7 (diff) |
Close shave.. lpr -> lpt
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/pica/picabus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/pica/picabus.c b/sys/arch/arc/pica/picabus.c index 06b38d76fce..8eeb8187920 100644 --- a/sys/arch/arc/pica/picabus.c +++ b/sys/arch/arc/pica/picabus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: picabus.c,v 1.6 1997/04/19 17:20:04 pefo Exp $ */ +/* $OpenBSD: picabus.c,v 1.7 1997/05/24 18:36:26 pefo Exp $ */ /* $NetBSD: tc.c,v 1.2 1995/03/08 00:39:05 cgd Exp $ */ /* @@ -104,7 +104,7 @@ struct pica_dev { struct pica_dev acer_pica_61_cpu[] = { {{ "dallas_rtc",0, 0, }, 0, pica_intrnull, (void *)PICA_SYS_CLOCK, }, - {{ "lpr", 1, 0, }, + {{ "lpt", 1, 0, }, PICA_SYS_LB_IE_PAR1, pica_intrnull, (void *)PICA_SYS_PAR1, }, {{ "fdc", 2, 0, }, PICA_SYS_LB_IE_FLOPPY,pica_intrnull, (void *)PICA_SYS_FLOPPY, }, |