freebsd-dev/sys/i386/isa
Garrett Wollman b60e6e6e9f Some fixes to device configuration, now that I've had a chance to do it
properly from the beginning:

	1) The `kern_devconf' struct should be a part of the driver's
	   `softc' structure (now it is).
	2) The `description' should say what the device actually is,
	   rather than just giving a model number (now it does).
	3) The device should be registered even if the probe fails, so
	   that it can be reconfigured later.
	4) For netifs, the device state should follow the IFF_UP flag.

Other network interfaces should follow this example.  (Please?)  Eventually
there should be a rundown routine doing the equivalent of setting IFF_UP
off, and perhaps more if warranted.
1995-01-15 00:18:17 +00:00
..
ic Peter's work to work around one of the most annoying bugs in the 1995-01-06 15:20:00 +00:00
sound Fix the GUS driver so that it will initialize properly from power-on... 1995-01-04 20:07:27 +00:00
aha1542.c Added residual length for 1542C only 1995-01-08 13:41:28 +00:00
aha1742.c Expand the EISA MAX_SLOTS from 8 to 16. 1994-11-26 23:10:03 +00:00
aha2742.c Make the sequencer code a .c file instead of a .h file. 1994-11-18 08:14:16 +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
aic7770.c Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependancies 1995-01-13 02:23:27 +00:00
b004.c From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> 1994-12-31 12:32:59 +00:00
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 Work around a compiler bug in gcc2.6.3 in handling (long long) variables and 1995-01-07 17:26:35 +00:00
cronyx.c Fix bogus and broken include paths: 1994-12-04 08:51:58 +00:00
ctx.c Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
ctxreg.h Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr. 1994-10-01 17:59:42 +00:00
cx.c Fix bogus and broken include paths: 1994-12-04 08:51:58 +00:00
cxreg.h Cronyx/Sigma sync/async serial driver with PPP support 1994-12-02 23:23:01 +00:00
diskslice_machdep.c Change an 0 to WHOLE_DISK_SLICE. 1994-12-30 12:19:11 +00:00
elink.c
elink.h
fd.c Argl!, finally found this bummer. The code testing for a write- 1995-01-12 19:20:28 +00:00
fdc.h Peter's work to work around one of the most annoying bugs in the 1995-01-06 15:20:00 +00:00
fdreg.h
ft.c >Originator: Gene Stark 1994-12-04 03:10:09 +00:00
ftreg.h
gpib.c Fix a few nasties in the conversion. 1994-12-17 08:36:50 +00:00
gpib.h Add Fred Cawthorne's GPIB driver. 1994-12-17 08:07:03 +00:00
gpibreg.h Add Fred Cawthorne's GPIB driver. 1994-12-17 08:07:03 +00:00
gsc.c Add a MIN macro. 1995-01-09 11:38:40 +00:00
gscreg.h Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s 1995-01-07 14:52:08 +00:00
icu.h Laptop Advanced Power Management support by HOSOKAWA Tatsumi. 1994-10-01 02:56:21 +00:00
icu.s Define some public labels for use by trap(). 1995-01-14 11:00:27 +00:00
if_cx.c Fix bogus and broken include paths: 1994-12-04 08:51:58 +00:00
if_ed.c Some fixes to device configuration, now that I've had a chance to do it 1995-01-15 00:18:17 +00:00
if_edreg.h
if_el.c Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
if_elreg.h
if_ep.c Restored Herb's current copyright. The one in the file appeared to have 1995-01-08 10:47:23 +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 Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
if_iereg.h
if_is.c Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
if_isreg.h
if_le.c Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
if_lnc.c Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
if_lnc.h New AMD family ethernet driver. Should support BICC,NE2100, TNIC, 1994-10-02 21:14:38 +00:00
if_ze.c Moved conversion of ether_type to host byte order out of ethernet drivers 1994-11-24 14:29:38 +00:00
if_zereg.h
isa_device.h Add extra id_enabled flag for userconfig to manipulate. If id_enabled 1994-11-03 04:15:04 +00:00
isa.c Add extra id_enabled flag for userconfig to manipulate. If id_enabled 1994-11-03 04:15:04 +00:00
isa.h Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s 1995-01-07 14:52:08 +00:00
iso8859.font Changed header slightly. 1994-09-29 08:29:21 +00:00
kbd.h
kbdtables.h Changes to allow keypad 5 produce \E[E like SCO/ANSI term does 1994-12-31 11:38:39 +00:00
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 Merge several probe diagnostics into one. 1994-12-24 13:24:02 +00:00
mcdreg.h Merge several probe diagnostics into one. 1994-12-24 13:24:02 +00:00
mse.c From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
npx.c Use sufficient parentheses in macros. 1995-01-03 04:00:06 +00:00
npx.c.orig New AMD family ethernet driver. Should support BICC,NE2100, TNIC, 1994-10-02 21:14:38 +00:00
pas.c Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
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 Here is a minor patch for FreeBSD 2.0R to allow it to recognize 1994-12-04 20:22:20 +00:00
seagate.c Latest update from Serge Vakulenko <vak@cronyx.ru> 1995-01-10 11:41:28 +00:00
sio.c Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100. 1995-01-06 15:03:41 +00:00
sioreg.h
spkr.c Fix range checking bug, pointed by peter@haywire.dialix.com 1994-10-14 16:37:58 +00:00
syscons.c Oops, forgot one change when DDB is defined. 1995-01-13 17:13:13 +00:00
timerreg.h
tw.c Add tw.c for the X10 driver. 1994-10-22 09:55:02 +00:00
ultra14f.c Submitted by: Steve Gerakines 1995-01-07 23:23:40 +00:00
vector.s i386/exception.s, 1994-12-03 10:03:19 +00:00
wd.c Fix the "wd" count stat. The seek and xfer stats are still very bogus 1994-12-24 09:43:12 +00:00
wdreg.h
wt.c fix for: kern/97: wt DELAY patch 1995-01-09 17:55:10 +00:00
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/