Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156845143
D28049.id82081.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
939 B
Referenced Files
None
Subscribers
None
D28049.id82081.diff
View Options
diff --git a/share/man/man4/ndis.4 b/share/man/man4/ndis.4
--- a/share/man/man4/ndis.4
+++ b/share/man/man4/ndis.4
@@ -121,7 +121,7 @@
command.
.Sh DEPRECATION NOTICE
This driver is scheduled for removal prior to the release of
-.Fx 13.0
+.Fx 14.0
.Sh DIAGNOSTICS
.Bl -diag
.It "ndis%d: watchdog timeout"
diff --git a/sys/dev/if_ndis/if_ndis_pci.c b/sys/dev/if_ndis/if_ndis_pci.c
--- a/sys/dev/if_ndis/if_ndis_pci.c
+++ b/sys/dev/if_ndis/if_ndis_pci.c
@@ -338,7 +338,7 @@
error = ndis_attach(dev);
if (error == 0)
- gone_in_dev(dev, 13, "ndis removed");
+ gone_in_dev(dev, 14, "ndis removed");
fail:
diff --git a/sys/dev/if_ndis/if_ndis_usb.c b/sys/dev/if_ndis/if_ndis_usb.c
--- a/sys/dev/if_ndis/if_ndis_usb.c
+++ b/sys/dev/if_ndis/if_ndis_usb.c
@@ -199,7 +199,7 @@
if (ndis_attach(self) != 0)
return (ENXIO);
- gone_in_dev(self, 13, "ndis removed");
+ gone_in_dev(self, 14, "ndis removed");
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 9:00 PM (13 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33209344
Default Alt Text
D28049.id82081.diff (939 B)
Attached To
Mode
D28049: ndis: Per user request, delay removal to 14
Attached
Detach File
Event Timeline
Log In to Comment