freebsd-dev/sys/i386/isa
David Greenman 41ec615889 Fixed rather serious bug where the interface wasn't started after it was
stopped in ed_setrcr(). I'm amazed that the driver worked at all. Thanks to
John Hay for pointing this out.
1994-11-17 14:42:27 +00:00
..
ic
sound
aha1542.c
aha1742.c The previous revision forgot to define fatal_if_no_DDB() when there is DDB. 1994-11-16 02:45:36 +00:00
aic6360.c The previous revision forgot to define fatal_if_no_DDB() when there is DDB. 1994-11-16 02:45:36 +00:00
b004.c
b004.h
bt742a.c I noticed some weird english had crept in - fix it up a bit. 1994-11-08 02:53:42 +00:00
clock.c Revision 1.6 fix was lost: don't write 0 to RTC_DIAG 1994-11-12 16:24:54 +00:00
ctx.c
ctxreg.h
elink.c
elink.h
fd.c Change "fdx: Floppy not writeable" to less confusing 1994-11-08 06:34:04 +00:00
fdc.h
fdreg.h
ft.c Include <sys/disklabel.h> to prepare for slices. Don't include the 1994-11-15 14:34:42 +00:00
ftreg.h
icu.h
icu.s
if_ed.c Fixed rather serious bug where the interface wasn't started after it was 1994-11-17 14:42:27 +00:00
if_edreg.h
if_el.c
if_elreg.h
if_ep.c Andres Vega Garcia's improvements to the ep driver. This driver is a merging 1994-11-13 10:12:37 +00:00
if_epreg.h Andres Vega Garcia's improvements to the ep driver. This driver is a merging 1994-11-13 10:12:37 +00:00
if_ie507.h
if_ie.c
if_iereg.h
if_is.c
if_isreg.h
if_le.c
if_lnc.c
if_lnc.h
if_ze.c
if_zereg.h
isa_device.h
isa.c
isa.h Move declarations of atdevbase and rtcin() to cpufunc.h (a less wrong 1994-11-14 14:19:10 +00:00
iso8859.font
kbd.h
kbdtables.h
lpt.c Fix a panic I might have seen, or at least could see some day if I havn't 1994-11-16 06:09:29 +00:00
lptreg.h
mcd.c Remove unused variable from previous commit 1994-11-14 19:32:11 +00:00
mcdreg.h Add and reorganize new MCD commands from bugress@s069.infonet.net 1994-11-12 13:26:13 +00:00
mse.c From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
npx.c Log processes that exit with an masked npx exception that would trap 1994-11-14 14:59:06 +00:00
npx.c.orig
pas.c
pcaudio.c Abort writes if a signal is received (don't ignore the value returned by 1994-11-06 00:46:21 +00:00
psm.c
readMBR.c Undo a previous change. <sys/disklabel.h> was broken, not these files. 1994-11-14 13:22:52 +00:00
README.le Fixed a mis-spelling. 1994-11-13 21:19:18 +00:00
rtc.h
seagate.c
sio.c Work around microtime() enabling interrupts. 1994-11-06 00:23:45 +00:00
sioreg.h
spkr.c
syscons.c The style in my patch011 is inconsistent and out of date. It should 1994-11-06 00:30:16 +00:00
timerreg.h
tw.c
ultra14f.c
vector.s
wd.c Last commit was bogus. Changed b_bsize to b_bcount. 1994-11-04 05:21:17 +00:00
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/