Module Name: src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024
Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from libi386.h, NFC PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/i386/stand/lib/libi386.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/stand/lib/libi386.h diff -u src/sys/arch/i386/stand/lib/libi386.h:1.53 src/sys/arch/i386/stand/lib/libi386.h:1.54 --- src/sys/arch/i386/stand/lib/libi386.h:1.53 Sat Jun 29 13:46:40 2024 +++ src/sys/arch/i386/stand/lib/libi386.h Wed Sep 18 00:44:03 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: libi386.h,v 1.53 2024/06/29 13:46:40 rin Exp $ */ +/* $NetBSD: libi386.h,v 1.54 2024/09/18 00:44:03 rin Exp $ */ /* * Copyright (c) 1996 @@ -98,12 +98,6 @@ struct multiboot_package *probe_multiboo /* this is in "user code"! */ int parsebootfile(const char *, char **, char **, int *, int *, const char **); -#ifdef XMS -physaddr_t ppbcopy(physaddr_t, physaddr_t, int); -int checkxms(void); -physaddr_t xmsalloc(int); -#endif - /* parseutils.c */ char *gettrailer(char *); int parseopts(const char *, int *);