From 40dda332d9478b595557d7471b0c218d82f52797 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 11 Dec 2008 05:25:31 +0000 Subject: [PATCH] Document __FreeBSDversion 800054. While I'm there fix a couple of typos. --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 264fe10a0a..05a65adc2e 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -248,7 +248,7 @@ PLIST_DIRS= lib/X11/oneko before you resort to pkg-plist. Later we will see how pkg-plist - and PLIST_FILES can be used to fulfil + and PLIST_FILES can be used to fulfill more sophisticated tasks. @@ -12022,7 +12022,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 - 8.0-CURRENT after adding an argumentt to MEXTADD(9) + 8.0-CURRENT after adding an argument to MEXTADD(9) 800016 @@ -12234,6 +12234,15 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 MBF_NOWAIT and MBF_MNTLSTLOCK flags. 800053 + + 8.0-CURRENT after the addition of buf_ring, + memory barriers and ifnet functions to facilitate + multiple hardware transmit queues for cards that + support them, and a lockless ring-buffer implementation + to enable drivers to more efficiently manage queuing + of packets. + 800054 + 8.0-CURRENT after the addition of Intel™ Core, Core2, and Atom support to &man.hwpmc.4;.