freebsd-dev/sys/i386/isa
Bruce Evans 97e156674d Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
files that don't depend on the internals of <sys/tty.h>
1995-07-16 10:13:08 +00:00
..
ic Rewrite: 1995-07-05 12:15:52 +00:00
matcd Release summary: (detailed descriptions in Edit History in matcd.c) 1995-07-11 03:03:47 +00:00
pcvt
sound
aha1542.c
aha1742.c
aha2742.c
aic6360.c
aic7770.c First pass cleanup of this driver. This pass does not include the sequencer 1995-07-04 21:14:45 +00:00
b004.c
b004.h
bt742a.c
clock.c
creative.h
cronyx.c Fix compiler warnings (systm.h wasn't included). 1995-07-16 10:07:40 +00:00
ctx.c
ctxreg.h
cx.c
cxreg.h
cy.c Rewrite: 1995-07-05 12:15:52 +00:00
cyreg.h Rewrite: 1995-07-05 12:15:52 +00:00
diskslice_machdep.c
elink.c
elink.h
fd.c
fdc.h
fdreg.h
ft.c
ftreg.h
gpib.c Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
gpib.h
gpibreg.h
gsc.c Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
gscreg.h
icu.h
icu.s Multiplex the soft tty interrupt some more to support the cy driver. 1995-07-05 14:35:34 +00:00
if_cx.c
if_ed.c
if_edreg.h
if_eg.c
if_egreg.h
if_el.c
if_elreg.h
if_ep.c Protected entire epioctl routine with splimp(). In this case, it is better 1995-07-05 07:21:34 +00:00
if_epreg.h
if_fe.c
if_fereg.h
if_ie507.h
if_ie.c
if_iereg.h
if_is.c
if_isreg.h
if_ix.c
if_ixreg.h
if_le.c
if_lnc.c
if_lnc.h
if_ze.c
if_zereg.h
if_zp.c
if_zpreg.h
isa_device.h
isa.c
isa.h
iso8859.font
joy.c
kbd.h
kbdtables.h
labpc.c
lpt.c Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
lptreg.h
matcd.c
matcd.h
mcd.c
mcdreg.h
mse.c Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
ncr5380.c
npx.c
npx.c.orig
options.h
pas.c
pcaudio.c
pcibus.c
pcic.c
pcic.h
psm.c Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
rc.c
rcreg.h
readMBR.c
README.le
rtc.h
scd.c
scdreg.h
seagate.c The following patch for v1.8 (2.0.5R) of seagate.c allows it to work with 1995-07-13 15:01:38 +00:00
sio.c Fix error logging: 1995-07-05 14:30:07 +00:00
sioreg.h
spigot.c
spkr.c
syscons.c Fix races in scstart(). q_to_b() wasn't called at spltty(), so there 1995-07-11 18:34:30 +00:00
syscons.h Fix races in scstart(). q_to_b() wasn't called at spltty(), so there 1995-07-11 18:34:30 +00:00
timerreg.h
tw.c Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
ultra14f.c
vector.s
wd7000.c
wd.c
wdreg.h
wt.c
wtreg.h

$Id: README.le,v 1.1 1994/10/01 20:15:43 wollman Exp $

----------------

This driver is in no way supported by Digital Equipment.  See the
disclaimers in the sources for more.

This driver supports all the DEC EtherWORKS III NICs (DE203, DE204,
and DE205) and the later DEC EtherWORKS II NICs (DE200, DE201, DE202,
DE422).  DEPCA-style boards prior to the DE200 have not been tested
and may not work.  

This driver is not EISA aware.  If you are using a DE422 or have
configured the EtherWORKS III in EISA mode, make sure you specify
the I/O port properly as this driver will *not* probe for it.
(The I/O port should be 0xNc00 where N is the EISA slot number).

This driver does not yet use the full 128KB allowed by the DE422.
Someday, it might. For EtherWORKS III NICs, the driver will override
the EEPROM setting of MemoryMode and *always* use the 2K for best
results.

The driver includes full support for both BPF and IP Multicast.

[All paths are relative to the top of sys source area, usually
/usr/src/sys.]

The following files need to be moved into their respective
directories:

	if_le.c	   -->	i386/isa
	am7990.h   -->	i386/isa/ic
	lemac.h	   -->	i386/isa/ic

You will need to apply the patch provided in pat.files.i386 to
i386/conf/files.i386 file.

After that is done you will need to edit your config file (in
i386/conf) and a line similar to:

device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr

[The above line assumes the board is still at the factory defaults.]
Change the port, irq, and iomem value if needed to your configuration.

Now you are ready to rebuild your kernel, reboot, and see if the
driver can configure your board.  When the system boots, you will
hopefully something close to:

    EtherWORKS II:

	le0 at 0x300-0x30f irq 5 maddr 0xd0000 msize 65536 on isa
	le0: DE202 ethernet address 08:00:2b:2d:c8:45
	bpf: le0 attached

    EtherWORKS III:

	le0 at 0x320-0x33f irq 5 maddr 0xd0000 msize 2048 on isa
	le0: DE205-AB ethernet address 08:00:2b:bb:23:e0
	le0 attached

in the startup log.  If so, the board configured properly and
should be ready to use.

--
Mail:	thomas@lkg.dec.com
URL:	http://ftp.digital.com/~thomas/