diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-22 09:58:06 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-22 09:58:06 +0000 |
commit | 4f369b040431066e2327488fa650f287ba67f69e (patch) | |
tree | 9b77a869568413dac175de0e15120cf13b35d548 /sys | |
parent | 9d9088ddd809cadcc1997044cc5f812002a60541 (diff) |
arc supports more than just SATA hbas, so dont say the ports are always
SATA ports. print "firmware" instead of "FW Version:" cos i think it looks
better. tested on a 1680 which seems to just work so far.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/arc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c index 7369094d1b7..b80ff58b9aa 100644 --- a/sys/dev/pci/arc.c +++ b/sys/dev/pci/arc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc.c,v 1.66 2007/10/01 15:34:48 krw Exp $ */ +/* $OpenBSD: arc.c,v 1.67 2007/10/22 09:58:05 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -965,7 +965,7 @@ arc_query_firmware(struct arc_softc *sc) return (1); } - printf("%s: %d SATA Ports, %dMB SDRAM, FW Version: %s\n", + printf("%s: %d ports, %dMB SDRAM, firmware %s\n", DEVNAME(sc), letoh32(fwinfo.sata_ports), letoh32(fwinfo.sdram_size), string); |