From reichert@shoebox.numachi.com  Sun Jul 20 13:19:04 2003
Return-Path: <reichert@shoebox.numachi.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 58BC537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 13:19:04 -0700 (PDT)
Received: from shoebox.numachi.com (shoebox.numachi.com [198.175.254.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8C643F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 13:19:03 -0700 (PDT)
	(envelope-from reichert@shoebox.numachi.com)
Received: from shoebox.numachi.com (localhost [127.0.0.1])
	by shoebox.numachi.com (8.12.9/8.12.9) with ESMTP id h6JKTQDm002429
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Jul 2003 20:29:26 GMT
	(envelope-from reichert@shoebox.numachi.com)
Received: (from root@localhost)
	by shoebox.numachi.com (8.12.9/8.12.9/Submit) id h6JKTPQX002428;
	Sat, 19 Jul 2003 20:29:25 GMT
Message-Id: <200307192029.h6JKTPQX002428@shoebox.numachi.com>
Date: Sat, 19 Jul 2003 20:29:25 GMT
From: Brian Reichert <reichert@shoebox.numachi.com>
Reply-To: Brian Reichert <reichert@shoebox.numachi.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: 'stli' driver requires unavailable COMPAT_OLDPCI option
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54673
>Category:       kern
>Synopsis:       'stli' driver requires unavailable COMPAT_OLDPCI option
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 20 13:20:14 PDT 2003
>Closed-Date:    Sun Apr 25 05:14:10 PDT 2004
>Last-Modified:  Sun Apr 25 05:14:10 PDT 2004
>Originator:     Brian Reichert <reichert@numachi.com>
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
Numachi
>Environment:
System: FreeBSD shoebox.numachi.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386

	

Stock 5.1-R install on a P-166.

>Description:
	

The stli(4) driver won't build without a kernel option called COMPAT_OLDPCI:

i386/isa/stallion.c(62):

#ifndef COMPAT_OLDPCI
#error "The stallion pci driver requires the old pci compatibility shims"
#endif

However, this apparently is not a recognized kernel option:

  # grep COMPAT_OLDPCI SHOEBOX 
  options         COMPAT_OLDPCI
  # config SHOEBOX
  SHOEBOX: unknown option "COMPAT_OLDPCI"

>How-To-Repeat:

  Attempt to follow the instructions inplied by stallion.c, as above. :)

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sun Apr 25 05:13:37 PDT 2004 
State-Changed-Why:  
The stli driver has been removed, because it was broken. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54673 
>Unformatted:
