summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-22 20:20:51 +0000
committermsmith <msmith@FreeBSD.org>1998-10-22 20:20:51 +0000
commit973bf974871815ca2ba384da2fac0739f974f4f4 (patch)
treec9560ed612e5ea610cfd5839bc31a1c176ca427e /sys/boot/common/bootstrap.h
parent83d29b9bb2e230f2d2ecb7d559d94c2318241936 (diff)
downloadFreeBSD-src-973bf974871815ca2ba384da2fac0739f974f4f4.zip
FreeBSD-src-973bf974871815ca2ba384da2fac0739f974f4f4.tar.gz
Export an interface for presetting the ISA PnP read port address.
Make the EISA ID formatter generally available
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index 88adc27..2eb1d80 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootstrap.h,v 1.13 1998/10/09 23:11:05 peter Exp $
+ * $Id: bootstrap.h,v 1.14 1998/10/21 20:07:04 msmith Exp $
*/
#include <sys/types.h>
@@ -125,6 +125,14 @@ extern void pnp_addident(struct pnpinfo *pi, char *ident);
extern struct pnpinfo *pnp_allocinfo(void);
extern void pnp_freeinfo(struct pnpinfo *pi);
extern void pnp_addinfo(struct pnpinfo *pi);
+extern char *pnp_eisaformat(u_int8_t *data);
+
+/*
+ * < 0 - No ISA in system
+ * == 0 - Maybe ISA, search for read data port
+ * > 0 - ISA in system, value is read data port address
+ */
+extern int isapnp_readport;
/*
* Module metadata header.
OpenPOWER on IntegriCloud