Sponsored Content
Operating Systems Solaris Determine PCI Endpoint for a Serial Interface. Post 302982722 by gull04 on Monday 3rd of October 2016 07:09:48 AM
Old 10-03-2016
Determine PCI Endpoint for a Serial Interface.

Hi Folks,

Here is one for the real Solaris aficionados on the site;

I have a T5240 and have to create an I/O domain with access to the serial port, in this case /dev/term/a and although I have been through the documentation I'm having some issues in identifying the device to assign.

What I have is;
Code:
# ldm list -l -o physio primary
NAME
primary

IO
    DEVICE                           PSEUDONYM        OPTIONS
    pci@400                          pci_0
    pci@500                          pci_1
    pci@400/pci@0/pci@c              PCIE1
    pci@400/pci@0/pci@9              PCIE2
    pci@400/pci@0/pci@d              PCIE3
    pci@400/pci@0/pci@8              MB/SASHBA
    pci@500/pci@0/pci@9              PCIE0
    pci@500/pci@0/pci@d              PCIE4
    pci@500/pci@0/pci@c              PCIE5
    pci@500/pci@0/pci@8              MB/NET0
# ls -l /dev/term/a
lrwxrwxrwx   1 root     root          39 Jun  3 13:24 /dev/term/a -> ../../devices/ebus@c0/serial@0,ca0000:a
#

The T5240 is on the older side having 2*6 Core CPU's each with 8 threads per core, where I have an issue - is that I don't actually see the serial device as assigned to either PCI bus. Of course it might just be that I'm being dumb!

Any help here would be appreciated.

Regards

Gull04

Last edited by rbatte1; 10-03-2016 at 09:11 AM..
 

10 More Discussions You Might Find Interesting

1. Programming

determine if a ethernet interface is up

Howto check if a ethernet interface is up? It's impossible to determine via the ipaddress i have learned, or? Can someone please give me a hint on howto do? Environment == Linux x86 GNU GCC. :D regards Esaia (2 Replies)
Discussion started by: Esaia
2 Replies

2. IP Networking

How to determine the interface?

Given the interfaces on a firewall: eth0 Link encap:Ethernet HWaddr 02:40:67:34:F5:47 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 eth1 Link encap:Ethernet HWaddr 86:23:98:45:35:56 inet addr:123.45.240.69 Bcast:255.255.255.255 ... (2 Replies)
Discussion started by: kikikaka
2 Replies

3. Solaris

Determine Solaris box network interface?

Given a new Solaris box, with a fresh, unconfigured install on it, how does one figure out what kind of network interface it has (bge,le, hme, etc)? (8 Replies)
Discussion started by: akbar
8 Replies

4. HP-UX

How to determine network interface that will be used to send a packet for an IP

Hello, I'm writing to you because I encountered the following problem. My program displayes all network interfaces that are available in the system, but I would like to add a functionality in which a user can enter a destination address IP (ex. the IP address of the Google search engine) and will... (1 Reply)
Discussion started by: foxrafi
1 Replies

5. IP Networking

Need a bridge from an ethernet interface to a serial interface

This is my situation DOS pc serial cable (sl0) Linux Pc eth1 192.168.0.10 <-------------------->192.168.0.2 <------------>192.168.0.1 (router) I connected the linux pc and the dos pc with a SLIP (serial line internet protocol), so they can communicate in the sl0 interface. ... (3 Replies)
Discussion started by: mghis
3 Replies

6. Red Hat

Find out which eth or device belongs to interface "port 1 PCI 4"

Hi, I´ve given only this info to configure a network interface : "port 1 PCI 4" I´ve been searching for any kind of relationship in the system which allow me to find the etc that must be configured... Please, could anybody help me? rhxx:#/root# lspci |grep -i "PCI BRIDGE" 00:01.0 PCI... (0 Replies)
Discussion started by: pabloli150
0 Replies

7. Hardware

Oki ML590 Serial Interface Board Issue

Hi Had an old ML590 with RS232 serial card that stopped working (spindle that advance ribbon broke) so I purchased a working used on ebay. Printer powers up and seems fine. Put serial board from old printer in working ebay unit but no printing happens. Does anyone know if there are any... (0 Replies)
Discussion started by: magnetman
0 Replies

8. SCO

Oki ML590 Serial Interface Board Issue

Hi Had an old ML590 with RS232 serial card that stopped working (spindle that advance ribbon broke) so I purchased a working used on ebay. Printer powers up and seems fine. Put serial board from old printer in working ebay unit but no printing happens. Does anyone know if there are any... (3 Replies)
Discussion started by: magnetman
3 Replies

9. Shell Programming and Scripting

Bash- Determine what interface is online

Hey guys, I want to use a a quick bash script/command to determine what network interface is connected to the internet so I can pipe it out to become a variable, in order so the user does not have to manually type it in each time or have to 'hardcode' the variable into the script. I know about... (6 Replies)
Discussion started by: 3therk1ll
6 Replies

10. Solaris

Looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A

I'm looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A for Solaris. It used to be on sun-solve, but I fail to find it on the Oracle site. Any help would be very appreciated! (1 Reply)
Discussion started by: Ira28
1 Replies
sys_attrs_pci(5)						File Formats Manual						  sys_attrs_pci(5)

NAME
sys_attrs_pci - pci subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the PCI (pci) kernel subsystem. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. For this subsytem, users should modify only the following attribute and do so only for the purpose described. Any other visible attributes cannot or should not be modified. A bit-mask setting that allows the developer of PCI hardware and softwareto determine the PCI configuration parameters on an Alpha system based on the PCI bus. By setting PCI_Developer_Debug to different values, a variety of hardware-related or software-related information about all PCI devices on an AlphaServer are printed out at system bootstrap time. If loadable drivers are used, loadable configuration data is also printed out on execution of the sysconfig -c command. Refer to the /usr/include/io/dec/pci/pci_debug.h file for valid bit-field settings for this attribute. The pci_debug.h file con- tains macro definitions that state the type of information that is printed out if PCI_Developer_Debug is set to a particular value. Any combination of the bit-flags is valid. For example, the value 0x70 allows the hardware or software developer to see the PCI configuration header information that the kernel reads or assigns to PCI devices. Default value: 0 Minimum value: 0 Maximum value: FFFFFFFF(16) SEE ALSO
sys_attrs(5) Writing PCI Bus Device Drivers sys_attrs_pci(5)
All times are GMT -4. The time now is 07:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy