From bdaeb9cc907be3fe2db94b68180fc8162abc910d Mon Sep 17 00:00:00 2001 From: Kazutaka YOKOTA Date: Mon, 3 Sep 2001 03:43:39 +0000 Subject: Fix the argument specifier for the PnP BIOS function 2 (PNP_SET_DEVNODE). The second argument is not a segment:offset pointer, but a 16 bit short. MFC after: 4 weeks --- sys/amd64/include/pc/bios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64/include') diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index ae13bd418264..cdf7c94a712f 100644 --- a/sys/amd64/include/pc/bios.h +++ b/sys/amd64/include/pc/bios.h @@ -171,7 +171,7 @@ struct bios_args { */ #define PNP_COUNT_DEVNODES "sppD", 0x00 #define PNP_GET_DEVNODE "sppsD", 0x01 -#define PNP_SET_DEVNODE "sppsD", 0x02 +#define PNP_SET_DEVNODE "sspsD", 0x02 #define PNP_GET_EVENT "spD", 0x03 #define PNP_SEND_MSG "ssD", 0x04 #define PNP_GET_DOCK_INFO "spD", 0x05 -- cgit v1.3