Re: How do I configure Cyclades Z serial ports with OpenBSD?

2007-09-05 Thread Henning Brauer
* Don Jackson [EMAIL PROTECTED] [2007-09-05 06:37]:
 OK, thanks for the pointers!
 
 I rebuilt the kernel, uncommenting the cz driver.
 Installed the new kernel on that machine, rebooted.
 
 Now I get:
 
 Sep  4 21:15:18 log01 /bsd: cz0 at pci1 dev 9 function 0 Cyclades
 Cyclom-Z rev 0x01cz0: Cyclades-Ze, no channels attached, firmware 3.3.1
  

something is different with that hardware, different from what the 
driver expects/supports. afair teh driver hasn't been touched in along 
time, and apparently the model you have is simply not supported by the 
driver.
you could ask cyclades for docs and/or hints and try to add support.

-- 
Henning Brauer, [EMAIL PROTECTED], [EMAIL PROTECTED]
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting - Hamburg  Amsterdam



Re: How do I configure Cyclades Z serial ports with OpenBSD?

2007-09-04 Thread Don Jackson
OK, thanks for the pointers!

I rebuilt the kernel, uncommenting the cz driver.
Installed the new kernel on that machine, rebooted.

Now I get:

Sep  4 21:15:18 log01 /bsd: cz0 at pci1 dev 9 function 0 Cyclades
Cyclom-Z rev 0x01cz0: Cyclades-Ze, no channels at
tached, firmware 3.3.1
Sep  4 21:15:18 log01 /bsd: cz0: polling mode, 20 ms interval (2 ticks)

But I don't see any /dev/ttyZ?? ports.  What do I do next?

Thanks!

Don


On 9/2/07, Martin Reindl [EMAIL PROTECTED] wrote:
 Don Jackson [EMAIL PROTECTED] wrote:

  Hello,
 
  I am running OpenBSD 4.1 stable.
  I installed a Cyclades Ze PCI card, and hooked it up to the external 1U box.
 
  When my machine boots, I see:
 
Cyclades Cyclom-Z rev 0x01 at pci1 dev 9 function 0 not configured
 
  So the OS/driver does see the card.
 
  How do I get from where I am to functioning /dev/ttyZ?? ports?
 
  Thank you in advance for any advice or pointers you can give me.
 
  Don

 Have a look at the cz(4) driver, you need to comment it out in GENERIC
 (preferably in -current).



How do I configure Cyclades Z serial ports with OpenBSD?

2007-09-02 Thread Don Jackson
Hello,

I am running OpenBSD 4.1 stable.
I installed a Cyclades Ze PCI card, and hooked it up to the external 1U box.

When my machine boots, I see:

Cyclades Cyclom-Z rev 0x01 at pci1 dev 9 function 0 not configured

So the OS/driver does see the card.

How do I get from where I am to functioning /dev/ttyZ?? ports?

Thank you in advance for any advice or pointers you can give me.

Don



Re: How do I configure Cyclades Z serial ports with OpenBSD?

2007-09-02 Thread Marco S Hyman
  When my machine boots, I see:
  
   Cyclades Cyclom-Z rev 0x01 at pci1 dev 9 function 0 not configured
  
  So the OS/driver does see the card.

You have that backwards.  The OS does see the card, thus the message.
The not configured part means the OS is not configured with a driver
that supports that card.   Not surprising as that support is not
compiled into the GENERIC kernel.

You'll have to create a custom kernel that doesn't comment out
this line (from i386 generic -- I assume you're running an i386
box: you didn't say).

#cz*at pci? # Cyclades-Z multi-port serial boards

// marc



Re: How do I configure Cyclades Z serial ports with OpenBSD?

2007-09-02 Thread Martin Reindl
Don Jackson [EMAIL PROTECTED] wrote:

 Hello,
 
 I am running OpenBSD 4.1 stable.
 I installed a Cyclades Ze PCI card, and hooked it up to the external 1U box.
 
 When my machine boots, I see:
 
   Cyclades Cyclom-Z rev 0x01 at pci1 dev 9 function 0 not configured
 
 So the OS/driver does see the card.
 
 How do I get from where I am to functioning /dev/ttyZ?? ports?
 
 Thank you in advance for any advice or pointers you can give me.
 
 Don

Have a look at the cz(4) driver, you need to comment it out in GENERIC
(preferably in -current).