Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/pc532/dev/Attic/lptreg.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/sys/arch/pc532/dev/Attic/lptreg.h 1995/05/16 07:30:35 1.3 +++ src/sys/arch/pc532/dev/Attic/lptreg.h 2005/02/22 14:42:17 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: lptreg.h,v 1.3 1995/05/16 07:30:35 phil Exp $ */ +/* $NetBSD: lptreg.h,v 1.4 2005/02/22 14:42:17 chs Exp $ */ /* * Copyright (c) 1994 Matthias Pfaller. @@ -67,9 +67,3 @@ struct i8255 { #define LPT_PROBE_MASK 0x08 #define LPT_PROBE_SET 0x07 #define LPT_PROBE_CLR 0x06 - - /* Default mapped address */ -#define LPT_ADR(unit) (((volatile struct i8255 *)0xFFC80030) + unit) - /* Default interrupts */ -#define LPT_IRQ(unit) (unit?IR_TTY3 - 1:IR_TTY3) -#define LPT_MAX 2 /* Maximum number of lpt interfaces*/