Subject: misc/35514: Obsolete kernel option in cardbus.4 man page
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <joerg.bsd@internode.net.au>
List: netbsd-bugs
Date: 01/29/2007 12:05:01
>Number:         35514
>Category:       misc
>Synopsis:       Obsolete kernel option in cardbus.4 man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 29 12:05:00 +0000 2007
>Originator:     Joerg Niendorf
>Release:        Revision 1.29 of cardbus.4
>Organization:
none
>Environment:
N/A
>Description:
The cardbus.4 man page mentions an ACPI_PCI_FIXUP option.

However, setting this option caused a build failure and according to
src/sys/dev/acpi/acpi.c the option is obsolete:

#if defined(ACPI_PCI_FIXUP)
#error The option ACPI_PCI_FIXUP has been obsoleted by PCI_INTR_FIXUP_DISABLED.  Please adjust your kernel configuration file.
#endif

>How-To-Repeat:
N/A
>Fix:
Index: cardbus.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/cardbus.4,v
retrieving revision 1.29
diff -b -u -r1.29 cardbus.4
--- cardbus.4	12 Jan 2007 20:34:09 -0000	1.29
+++ cardbus.4	29 Jan 2007 11:24:39 -0000
@@ -137,7 +137,7 @@
 or (if ACPI is in use)
 .Bl -item -offset indent -compact
 .It
-.Cd ACPI_PCI_FIXUP
+.Cd options PCI_INTR_FIXUP_DISABLED
 .El
 in the kernel configuration might be of use.
 .Sh SEE ALSO