Subject: A small patch
To: None <port-arm32@netbsd.org>
From: Reinoud Zandijk <zandijk@cs.utwente.nl>
List: port-arm32
Date: 08/19/1999 20:58:29
Hi Mark,

here's a small kernel patch I made to avoid confusion about what
terminaltype I've got on my RiscPC. It's allmost trivial, and must be more
legacy I guess :-) Still go no CVS running here, so I hope you'll willing
to update the small thingy.

"
*** /usr/src/sys/arch/arm32/vidc/console/vt220.c.orig	Thu Aug 19 21:39:38 1999
--- /usr/src/sys/arch/arm32/vidc/console/vt220.c	Thu Aug 19 21:39:57 1999
***************
*** 60,66 ****
  #include "qms.h"
  #endif
  
! static char vt220_name[] = "vt100";
  
  /* These defines are for the developer only !!!! */
  #define SELFTEST
--- 60,66 ----
  #include "qms.h"
  #endif
  
! static char vt220_name[] = "vt220";
  
  /* These defines are for the developer only !!!! */
  #define SELFTEST
"

This resulted in me changing my /etc/getty thinking it was not fillid in
correctly (ahum)

Cheers,

Reinoud