Fix dates + add an UPDATING entry.
This commit is contained in:
parent
b806e571bf
commit
2616dd0b80
@ -38,7 +38,7 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20161016: urtwn(4) was merged into rtwn(4)
|
||||
# 20161017: urtwn(4) was merged into rtwn(4)
|
||||
OLD_FILES+=usr/share/man/man4/urtwn.4.gz
|
||||
OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
|
||||
# 20161015: Remove GNU rcs
|
||||
|
7
UPDATING
7
UPDATING
@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
disable the most expensive debugging functionality run
|
||||
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20161017:
|
||||
The urtwn(4) driver was merged into rtwn(4) and now consists of
|
||||
rtwn(4) main module + rtwn_usb(4) and rtwn_pci(4) bus-specific
|
||||
parts.
|
||||
Also, firmware for RTL8188CE was renamed due to possible name
|
||||
conflict (rtwnrtl8192cU(B) -> rtwnrtl8192cE(B))
|
||||
|
||||
20161015:
|
||||
GNU rcs has been removed from base. It is available as packages:
|
||||
- rcs: Latest GPLv3 GNU rcs version.
|
||||
|
@ -18,7 +18,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 19, 2016
|
||||
.Dd October 17, 2016
|
||||
.Dt RTWN 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -29,7 +29,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"/
|
||||
.Dd September 19, 2016
|
||||
.Dd October 17, 2016
|
||||
.Dt RTWN_PCI 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -29,7 +29,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"/
|
||||
.Dd September 19, 2016
|
||||
.Dd October 17, 2016
|
||||
.Dt RTWN_USB 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
Loading…
Reference in New Issue
Block a user