Compaq Vectra XU 5/1XX Guía de instalación Pagina 95

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 100
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 94
Oracle Sun Fire Link Interfaces
The Oracle Sun Fire Link Interfaces might no longer be supported in a future Oracle Solaris
release.
Java Desktop System Applications
The following applications in Java Desktop System Release 3 might be removed from a future
Oracle Solaris release.
Calendar Preview
Diagram Editor
Disk Analyzer
GNOME Keyboard Layout Switcher
Java Dictionary
Java Text Editor
Mr. Project
Calendar Preview
Token Ring and Fiber Distributed Data Interface
DeviceTypes
Support for token ring (DL_TPR) and Fiber Distributed Data Interface (FDDI) device types in
generic LAN driver (GLD) might be removed in a future Oracle Solaris release. After the
removal is implemented, drivers for token ring or FDDI devices that rely on this support in
GLD cease to function. However, other drivers or applications that do not use this support are
not aected. To test whether a driver relies on GLD, run the following script:
#!/bin/sh
#
# Test a driver binary for use of GLD
#
for file
do
/usr/ccs/bin/nm $file | /bin/awk
/\|gld_register$/ { isgld=1; }
END {
if (isgld)
print file, "uses GLD";
else
print file, "does not use GLD";
}’ file=$file
done
For more information about generic LAN driver, see the gld(7D) man page as well as Writing
Device Drivers
.
Features That Might Be Removed in a Future Release
Chapter 4 End-of-Software Support Statements 95
Vista de pagina 94
1 2 ... 90 91 92 93 94 95 96 97 98 99 100

Comentarios a estos manuales

Sin comentarios