Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157591303
D53366.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D53366.id.diff
View Options
diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c
--- a/sys/isa/isa_common.c
+++ b/sys/isa/isa_common.c
@@ -569,8 +569,8 @@
if (err == 0 && idev->id_vendorid == 0 &&
strcmp(kern_ident, "GENERIC") == 0 &&
device_is_attached(child))
- device_printf(child,
- "non-PNP ISA device will be removed from GENERIC in FreeBSD 16.\n");
+ gone_in_dev(child, 16,
+ "WARNING: non-PNP ISA device will be removed from GENERIC\n");
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 24, 4:01 AM (10 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33463846
Default Alt Text
D53366.id.diff (467 B)
Attached To
Mode
D53366: isa: Use gone_in(9) for deprecation message
Attached
Detach File
Event Timeline
Log In to Comment