aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-12-23 12:33:08 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-12-23 12:33:08 +0000
commitb38d58142b748fe5d21cb5e0d1e23aaa54ab8f77 (patch)
treea1149628a1aef6c7adb93aeceee2bc879fb8ebaf /sys
parent1c57564d211ed2aa3110aeee99465e3109f44b38 (diff)
downloadsrc-b38d58142b748fe5d21cb5e0d1e23aaa54ab8f77.tar.gz
src-b38d58142b748fe5d21cb5e0d1e23aaa54ab8f77.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/userconfig.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index fa4bbb5659bf..b6ba0b724256 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.77 1996/12/17 06:59:01 msmith Exp $
+ ** $Id: userconfig.c,v 1.78 1996/12/18 01:37:22 se Exp $
**/
/**
@@ -542,6 +542,8 @@ findspot(DEV_LIST *dev, DEV_LIST *list)
{
if (ap->comment != DEV_DEVICE) /* ignore comments */
continue;
+ if (ap->iobase == -2) /* don't group with a PCI device */
+ continue;
if (!strcmp(dev->dev,ap->dev)) /* same base device */
{
if ((dev->unit <= ap->unit) /* belongs before (equal is bad) */
@@ -2221,7 +2223,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.77 1996/12/17 06:59:01 msmith Exp $
+ * $Id: userconfig.c,v 1.78 1996/12/18 01:37:22 se Exp $
*/
#include "scbus.h"