From owner-cvs-sys Fri Sep 19 08:31:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA18723 for cvs-sys-outgoing; Fri, 19 Sep 1997 08:31:46 -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 IAA18593; Fri, 19 Sep 1997 08:29:52 -0700 (PDT) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA16218; Fri, 19 Sep 1997 08:25:50 -0700 (PDT) Date: Fri, 19 Sep 1997 08:25:50 -0700 (PDT) Message-Id: <199709191525.IAA16218@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/09/19 08:25:50 PDT Modified files: sys/i386/conf LINT options.i386 sys/i386/isa sio.c Log: teach sio how to attach to isa PnP cards. This is mainly for use with internal modems. Currently detects a USR modem, and a couple Supra modems... vendor id's for sio capabile cards welcomed... document new option EXTRA_SIO that will increase sio's internal data structures to support X more serial ports... these are used by the PnP part of sio for attaching... If you don't have it specified, it will default to 2... This is defaulted to 0 if you don't have PnP compiled into your kernel... also document that if you set the PnP flags (pnp x flags y) to 0x1 that the modem will be refused to be recognized by the sio driver... this is for people that want the traditional isa driver to probe and attach the modem... (for keeping legacy sio numbering) Revision Changes Path 1.367 +6 -1 src/sys/i386/conf/LINT 1.60 +2 -1 src/sys/i386/conf/options.i386 1.182 +122 -13 src/sys/i386/isa/sio.c