Re: HP 9000 K200 (819) ...

Mark Kettenis <[email protected]> Wed, 12 Dec 2007 13:30:26 +0100 (CET)
Newsgroups gmane.os.openbsd.hppa
Message-ID <[email protected]>
> Date: Tue, 11 Dec 2007 17:49:28 -0500 (EST)
> From: Rob Sciuk <[email protected]>
> 
> Mark, Sorry, but when I answer Y to interact with the IPL, it then says
> 
> Booting ...
> Boot IO dependant code (IODC) revision 0
> 
> and when the OpenBSD header appears, it does not give me a chance to enter 
> anything, but rather just boots bsd.rd in the normal way ...
> 
> Perhaps there is a firmware setting which is preventing the IPL 
> interaction from actually occurring??
> 
> I've tried typing ahead, and holding down the space bar, but that does not 
> seem to work, and I can't see any way to tell the OpenBSD loader to wait 
> for me to type the -c option, and subsequently I don't see the UKC> prompt 
> at all ...
> 
> Hmmm ... any suggestions??  I'm leaving the office for the day, I'll be in
> in the AM (EST5EDT) ...

Hmm, it is very well possible that things got slightly broken in the
recent changes.  I'll have to look into that.

Meanwhile did you get a chance at testing that diff I sent you (see
below)?


Index: mainbus.c
===================================================================
RCS file: /cvs/src/sys/arch/hppa/hppa/mainbus.c,v
retrieving revision 1.67
diff -u -p -r1.67 mainbus.c
--- mainbus.c	2 Oct 2007 00:59:12 -0000	1.67
+++ mainbus.c	12 Dec 2007 12:28:09 -0000
@@ -1080,11 +1080,11 @@ mbattach(parent, self, aux)
 	nca.ca_dp.dp_bc[3] = nca.ca_dp.dp_bc[4] = nca.ca_dp.dp_bc[5] = -1;
 	nca.ca_dp.dp_mod = -1;
 	switch (cpu_hvers) {
-#if 0
 	case HPPA_BOARD_HP809:
 	case HPPA_BOARD_HP819:
 	case HPPA_BOARD_HP839:
 	case HPPA_BOARD_HP859:
+#if 0
 	case HPPA_BOARD_HP770_J200:
 	case HPPA_BOARD_HP770_J210:
 	case HPPA_BOARD_HP770_J210XC: