diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml
index 44203f4bacd..80edcc7e5ff 100644
--- a/release/doc/en_US.ISO8859-1/hardware/article.sgml
+++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml
@@ -1543,6 +1543,21 @@
+ Gigabit Ethernet NICs based on the Broadcom BCM570x
+ (&man.bge.4 driver)
+
+
+ 3Com 3c996-T
+
+
+ SysKonnect SK-9D21 and 9D41
+
+
+ Built-in Gigabit Ethernet NICs on DELL PowerEdge 2550
+ servers
+
+
+
diff --git a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
index 44203f4bacd..80edcc7e5ff 100644
--- a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
+++ b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
@@ -1543,6 +1543,21 @@
+ Gigabit Ethernet NICs based on the Broadcom BCM570x
+ (&man.bge.4 driver)
+
+
+ 3Com 3c996-T
+
+
+ SysKonnect SK-9D21 and 9D41
+
+
+ Built-in Gigabit Ethernet NICs on DELL PowerEdge 2550
+ servers
+
+
+
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index fd158295960..1d1f9388f49 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -434,6 +434,14 @@
The &man.txp.4; driver has been added to support NICs
based on the 3Com 3XP Typhoon/Sidewinder (3CR990) chipset. &merged;
+
+ The &man.bge.4; driver has been added to
+ support the Broadcom BCM570x family of Gigabit Ethernet
+ controllers, including the 3Com 3c996-T, the SysKonnect SK-9D21
+ and SK-9D41, and the built-in Gigabit Ethernet NICs on Dell
+ PowerEdge 2550 servers. TCP/IP checksum offload, jumbo frames
+ and VLAN tag insertion/stripping are supported, as well as
+ interrupt moderation.
@@ -454,6 +462,14 @@
and demultiplexing packets over multiple links has been added.
&merged;
+ The &man.ng.gif.4; and &man.ng.gif.demux.4; netgraph
+ nodes, for operating on &man.gif.4; devices, have been
+ added.
+
+ The &man.ng.ip.input.4; netgraph node, for queueing IP
+ packets into the main IP input processing code, has been
+ added.
+
SLIP has been removed from the
mfsroot floppy image.
@@ -1526,6 +1542,12 @@
&man.tftp.1; and &man.tftpd.8; can now transfer files larger than
65535 blocks. &merged;
+ &man.tftpd.8; now supports RFC 2349 (TFTP Timeout Interval
+ and Transfer Size Options); this feature is required by some
+ firmware like EFI boot managers (at least on HP i2000 Itanium
+ servers) in order to boot an image using
+ TFTP.
+
&man.vidcontrol.1; now accepts a
parameter to select custom text geometry in the
VESA_800x600 raster text mode. &merged;
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index fd158295960..1d1f9388f49 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -434,6 +434,14 @@
The &man.txp.4; driver has been added to support NICs
based on the 3Com 3XP Typhoon/Sidewinder (3CR990) chipset. &merged;
+
+ The &man.bge.4; driver has been added to
+ support the Broadcom BCM570x family of Gigabit Ethernet
+ controllers, including the 3Com 3c996-T, the SysKonnect SK-9D21
+ and SK-9D41, and the built-in Gigabit Ethernet NICs on Dell
+ PowerEdge 2550 servers. TCP/IP checksum offload, jumbo frames
+ and VLAN tag insertion/stripping are supported, as well as
+ interrupt moderation.
@@ -454,6 +462,14 @@
and demultiplexing packets over multiple links has been added.
&merged;
+ The &man.ng.gif.4; and &man.ng.gif.demux.4; netgraph
+ nodes, for operating on &man.gif.4; devices, have been
+ added.
+
+ The &man.ng.ip.input.4; netgraph node, for queueing IP
+ packets into the main IP input processing code, has been
+ added.
+
SLIP has been removed from the
mfsroot floppy image.
@@ -1526,6 +1542,12 @@
&man.tftp.1; and &man.tftpd.8; can now transfer files larger than
65535 blocks. &merged;
+ &man.tftpd.8; now supports RFC 2349 (TFTP Timeout Interval
+ and Transfer Size Options); this feature is required by some
+ firmware like EFI boot managers (at least on HP i2000 Itanium
+ servers) in order to boot an image using
+ TFTP.
+
&man.vidcontrol.1; now accepts a
parameter to select custom text geometry in the
VESA_800x600 raster text mode. &merged;
diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng
index 44d72b4bafd..d07d1243cb3 100644
--- a/release/doc/share/examples/Makefile.relnotesng
+++ b/release/doc/share/examples/Makefile.relnotesng
@@ -52,7 +52,8 @@ push: image
@echo "#"
@echo "# Pushing to ${RHOST}"
@echo "#"
- (cd ${IMAGEDIR}; tar -cf - .) | gzip -c -9 | (ssh ${RHOST} "( cd ${RDIR}; gunzip -c | tar -xf -)" )
+# (cd ${IMAGEDIR}; tar -cf - .) | gzip -c -9 | (ssh ${RHOST} "( cd ${RDIR}; gunzip -c | tar -xf -)" )
+ (cd ${IMAGEDIR}; rsync -azuv * ${RHOST}:${RDIR})
rm -rf ${IMAGEDIR}
clean: