From d1a3b410ecdf03e8e03107121eb2d8e1ee1ef535 Mon Sep 17 00:00:00 2001 From: dbaker Date: Mon, 11 Feb 2002 02:34:25 +0000 Subject: Comment in the man page and warning in stlload (when stlload fails) to make it clear that the recent PCI cards do not require firmware to be loaded, unlike the completely different ISA cards that are branded with the same name. --- usr.sbin/stallion/stlload/stlload.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/stallion/stlload/stlload.c') diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c index 552fce3..6f327f8 100644 --- a/usr.sbin/stallion/stlload/stlload.c +++ b/usr.sbin/stallion/stlload/stlload.c @@ -198,6 +198,7 @@ int download() printf("Stoping any current slave\n"); if (ioctl(memfd, STL_BSTOP, 0) < 0) { warn("ioctl(STL_BSTOP)"); + printf(" (Perhaps you're trying to download firmare to a PCI card that\n doesn't require this?)\n"); return(-1); } -- cgit v1.1