Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 1999 19:48:35 -0800 (PST)
From:      sakauchi@yamame.to
To:        freebsd-gnats-submit@freebsd.org
Subject:   i386/15547: discmd function 51 ( get ps ) fail
Message-ID:  <19991218034835.D218B14D8F@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15547
>Category:       i386
>Synopsis:       discmd function 51 ( get ps ) fail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 17 19:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Atushi Sakauchi
>Release:        FreeBSD 3.3-Release
>Organization:
>Environment:
FreeBSD 3.3-Release
>Description:
doscmd

DOS function 51 ( get PSP ) don't work.
>How-To-Repeat:
% discmd symdeb
>Fix:
--- /usr/src/usr.bin/doscmd/dos.c.save	Mon Aug 30 00:26:58 1999
+++ /usr/src/usr.bin/doscmd/dos.c	Sat Dec 18 04:47:13 1999
@@ -2352,7 +2353,7 @@
     { 0x4e,	IFT_NOSUBFUNC,	int21_find,	"findfirst"},
     { 0x4f,	IFT_NOSUBFUNC,	int21_find,	"findnext"},
     { 0x50,	IFT_NOSUBFUNC,	int21_50,	"set psp"},
-    { 0x50,	IFT_NOSUBFUNC,	int21_62,	"get psp"},
+    { 0x51,	IFT_NOSUBFUNC,	int21_62,	"get psp"},
     { 0x52,	IFT_NOSUBFUNC,	int21_NOFUNC,	"get LoL"},
     { 0x53,	IFT_NOSUBFUNC,	int21_NOFUNC,	"translate BPB to DPB"},
     { 0x54,	IFT_NOSUBFUNC,	int21_NULLFUNC,	"get verify flag"},


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991218034835.D218B14D8F>