diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2020-04-30 11:17:29 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2020-04-30 11:17:29 +0000 |
commit | 8c63b2db53862c523bc2cb3f7c4d0243018eb3de (patch) | |
tree | beb96b195eef8d88e579b721a9472bae9fb15e09 | |
parent | 14558b9953ed6cd80a8814c29f2ece0602222cbd (diff) | |
download | src-test2-8c63b2db53862c523bc2cb3f7c4d0243018eb3de.tar.gz src-test2-8c63b2db53862c523bc2cb3f7c4d0243018eb3de.zip |
Notes
-rw-r--r-- | share/man/man9/disk.9 | 7 | ||||
-rw-r--r-- | share/man/man9/driver.9 | 7 | ||||
-rw-r--r-- | share/man/man9/epoch.9 | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9 index e65dc889b50e..081e63c67000 100644 --- a/share/man/man9/disk.9 +++ b/share/man/man9/disk.9 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 3, 2017 +.Dd April 30, 2020 .Dt DISK 9 .Os .Sh NAME @@ -241,6 +241,11 @@ Typically used to store a pointer to the drivers .Vt softc structure for this disk device. .El +.Sh HISTORY +The +.Nm kernel disk storage API +first appeard in +.Fx 4.9 . .Sh SEE ALSO .Xr GEOM 4 , .Xr devfs 5 , diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9 index 93ab992ce741..303f4d3b7b88 100644 --- a/share/man/man9/driver.9 +++ b/share/man/man9/driver.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 22, 2011 +.Dd April 30, 2020 .Dt DRIVER 9 .Os .Sh NAME @@ -102,6 +102,11 @@ macro will also create the devclass with the name of the driver and can optionally call extra initialisation code in the driver by specifying an extra module event handler and argument as the last two arguments. +.Sh HISTORY +The +.Nm +framework first appeared in +.Fx 2.2.7 . .Sh SEE ALSO .Xr devclass 9 , .Xr device 9 , diff --git a/share/man/man9/epoch.9 b/share/man/man9/epoch.9 index 7ea7dec0471e..9942fef14206 100644 --- a/share/man/man9/epoch.9 +++ b/share/man/man9/epoch.9 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 16, 2020 +.Dd April 30, 2020 .Dt EPOCH 9 .Os .Sh NAME @@ -281,6 +281,11 @@ The .Nm kernel programming interface is under development and is subject to change. .El +.Sh HISTORY +The +.Nm +framework first appeard in +.Fx 11.0 . .Sh SEE ALSO .Xr locking 9 , .Xr mtx_pool 9 , |