diff options
author | dbaker <dbaker@FreeBSD.org> | 2002-02-11 02:34:25 +0000 |
---|---|---|
committer | dbaker <dbaker@FreeBSD.org> | 2002-02-11 02:34:25 +0000 |
commit | d1a3b410ecdf03e8e03107121eb2d8e1ee1ef535 (patch) | |
tree | 4bd5abda4f627a321e40bd607256302c12956c16 /usr.sbin/stallion/stlload/stlload.c | |
parent | a493016fd7464d091c26ac1cbc6ce39ca8034ec9 (diff) | |
download | FreeBSD-src-d1a3b410ecdf03e8e03107121eb2d8e1ee1ef535.zip FreeBSD-src-d1a3b410ecdf03e8e03107121eb2d8e1ee1ef535.tar.gz |
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.
Diffstat (limited to 'usr.sbin/stallion/stlload/stlload.c')
-rw-r--r-- | usr.sbin/stallion/stlload/stlload.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |