Home | History | Annotate | Download | only in eisa
History log of /src/sys/dev/eisa/files.eisa
RevisionDateAuthorComments
 1.28  20-Jan-2020  thorpej Remove FDDI support.
 1.27  11-Dec-2005  christos branches: 1.27.164; 1.27.172;
merge ktrace-lwp.
 1.26  30-Aug-2004  drochner add centralized {eisa,isa,pci,agp,mca}busprint() functions which do
what tens of the bus' parents foo{...}bridge_print()s scattered around do
 1.25  28-Nov-2001  lukem branches: 1.25.16;
- convert usage of "defopt" to "defflag" where the relevant option does
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were converted to
defparam recently.
- minor whitespace & formatting cleanups
 1.24  06-May-2001  ad branches: 1.24.2;
Add an (untested) EISA front-end for the `mlx' driver.
 1.23  24-Feb-2001  lukem branches: 1.23.2;
whitespace police
 1.22  01-Sep-2000  ad Add an EISA bus front-end for the `cac' driver.
 1.21  11-Aug-2000  thorpej Add support for the DEC DE422 Ethernet, which is a DEPCA
attached to the EISA bus. This board is commonly found
on Alpha Jensen systems.
 1.20  15-Mar-2000  fvdl branches: 1.20.4;
Update EISA frontend for new ahc driver (done by Noriyuki Soda).
 1.19  29-Sep-1999  ad branches: 1.19.2;
EISA frontend for DPT driver (as yet untested).
 1.18  14-Sep-1999  thorpej EISA bus front-end for the New Tulip Driver, for the DEC DE425 EISA
board. The DE425 is basically a DECchip 21040 on an EISA board, plus
a Cool Address Decoder Hack which maps the PCI configuration
space registers into EISA I/O space, interleaved with the Tulip CSRs,
which are spaced further apart than on the PCI versoin.

This is currently *untested* until the DE425 boards that folks have
promised me arrive. But, it should work, since the 21040 works.
 1.17  16-Feb-1998  thorpej branches: 1.17.8;
Remove "class" declarations, and add "devclass" declarations where
appropriate. Fix several inconsistencies between device class and
attributes. Mostly from Chris Demetriou.
 1.16  12-Jan-1998  thorpej Add device classes.
 1.15  13-Sep-1997  enami Declare EISAVERBOSE by defopt in files.eisa. Include opt_eisaverbose.h
in eisa.c.
 1.14  20-Jul-1997  pk branches: 1.14.2;
config.new => config
 1.13  15-Mar-1997  is New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.
 1.12  01-Sep-1996  mycroft branches: 1.12.6;
Update.
 1.11  05-Aug-1996  soda disable AHA-284x product ID, because it is now handled by ahc_isa.c.
 1.10  20-May-1996  thorpej branches: 1.10.4;
Add the DEFEA FDDI controller.
 1.9  16-May-1996  mycroft New version, with changes from Justin Gibbs and Noriyuki Soda.
 1.8  25-Apr-1996  thorpej Break up the ep driver into isa, eisa, and pci front-ends and a
bus-independent core driver. Tested on all three bus types, including
an isa 3c509 masquerading as an eisa device (use ep* at eisa? slot ? in
your kernel config file to catch this one).
XXX Driver still needs to be converted to <machine/bus.h>
 1.7  17-Mar-1996  thorpej New device attachment scheme:

- split softc size and match/attach out from cfdriver into
a new struct cfattach.

- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
 1.6  04-Mar-1996  cgd the i386 port no longer attaches isa, eisa, and pci at root.
 1.5  27-Feb-1996  cgd add a comment (XXX) about eisa's attachment.
 1.4  27-Feb-1996  cgd eisabus attribute moved to conf/files
 1.3  27-Feb-1996  cgd Better EISA autoconfiguration, per PR 1959.
 1.2  17-Apr-1995  cgd try to actually (gasp!) describe the drivers.
 1.1  17-Apr-1995  cgd MI EISA config.new file lists
 1.10.4.2  11-Dec-1996  mycroft From trunk:
General cleanup; fixes several bugs.
 1.10.4.1  25-Aug-1996  thorpej Fix support for the Adaptec 284x VLbus SCSI cards, massaged for the
NetBSD-1.2 release branch by Noriyuki Soda <soda@sra.co.jp>.
(`sys/arch/i386/isa/ahc_isa.c' tagged separately.)
 1.12.6.1  09-Mar-1997  is netinet/if_ether.h -> netinet/if_inarp.h
 1.14.2.1  16-Sep-1997  thorpej Update marc-pcmcia branch from trunk.
 1.17.8.1  17-Jan-2000  he Pull up revision 1.19 (requested by ad):
Add driver for DPT SmartCache and SmartRAID III or IV SCSI
adapters.
 1.19.2.2  12-Mar-2001  bouyer Sync with HEAD.
 1.19.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.20.4.2  25-Oct-2001  he Pull up revision 1.22 (requested by ad):
Add Mylex DACC960, CAC-EISA, and I2O block/SCSI drivers.
 1.20.4.1  11-Aug-2000  thorpej Pullup from trunk:
Add support for the DEC DE422 Ethernet, which is a DEPCA
attached to the EISA bus. This board is commonly found
on Alpha Jensen systems.
 1.23.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.23.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.24.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.25.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.25.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.25.16.1  03-Sep-2004  skrll Sync with HEAD
 1.27.172.1  25-Jan-2020  ad Sync with head.
 1.27.164.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed