[BACK]Return to lptreg.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / pc532 / dev

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/pc532/dev/Attic/lptreg.h between version 1.3 and 1.4

version 1.3, 1995/05/16 07:30:35 version 1.4, 2005/02/22 14:42:17
Line 67  struct i8255 {
Line 67  struct i8255 {
 #define LPT_PROBE_MASK  0x08  #define LPT_PROBE_MASK  0x08
 #define LPT_PROBE_SET   0x07  #define LPT_PROBE_SET   0x07
 #define LPT_PROBE_CLR   0x06  #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*/  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>