summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-11-25 19:08:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-11-25 19:08:43 +0000
commit2ed82b70f293ca245bcc65ea1439f8b8978cc356 (patch)
tree918c0b7116549a7d58f07dd2feb6e60bbedef4f7 /sys/arch
parent06ec3a6071d5b5ba6535c01729ca27e026d1b863 (diff)
Brag about what OS we are running on the LCD panel, if there is one.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sgi/sgi/ip27_machdep.c4
-rw-r--r--sys/arch/sgi/sgi/l1.c87
-rw-r--r--sys/arch/sgi/sgi/l1.h3
3 files changed, 82 insertions, 12 deletions
diff --git a/sys/arch/sgi/sgi/ip27_machdep.c b/sys/arch/sgi/sgi/ip27_machdep.c
index a93e88f2140..157d5ba5dd4 100644
--- a/sys/arch/sgi/sgi/ip27_machdep.c
+++ b/sys/arch/sgi/sgi/ip27_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip27_machdep.c,v 1.64 2014/09/30 06:51:58 jmatthew Exp $ */
+/* $OpenBSD: ip27_machdep.c,v 1.65 2014/11/25 19:08:42 miod Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -361,6 +361,8 @@ ip27_attach_node(struct device *parent, int16_t nasid)
currentnasid = nasid;
bzero(&u, sizeof u);
if (ip35) {
+ l1_display(nasid, TRUE, "OpenBSD/sgi");
+
u.maa.maa_name = "spdmem";
u.maa.maa_nasid = nasid;
for (dimm = 0; dimm < L1_SPD_DIMM_MAX; dimm++) {
diff --git a/sys/arch/sgi/sgi/l1.c b/sys/arch/sgi/sgi/l1.c
index 79749bebf89..b566fe586c5 100644
--- a/sys/arch/sgi/sgi/l1.c
+++ b/sys/arch/sgi/sgi/l1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: l1.c,v 1.8 2014/07/12 18:44:42 tedu Exp $ */
+/* $OpenBSD: l1.c,v 1.9 2014/11/25 19:08:42 miod Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@@ -111,7 +111,7 @@ l1_serial_getc(int16_t nasid)
if (n == 0) {
#ifdef L1_DEBUG
- printf("%s: RX timeout, lsr %02x\n", __func__, lsr);
+ printf("%s: RX timeout, lsr %02llx\n", __func__, lsr);
#endif
return -1;
}
@@ -134,7 +134,7 @@ l1_serial_putc(int16_t nasid, u_char val)
if (n == 0) {
#ifdef L1_DEBUG
- printf("%s: TX timeout, lsr %02x\n", __func__, lsr);
+ printf("%s: TX timeout, lsr %02llx\n", __func__, lsr);
#endif
return EWOULDBLOCK;
}
@@ -608,7 +608,7 @@ l1_read_board_ia(int16_t nasid, int type, u_char **ria, size_t *rialen)
if (pktlen < 6) {
#ifdef L1_DEBUG
- printf("truncated response (length %d)\n", pktlen);
+ printf("truncated response (length %zu)\n", pktlen);
#endif
return EIO;
}
@@ -688,7 +688,7 @@ l1_read_board_ia(int16_t nasid, int type, u_char **ria, size_t *rialen)
if (pktlen < 6) {
#ifdef L1_DEBUG
- printf("truncated response (length %d)\n", pktlen);
+ printf("truncated response (length %zu)\n", pktlen);
#endif
rc = EIO;
goto fail;
@@ -743,7 +743,7 @@ l1_read_board_ia(int16_t nasid, int type, u_char **ria, size_t *rialen)
memcpy(ia + iapos, chunk, chunklen);
iapos += chunklen;
#ifdef L1_DEBUG
- printf("got %02x bytes of eeprom, %x/%x\n",
+ printf("got %02zx bytes of eeprom, %zx/%zx\n",
chunklen, iapos, ialen);
#endif
}
@@ -953,7 +953,7 @@ l1_exec_command(int16_t nasid, const char *cmd)
if (pktlen < 6) {
#ifdef L1_DEBUG
- printf("truncated response (length %d)\n", pktlen);
+ printf("truncated response (length %zu)\n", pktlen);
#endif
return EIO;
}
@@ -1042,7 +1042,7 @@ l1_get_brick_spd_record(int16_t nasid, int dimm, u_char **rspd, size_t *rspdlen)
if (pktlen < 6) {
#ifdef L1_DEBUG
- printf("truncated response (length %d)\n", pktlen);
+ printf("truncated response (length %zu)\n", pktlen);
#endif
return EIO;
}
@@ -1122,7 +1122,7 @@ l1_get_brick_spd_record(int16_t nasid, int dimm, u_char **rspd, size_t *rspdlen)
if (pktlen < 6) {
#ifdef L1_DEBUG
- printf("truncated response (length %d)\n", pktlen);
+ printf("truncated response (length %zu)\n", pktlen);
#endif
rc = EIO;
goto fail;
@@ -1177,7 +1177,7 @@ l1_get_brick_spd_record(int16_t nasid, int dimm, u_char **rspd, size_t *rspdlen)
memcpy(spd + spdpos, chunk, chunklen);
spdpos += chunklen;
#ifdef L1_DEBUG
- printf("got %02x bytes of eeprom, %x/%x\n",
+ printf("got %02zx bytes of eeprom, %zx/%zx\n",
chunklen, spdpos, spdlen);
#endif
}
@@ -1191,3 +1191,70 @@ fail:
free(spd, M_DEVBUF, 0);
return rc;
}
+
+int
+l1_display(int16_t nasid, int down, const char *message)
+{
+ char line[1 + 12];
+ u_char pkt[64]; /* command packet buffer */
+ size_t pktlen;
+ uint32_t data;
+ int rc;
+
+ if (sys_config.system_subtype == IP35_FUEL)
+ return ENXIO;
+
+ /* pad the line with spaces and truncate at 12 chars */
+ (void)snprintf(line, sizeof line, "%s ", message);
+
+ /*
+ * Build the command packet.
+ */
+ pktlen = l1_command_build(pkt, sizeof pkt,
+ L1_ADDRESS(L1_TYPE_L1, L1_ADDRESS_LOCAL | L1_TASK_GENERAL),
+ down ? L1_REQ_DISP2 : L1_REQ_DISP1, 1,
+ L1_ARG_ASCII, line);
+ if (pktlen > sizeof pkt) {
+#ifdef DIAGNOSTIC
+ panic("%s: L1 command packet too large (%zu) for buffer",
+ __func__, pktlen);
+#endif
+ return ENOMEM;
+ }
+
+ if (l1_packet_put(nasid, pkt, pktlen) != 0)
+ return EWOULDBLOCK;
+
+ pktlen = sizeof pkt;
+ if (l1_receive_response(nasid, pkt, &pktlen) != 0)
+ return EWOULDBLOCK;
+
+ if (pktlen < 6) {
+#ifdef L1_DEBUG
+ printf("truncated response (length %zu)\n", pktlen);
+#endif
+ return EIO;
+ }
+
+ /*
+ * Check the response code.
+ */
+
+ data = l1_packet_get_be32(&pkt[1]);
+ rc = l1_response_to_errno(data);
+ if (rc != 0)
+ return rc;
+
+ /*
+ * We do not expect anything in return.
+ */
+
+ if (pkt[5] != 0) {
+#ifdef L1_DEBUG
+ printf("unexpected L1 response: %d values\n", pkt[5]);
+#endif
+ return EIO;
+ }
+
+ return 0;
+}
diff --git a/sys/arch/sgi/sgi/l1.h b/sys/arch/sgi/sgi/l1.h
index 0257296fb3e..9d1216179dc 100644
--- a/sys/arch/sgi/sgi/l1.h
+++ b/sys/arch/sgi/sgi/l1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: l1.h,v 1.5 2010/05/09 18:37:47 miod Exp $ */
+/* $OpenBSD: l1.h,v 1.6 2014/11/25 19:08:42 miod Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@@ -92,6 +92,7 @@ struct spdmem_attach_args {
int dimm;
};
+int l1_display(int16_t, int, const char *);
int l1_exec_command(int16_t, const char *);
int l1_get_brick_ethernet_address(int16_t, uint8_t *);
int l1_get_brick_spd_record(int16_t, int, u_char **, size_t *);