Sponsored Content
Operating Systems Solaris Looking for X.25 Download (Solaris 8) Post 302907273 by hicksd8 on Friday 27th of June 2014 04:12:28 AM
Old 06-27-2014
Phew, X25, a blast from the past!!!

I assume this is SPARC we're talking about.

What X25 card is it? If it's a third party card then I guess the drivers came from the vendor. If it's a card that Sun OEM'd then won't the drivers by on the Solaris 8 DVD?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

problem of download solaris

hi, I want to install solaris 8 for sparc,you can get it on the website http://www.sun.com,there are three files need to download, one install file,two soft files,I use FLASHGET to download them, then use WINZIP 8.0 to unzip them, the two soft files can be unzipped successfully,but the... (1 Reply)
Discussion started by: fuqiang1976
1 Replies

2. UNIX for Dummies Questions & Answers

Solaris 8 download

Hey doe's anyone know of a direct link to download Solaris 8 for an Intel system? I've been looking all over the Sun site and others and i cant find were to download it, if i click on something like Solaris 8 binaries in the downloads page it just tells me about Solaris. Please help. Thanx (4 Replies)
Discussion started by: Gavan
4 Replies

3. UNIX for Dummies Questions & Answers

How can I download in Solaris?

I'm just trying to get SSH setup on Solaris and I want to download it. For some reason, if I ever goto a site and try to download something, it doesn't work. When I click on the download link it just goes to a blank page and sits there. Can anyone help a Solaris newb out? Thanks. (1 Reply)
Discussion started by: AMDPwred
1 Replies

4. Programming

Where can I download OpenMotif for Solaris ?

The ones on Motif Zone are for MacOS, Linux and FreeBSD only. (0 Replies)
Discussion started by: endeavour1985
0 Replies

5. Solaris

How to download softwares on Solaris

I am connected to Internet on newly built solaris machine. I have downloaded putty.exe on Desktop and then when I double clicked it ... It gave some errors of 'Associating Application...' what is all that? and How to run Putty now? I dont remember... but may be I did something on association window... (1 Reply)
Discussion started by: panchpan
1 Replies

6. Solaris

Please,cannot install solaris 10 after download

I download sun solaris 10(sol-10-u5-ga-x86-dvd-iso-a), then I extract the file but I cannot install. after that I burn it to DVD than reboot the computer to make it install but it dosenot work. Please tell me how can I do:mad: (4 Replies)
Discussion started by: sackNumchai
4 Replies

7. Solaris

Solaris OS download

Can someone guide me to a link where i can download older update for solaris 10 os i need solaris 10u4-6 . I couldn't find one on sun.com (5 Replies)
Discussion started by: fugitive
5 Replies

8. Solaris

Solaris 8 .iso download

Does anyone know where we can find Solaris 8 for SPARC? I managed only to find Solaris 10 on sun/oracle site :( (8 Replies)
Discussion started by: orange47
8 Replies

9. Solaris

Download of Solaris 9/9

Hi All, Can somebody tell me, if Solaris -9 (Update 9) is available for download for Sparc ? If yes, please guide me. I need to upgrade my Solaris-9 update-7 to Solaris-9 update-9 for a specific requirement. On support.oracle.com, I can only see Solaris-10 and Solaris-11 under Download... (1 Reply)
Discussion started by: solaris_1977
1 Replies

10. Solaris

Which Solaris 11 download package to use

Hi, One quick question: Which download package should I use to install the whole Solaris 11 OS? Can I use the Text Install package that is only 400 MB? or I need to use the Solaris 11 11/11 Repository Image package? I am in hurry to do it but somewhat confused here. Thank you in advance! ... (6 Replies)
Discussion started by: aixlover
6 Replies
csx_Parse_CISTPL_VERS_2(9F)				   Kernel Functions for Drivers 			       csx_Parse_CISTPL_VERS_2(9F)

NAME
csx_Parse_CISTPL_VERS_2 - parse Level-2 Version and Information tuple SYNOPSIS
#include <sys/pccard.h> int32_t csx_Parse_CISTPL_VERS_2(client_handle_t ch, tuple_t *tu, cistpl_vers_2_t *cv2); INTERFACE LEVEL
Solaris DDI Specific (Solaris DDI) PARAMETERS
ch Client handle returned from csx_RegisterClient(9F). tu Pointer to a tuple_t structure (see tuple(9S)) returned by a call to csx_GetFirstTuple(9F) or csx_GetNextTuple(9F). cv2 Pointer to a cistpl_vers_2_t structure which contains the parsed CISTPL_VERS_2 tuple information upon return from this function. DESCRIPTION
This function parses the Level-2 Version and Information tuple, CISTPL_VERS_2, into a form usable by PC Card drivers. The CISTPL_VERS_2 tuple is used to describe the card Level-2 information which has the logical organization of the card's data. STRUCTURE MEMBERS
The structure members of cistpl_vers_2_t are: uint32_t vers; /* version number */ uint32_t comply; /* level of compliance */ uint32_t dindex; /* byte address of first data byte in card */ uint32_t vspec8; /* vendor specific (byte 8) */ uint32_t vspec9; /* vendor specific (byte 9) */ uint32_t nhdr; /* number of copies of CIS present on device */ char oem[CIS_MAX_TUPLE_DATA_LEN]; /* Vendor of software that formatted card */ char info[CIS_MAX_TUPLE_DATA_LEN]; /* Informational message about card */ RETURN VALUES
CS_SUCCESS Successful operation. CS_BAD_HANDLE Client handle is invalid. CS_UNKNOWN_TUPLE Parser does not know how to parse tuple. CS_NO_CARD No PC Card in socket. CS_NO_CIS No Card Information Structure (CIS) on PC Card. CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed. CONTEXT
This function may be called from user or kernel context. SEE ALSO
csx_GetFirstTuple(9F), csx_GetTupleData(9F), csx_RegisterClient(9F), csx_ValidateCIS(9F), tuple(9S) PC Card 95 Standard, PCMCIA/JEIDA SunOS 5.11 20 Dec 1996 csx_Parse_CISTPL_VERS_2(9F)
All times are GMT -4. The time now is 07:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy