FreeBSD Bugzilla – Attachment 6679 Details for
Bug 14962
PnP doesn't detect AWE64 when PnP modem is present
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 709 bytes, created by
Jim King
on 1999-11-17 21:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jim King
Created:
1999-11-17 21:20:00 UTC
Size:
709 bytes
patch
obsolete
>*** pnp.c.orig Sun Nov 14 01:37:25 1999 >--- /usr/src/sys/i386/isa/pnp.c Sun Nov 14 12:53:21 1999 >*************** >*** 638,644 **** > printf("Probing for PnP devices:\n"); > > /* Try various READ_DATA ports from 0x203-0x3ff */ >! for (pnp_rd_port = 0x80; (pnp_rd_port < 0xff); pnp_rd_port += 0x10) { > if (bootverbose) > printf("Trying Read_Port at %x\n", (pnp_rd_port << 2) | 0x3); > >--- 638,644 ---- > printf("Probing for PnP devices:\n"); > > /* Try various READ_DATA ports from 0x203-0x3ff */ >! for (pnp_rd_port = 0xfe; (pnp_rd_port >= 0x80); pnp_rd_port -= 0x10) { > if (bootverbose) > printf("Trying Read_Port at %x\n", (pnp_rd_port << 2) | 0x3);
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 14962
: 6679