summaryrefslogtreecommitdiff
path: root/README.sol2
diff options
context:
space:
mode:
authorAdi Masputra <adi.masputra@sun.com>1999-09-13 21:33:18 +0000
committerAdi Masputra <adi.masputra@sun.com>1999-09-13 21:33:18 +0000
commit0c32c44c2673db0ea1a55bb7849ee2d9f0f827d0 (patch)
tree80d8c1d3046a896ba1e4251e0111c188ff9917d9 /README.sol2
parent5dda0611f339dbd66af82c1bdf5d34a62a044183 (diff)
downloadppp-0c32c44c2673db0ea1a55bb7849ee2d9f0f827d0.tar.gz
Added comments for 64-bit environment.
Diffstat (limited to 'README.sol2')
-rw-r--r--README.sol215
1 files changed, 10 insertions, 5 deletions
diff --git a/README.sol2 b/README.sol2
index 392f43f..2f4a6f6 100644
--- a/README.sol2
+++ b/README.sol2
@@ -4,11 +4,6 @@ but are not identical. The STREAMS kernel modules and driver for
Solaris 2 are in the svr4 directory (and use some code from the
modules directory).
-This version has been tested under Solaris 7, and the upcoming
-Solaris 8. As of now, it will only work when the system is booted
-in 32-bit mode. 64-bit clean driver as well as IPv6 support for
-Solaris 8 are currently under development.
-
NOTE: Although the kernel driver and modules have been designed to
operate correctly on SMP systems, they have not been extensively
tested on SMP machines. Some users of SMP Solaris x86 systems have
@@ -50,6 +45,16 @@ create an /etc/ppp/ip-up script containing something like this:
See the man page for ip(7p) for details.
+64-bit Support.
+***************
+
+This version has been tested under Solaris 7 (and Solaris 8 Beta) in both
+32- and 64-bits environments (Ultra class machines). Installing the package
+by executing "make install" will result in additional files residing in
+/kernel/drv/sparcv9 and /kernel/strmod/sparcv9 subdirectories.
+
+64-bit modules and driver have been compiled and tested using Sun's cc.
+
Synchronous Serial Support.
***************************