Date: Wed, 29 Nov 1995 07:00:12 -0800 From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Message-ID: <199511291500.HAA21395@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511291500.HAA21395>