Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 1997 05:31:58 -0700 (PDT)
From:      John-Mark Gurney <jmg@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
Message-ID:  <199709091231.FAA07982@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <luigi@labinfo.iet.unipi.it>,
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709091231.FAA07982>