Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107570351
D27527.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D27527.diff
View Options
Index: head/share/man/man4/ndis.4
===================================================================
--- head/share/man/man4/ndis.4
+++ head/share/man/man4/ndis.4
@@ -121,7 +121,7 @@
.Xr sysctl 8
command.
.Sh DEPRECATION NOTICE
-The PC Card attachment of this driver is scheduled for removal prior to the release of
+This driver is scheduled for removal prior to the release of
.Fx 13.0
.Sh DIAGNOSTICS
.Bl -diag
Index: head/sys/dev/if_ndis/if_ndis_pccard.c
===================================================================
--- head/sys/dev/if_ndis/if_ndis_pccard.c
+++ head/sys/dev/if_ndis/if_ndis_pccard.c
@@ -304,7 +304,7 @@
error = ndis_attach(dev);
if (error == 0)
- gone_in_dev(dev, 13, "pccard removed");
+ gone_in_dev(dev, 13, "ndis removed");
fail:
return(error);
Index: head/sys/dev/if_ndis/if_ndis_pci.c
===================================================================
--- head/sys/dev/if_ndis/if_ndis_pci.c
+++ head/sys/dev/if_ndis/if_ndis_pci.c
@@ -337,6 +337,9 @@
sc->ndis_devidx = devidx;
error = ndis_attach(dev);
+ if (error == 0)
+ gone_in_dev(dev, 13, "ndis removed");
+
fail:
return(error);
Index: head/sys/dev/if_ndis/if_ndis_usb.c
===================================================================
--- head/sys/dev/if_ndis/if_ndis_usb.c
+++ head/sys/dev/if_ndis/if_ndis_usb.c
@@ -199,6 +199,8 @@
if (ndis_attach(self) != 0)
return (ENXIO);
+ gone_in_dev(self, 13, "ndis removed");
+
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 17, 1:12 AM (20 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15831564
Default Alt Text
D27527.diff (1 KB)
Attached To
Mode
D27527: ndis(4): expand deprecation to the whole driver
Attached
Detach File
Event Timeline
Log In to Comment