From owner-cvs-sys Tue Sep 9 05:36:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA05692 for cvs-sys-outgoing; Tue, 9 Sep 1997 05:36:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA05592; Tue, 9 Sep 1997 05:34:44 -0700 (PDT) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA07982; Tue, 9 Sep 1997 05:31:58 -0700 (PDT) Date: Tue, 9 Sep 1997 05:31:58 -0700 (PDT) Message-Id: <199709091231.FAA07982@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa pnp.c pnp.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/09/09 05:31:58 PDT Added files: sys/i386/isa pnp.c pnp.h Log: add the plug-and-play code into current... This code has been submitted by Luigi Rizzo , based on work done by Sujal Patel. This currnetly doesn't provide the ability to register the port address of PnP cards assigned a PnP driver. As there aren't any PnP capible drivers yet, this isn't much of a problem. The code allows you, through USERCONFIG, configure what the cards port bases, irqs, and dma's are like. Currently there isn't support to view what cards are in the sytem. It successfully configures my PnP Internal Modem and sio then sees the card as a normal isa device. man page will be committed shortly. Approved-by: jkh Submitted-by: Luigi Rizzo