Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 1998 14:56:50 -0600 (CST)
From:      Mike Spengler <mks@networkcs.com>
To:        steve@inc.net (Steve Kaczkowski)
Cc:        freebsd-atm@FreeBSD.ORG
Subject:   Re: Experience SMC 9741F (Power155) and config info
Message-ID:  <199810292056.OAA06409@us.networkcs.com>
In-Reply-To: <3637ADC0.BEAB9C69@inc.net> from Steve Kaczkowski at "Oct 28, 98 05:50:24 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Steve Kaczkowski said:
> If you don't already about this card it's an Efficient Networks ENI OEM
> card, so it should be compatible, and luckily for me it IS! :)
> 
Good to know about this card (and that it works)!  Thanks.

> Since 3.0 has HARP built in it's just a matter of building in the
> correct kernel mods, which is as simple as cutting'n pasting the lines
> out of LINT. Once you've done that, reboot with the card installed
> (obviously) and you SHOULD notice something like:
> 
> /kernel: hea0: <Efficient ENI ATM Adapter> rev 0x00 int a ir q 9 on
> pci0.10.0
> 
> You're half way there if you do!
> 
> [nice configuration tutorial deleted...]
> 
There is also configuration support for the ATM stuff in /etc/rc.conf (take a
look at rc.conf(8)).  There is also some information in /usr/share/examples/atm
as well.

For your configuration, the following should go into /etc/rc.conf:

network_interfaces="ni0 lo0"      # List of network interfaces (lo0 is loopback).
ifconfig_ni0="inet 10.10.10.2"

### ATM interface options: ###
atm_enable="YES"                # Configure ATM interfaces (or NO).
atm_netif_hea0="ni 1"           # Network interfaces for physical interface.
atm_sigmgr_hea0="sigpvc"        # Signalling manager for physical interface.
atm_prefix_hea0=""              # NSAP prefix (UNI interfaces only) (or ILMI).
atm_macaddr_hea0="NO"           # Override physical MAC address (or NO).
atm_arpserver_ni0=""            # ATMARP server address (or local).
atm_scsparp_ni0="NO"            # Run SCSP/ATMARP on network interface (or NO).
#
atm_pvcs="pvc1"                 # Set to PVC list (or leave empty).
atm_pvc_pvc1="hea0 0 33 aal5 snap ip ni0 10.10.10.1"
atm_arps=""                     # Set to permanent ARP list (or leave empty).


That's "all" that there is to it!  ;-)

Thanks for the info...

-- 
Mike Spengler				Network Computing Services, Inc.
Email: mks@networkcs.com		1200 Washington Ave. So.
Phone: +1 612 337 3557			Minneapolis MN 55415
FAX:   +1 612 337 3400			(aka Minnesota Supercomputer Center)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-atm" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810292056.OAA06409>