From owner-freebsd-commit Wed Nov 29 07:00:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21436 for freebsd-commit-outgoing; Wed, 29 Nov 1995 07:00:36 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21424 for cvs-all-outgoing; Wed, 29 Nov 1995 07:00:30 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21414 for cvs-sys-outgoing; Wed, 29 Nov 1995 07:00:25 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21395 ; Wed, 29 Nov 1995 07:00:12 -0800 Date: Wed, 29 Nov 1995 07:00:12 -0800 From: Bruce Evans Message-Id: <199511291500.HAA21395@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/29 07:00:11 Modified: sys/i386/isa sio.c Log: Removed builtin list of port addresses. The address for sio3 conflicted with S3 graphics cards. Now users should put sio[2-3] in the config file if the hardware exisst, even if the probe is certain to fail due to an interrupt conflict. Otherwise, ports sharing the interrupt may fail the probe if the system is warm booted while sio[2-3] are active (perhaps under another OS). The same problem for nonstandard ports is now handled better than before. Revision Changes Path 1.123 +5 -10 src/sys/i386/isa/sio.c