From nobody@FreeBSD.ORG  Fri Dec 17 19:48:35 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id D218B14D8F; Fri, 17 Dec 1999 19:48:35 -0800 (PST)
Message-Id: <19991218034835.D218B14D8F@hub.freebsd.org>
Date: Fri, 17 Dec 1999 19:48:35 -0800 (PST)
From: sakauchi@yamame.to
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: discmd function 51 ( get ps ) fail
X-Send-Pr-Version: www-1.0

>Number:         15547
>Category:       i386
>Synopsis:       discmd function 51 ( get ps ) fail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 17 19:50:00 PST 1999
>Closed-Date:    Fri May 25 05:30:37 PDT 2001
>Last-Modified:  Fri May 25 05:31:04 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: tg 
State-Changed-When: Fri May 25 05:30:37 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15547 
>Unformatted:
