Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170764808
D6307.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
401 B
Referenced Files
None
Subscribers
None
D6307.id.diff
View Options
Index: head/sys/x86/isa/orm.c
===================================================================
--- head/sys/x86/isa/orm.c
+++ head/sys/x86/isa/orm.c
@@ -91,6 +91,9 @@
struct orm_softc *sc;
u_int8_t buf[3];
+ if (resource_disabled("orm", 0))
+ return;
+
child = BUS_ADD_CHILD(parent, ISA_ORDER_SENSITIVE, "orm", -1);
device_set_driver(child, driver);
isa_set_logicalid(child, ORM_ID);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 12:20 PM (2 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38382067
Default Alt Text
D6307.id.diff (401 B)
Attached To
Mode
D6307: Allow orm(4) to be disabled from hints.
Attached
Detach File
Event Timeline
Log In to Comment