From owner-cvs-sys  Mon Mar 24 19:13:14 1997
Return-Path: <owner-cvs-sys>
Received: (from root@localhost)
          by freefall.freebsd.org (8.8.5/8.8.5) id TAA05764
          for cvs-sys-outgoing; Mon, 24 Mar 1997 19:13:14 -0800 (PST)
Received: (from ache@localhost)
          by freefall.freebsd.org (8.8.5/8.8.5) id TAA05746;
          Mon, 24 Mar 1997 19:13:09 -0800 (PST)
Date: Mon, 24 Mar 1997 19:13:09 -0800 (PST)
From: "Andrey A. Chernov" <ache>
Message-Id: <199703250313.TAA05746@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-sys
Subject: cvs commit:  src/sys/i386/isa isa.c
Sender: owner-cvs-sys@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

ache        97/03/24 19:13:08

  Modified:    sys/i386/isa  isa.c
  Log:
  Follow config intention for iobase:
  print "at <not configured>" for iobase == -1 (autodetect not happens)
  and not print anything for iobase == -2 (none)
  Old code treat this two special config numbers as big port numbers.
  
  Revision  Changes    Path
  1.78      +13 -8     src/sys/i386/isa/isa.c