Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2008 10:07:56 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147705 for review
Message-ID:  <200808181007.m7IA7umY008825@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147705

Change 147705 by ed@ed_dull on 2008/08/18 10:06:58

	Increment the FreeBSD version and already prepare a note for the
	UPDATING file.

Affected files ...

.. //depot/projects/mpsafetty/UPDATING#4 edit
.. //depot/projects/mpsafetty/sys/sys/param.h#6 edit

Differences ...

==== //depot/projects/mpsafetty/UPDATING#4 (text+ko) ====

@@ -22,6 +22,25 @@
 	to maximize performance.  (To disable malloc debugging, run
 	ln -s aj /etc/malloc.conf.)
 
+20080820:
+	The TTY subsystem of the kernel has been replaced by a new
+	implementation, which provides better scalability and an
+	improved driver model. Most common drivers have been migrated to
+	the new TTY subsystem, while others have not. The following
+	drivers have not yet been ported to the new TTY layer yet:
+
+	PCI/ISA:
+		cy, digi, rc, rp, si, sio
+
+	USB:
+		ubser, ucycom, ufoma
+
+	Line disciplines:
+		ng_h4, ng_tty, ppp, sl, snp
+
+	Adding these drivers to your kernel configuration file shall
+	cause compilation to fail.
+
 20080713:
 	The sio(4) driver has been removed from the i386 and amd64
 	kernel configuration files. This means uart(4) is now the

==== //depot/projects/mpsafetty/sys/sys/param.h#6 (text+ko) ====

@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800044	/* Master, propagated to newvers */
+#define __FreeBSD_version 800045	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808181007.m7IA7umY008825>