Subject: kernel build problem today
To: None <port-pmax@NetBSD.ORG>
From: Simon Burge <simonb@telstra.com.au>
List: port-pmax
Date: 07/20/1997 13:10:51
I had to make the following change to get a kernel from today's sup to
build.  I assume this is a typo from John Kohl's locator stuff from last
week, but I can't test this kernel until tomorrow...

Simon.

*** src/sys/arch/pmax/tc/asic.c.00	Thu Jul 17 21:32:00 1997
--- src/sys/arch/pmax/tc/asic.c	Sun Jul 20 13:06:01 1997
***************
*** 264,270 ****
  {
  
  	return ((match->ioasiccf_offset == d->iada_offset) ||
! 		(match->ioasiccf_offset == IOASIC_OFFSET_DEFAULT));
  }
  
  /*
--- 264,270 ----
  {
  
  	return ((match->ioasiccf_offset == d->iada_offset) ||
! 		(match->ioasiccf_offset == IOASICCF_OFFSET_DEFAULT));
  }
  
  /*