Bug 54673

Summary: 'stli' driver requires unavailable COMPAT_OLDPCI option
Product: Base System Reporter: reichert <reichert>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.1-RELEASE   
Hardware: Any   
OS: Any   

Description reichert 2003-07-20 21:20:14 UTC
	

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. :)
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2004-04-25 13:13:37 UTC
State Changed
From-To: open->closed

The stli driver has been removed, because it was broken.