From owner-freebsd-commit Wed Oct 4 14:53:03 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05220 for freebsd-commit-outgoing; Wed, 4 Oct 1995 14:53:03 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05207 for cvs-all-outgoing; Wed, 4 Oct 1995 14:52:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05157 for cvs-sys-outgoing; Wed, 4 Oct 1995 14:51:35 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA05146 ; Wed, 4 Oct 1995 14:51:29 -0700 Date: Wed, 4 Oct 1995 14:51:29 -0700 From: "Jordan K. Hubbard" Message-Id: <199510042151.OAA05146@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/i386/isa dgb.c dgreg.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/04 14:51:28 Modified: sys/gnu/i386/isa dgb.c dgreg.h Log: I have applied my last changes correcting the bug in dgbselect() to it and here is the patch. Submit it please. Thank you! BTW, there is a new option "NDGBPORTS". By default it is equal to NDGB*16 and means the number of ports of all Digiboards for which the tty structures are reserved. It can be set to the real value in config-file like: options "NDGBPORTS=8" Submitted by: Serge A. Babkin