View | Details | Raw Unified | Return to bug 15547
Collapse All | Expand All

(-)/usr/src/usr.bin/doscmd/dos.c (-1 / +1 lines)
Lines 2352-2358 Link Here
2352
    { 0x4e,	IFT_NOSUBFUNC,	int21_find,	"findfirst"},
2353
    { 0x4e,	IFT_NOSUBFUNC,	int21_find,	"findfirst"},
2353
    { 0x4f,	IFT_NOSUBFUNC,	int21_find,	"findnext"},
2354
    { 0x4f,	IFT_NOSUBFUNC,	int21_find,	"findnext"},
2354
    { 0x50,	IFT_NOSUBFUNC,	int21_50,	"set psp"},
2355
    { 0x50,	IFT_NOSUBFUNC,	int21_50,	"set psp"},
2355
    { 0x50,	IFT_NOSUBFUNC,	int21_62,	"get psp"},
2356
    { 0x51,	IFT_NOSUBFUNC,	int21_62,	"get psp"},
2356
    { 0x52,	IFT_NOSUBFUNC,	int21_NOFUNC,	"get LoL"},
2357
    { 0x52,	IFT_NOSUBFUNC,	int21_NOFUNC,	"get LoL"},
2357
    { 0x53,	IFT_NOSUBFUNC,	int21_NOFUNC,	"translate BPB to DPB"},
2358
    { 0x53,	IFT_NOSUBFUNC,	int21_NOFUNC,	"translate BPB to DPB"},
2358
    { 0x54,	IFT_NOSUBFUNC,	int21_NULLFUNC,	"get verify flag"},
2359
    { 0x54,	IFT_NOSUBFUNC,	int21_NULLFUNC,	"get verify flag"},

Return to bug 15547