FreeBSD Bugzilla – Attachment 20854 Details for
Bug 36716
Add PCI_ENABLE_IO_MODES to -stable kernel options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.30 KB, created by
Jeremy Norris
on 2002-04-04 04:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeremy Norris
Created:
2002-04-04 04:40:01 UTC
Size:
1.30 KB
patch
obsolete
>Index: src/sys/conf/options >=================================================================== >RCS file: /home/ncvs/src/sys/conf/options,v >retrieving revision 1.191.2.39 >diff -u -r1.191.2.39 options >--- src/sys/conf/options 2002/02/19 23:08:49 1.191.2.39 >+++ src/sys/conf/options 2002/04/04 03:21:48 >@@ -386,6 +386,7 @@ > MSGBUF_SIZE opt_msgbuf.h > > # PCI related options >+PCI_ENABLE_IO_MODES opt_pci.h > PCI_QUIET opt_pci.h > > # NFS options >Index: src/sys/i386/conf/LINT >=================================================================== >RCS file: /home/ncvs/src/sys/i386/conf/Attic/LINT,v >retrieving revision 1.749.2.106 >diff -u -r1.749.2.106 LINT >--- src/sys/i386/conf/LINT 2002/03/11 01:23:05 1.749.2.106 >+++ src/sys/i386/conf/LINT 2002/04/04 03:21:51 >@@ -1780,6 +1780,8 @@ > > # PCI options > # >+#Enable pci resources left off by a "lazy" BIOS: >+options PCI_ENABLE_IO_MODES > #options PCI_QUIET #quiets PCI code on chipset settings > > >Index: src/sys/pci/pci.c >=================================================================== >RCS file: /home/ncvs/src/sys/pci/Attic/pci.c,v >retrieving revision 1.141.2.14 >diff -u -r1.141.2.14 pci.c >--- src/sys/pci/pci.c 2002/01/10 12:08:22 1.141.2.14 >+++ src/sys/pci/pci.c 2002/04/04 03:21:51 >@@ -28,6 +28,7 @@ > */ > > #include "opt_bus.h" >+#include "opt_pci.h" > > #include "opt_simos.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36716
: 20854