FreeBSD Bugzilla – Attachment 10884 Details for
Bug 21657
nexus without initialization causes booting failed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 361 bytes, created by
Motomichi Matsuzaki
on 2000-09-30 06:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Motomichi Matsuzaki
Created:
2000-09-30 06:50:01 UTC
Size:
361 bytes
patch
obsolete
>--- /usr/src/sys/i386/i386/nexus.c Fri Sep 29 06:02:31 2000 >+++ nexus.c Sat Sep 30 14:41:11 2000 >@@ -259,7 +259,7 @@ > } > #endif > if (!devclass_get_device(devclass_find("isa"), 0)) { >- child = device_add_child(dev, "isa", 0); >+ child = nexus_add_child(dev, 0, "isa", 0); > if (child == NULL) > panic("nexus_attach isa"); > device_probe_and_attach(child);
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 21657
: 10884