Date: Fri, 19 Sep 1997 08:25:50 -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/conf LINT options.i386 src/sys/i386/isa sio.c Message-ID: <199709191525.IAA16218@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709191525.IAA16218>