Technical data

pe(7D) Devices SunOS 5.5
primitives are accepted by the driver in any state following DL_ATTACHED.
The DL_PROMISCON_REQ and DL_PROMISCOFF_REQ primitives with the
DL_PROMISC_PHYS flag set in the dl_level field enables/disablesreception of all
(“promiscuous mode”) frames on the media including frames generated by the local host.
When used with the DL_PROMISC_SAP flag set, this enables/disables reception of all
sap (Ethernet type) values. When used with the DL_PROMISC_MULTI flag set, this
enables/disables reception of all multicast group addresses. The effect of each is always
on a per-stream basis and independent of the other sap and physical level configurations
on this stream or other streams.
The DL_PHYS_ADDR_REQ primitive returns the 6-octet Ethernet address currently
associated (attached) to the stream in the DL_PHYS_ADDR_ACK primitive. This primi-
tive is valid only in states following a successful DL_ATTACH_REQ.
The DL_SET_PHYS_ADDR_REQ primitive changes the 6-octet Ethernet address
currently associated (attached) to this stream. The credentials of the process that origi-
nally opened this stream must be superuser or EPERM is returned in the
DL_ERROR_ACK. This primitive is destructive in that it affects all other current and
future streams attached to this device. An M_ERROR is sent up all other streams
attached to this device when this primitive on this stream is successful. Once changed, all
streams subsequently opened and attached to this device will obtain this new physical
address. Once changed, the physical address will remain in effect until this primitive is
used to change the physical address again or the system is rebooted, whichever comes
first.
CONFIGURATION The /kernel/drv/pe.conf file supports the following options:
intr Specifies the IRQ level for the parallel port that the Xircom Adapter is con-
nected to.
ioaddr Specifies the I/O address for the parallel port that the Xircom Adapter is
connected to.
It is important to ensure that there are no conflicts for the adapter’s I/O port or IRQ level.
FILES /dev/pe
SEE ALSO dlpi(7P)
7D-254 modified 20 Dec 1993