Module Name:    src
Committed By:   rin
Date:           Sat Jun 29 08:30:49 UTC 2024

Modified Files:
        src/sys/arch/i386/stand/lib: libi386.h

Log Message:
libi386.h: Drop `I386_INCLUDE_BUS` support

This is what I intended for this commit:

https://mail-index.netbsd.org/source-changes/2024/06/29/msg151996.html

Instead, I removed libi386.h by mistake :(


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 src/sys/arch/i386/stand/lib/libi386.h:1.52
--- src/sys/arch/i386/stand/lib/libi386.h:1.51	Sat Jun 29 08:28:07 2024
+++ src/sys/arch/i386/stand/lib/libi386.h	Sat Jun 29 08:30:49 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: libi386.h,v 1.51 2024/06/29 08:28:07 rin Exp $	*/
+/*	$NetBSD: libi386.h,v 1.52 2024/06/29 08:30:49 rin Exp $	*/
 
 /*
  * Copyright (c) 1996
@@ -149,11 +149,6 @@ __compactcall int biosdisk_getextinfo(in
 int get_harddrives(void);
 void biosdisk_probe(void);
 
-int pcibios_cfgread(unsigned int, int, int *);
-int pcibios_cfgwrite(unsigned int, int, int);
-int pcibios_finddev(int, int, int, unsigned int *);
-int pcibios_present(int *);
-
 void dosclose(int);
 int dosopen(char *);
 int dosread(int, char *, int);

Reply via email to