Home | History | Annotate | Download | only in isa
History log of /src/sys/dev/isa/if_levar.h
RevisionDateAuthorComments
 1.14  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.13  29-Jun-2002  rafal branches: 1.13.104; 1.13.106; 1.13.108;
Allow this work work without a DRQ for PCNet parts mapped into ISA space
but which are connected to a local bus and do their own bus-mastering.
This has to be turned on via `flags 1' on the nele? device specification.
Gets one of my boxes working again with -current again.
 1.12  15-Aug-1998  mycroft branches: 1.12.24; 1.12.26; 1.12.38; 1.12.40;
Assign my copyrights to TNF.
 1.11  16-Apr-1998  drochner Make the ISA LANCE drivers work without BROKEN_INDIRECT_CONFIG.
DEPCA is now split out into a separate driver.
Because there can be only one attachment of a device to a bus, for
each card type a separate pseudo-bus was introduced which attaches to "isa"
and where "le" attaches to.
 1.10  10-Sep-1997  mycroft If we select a 32k window on the DEPCA, make sure to switch to the lower 32k
chunk.
 1.9  06-Jun-1997  thorpej branches: 1.9.4;
Pull thorpej-bus-dma branch into mainline.
 1.8  15-Mar-1997  is branches: 1.8.2;
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.7  02-Dec-1996  thorpej branches: 1.7.4;
Convert to use <machine/bus.h>
 1.6  21-Oct-1996  thorpej New bus.h implementation/interface:
- No more distinction between i/o-mapped and memory-mapped
devices. It's all "bus space" now, and space tags
differentiate the space with finer grain than the
bus chipset tag.
- Add memory barrier methods.
- Implement space alloc/free methods.
- Implement region read/write methods (like memcpy to/from
bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.
 1.5  07-May-1996  thorpej Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.

Break up ISA LANCE driver into ISA and PCI front-ends.

Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.
 1.4  29-Apr-1996  christos - prototype fixes
 1.3  07-Oct-1995  mycroft Add a shutdown hook.
 1.2  27-Jul-1995  mycroft Add PCI-specific configuration for PCnet-PCI.
 1.1  24-Jul-1995  mycroft Update to use dev/ic/am7990.c.
 1.7.4.1  25-Feb-1997  is Fix typo in comment.
 1.8.2.1  13-May-1997  thorpej Convert to use bus dma.
 1.9.4.1  16-Sep-1997  thorpej Update marc-pcmcia branch from trunk.
 1.12.40.1  29-Jun-2002  lukem Pull up revision 1.13 (requested by rafal in ticket #397):
Allow this work work without a DRQ for PCNet parts mapped into ISA space
but which are connected to a local bus and do their own bus-mastering.
This has to be turned on via `flags 1' on the nele? device specification.
Gets one of my boxes working again with -current again.
 1.12.38.1  15-Jul-2002  gehenna catch up with -current.
 1.12.26.1  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.12.24.1  01-Aug-2002  nathanw Catch up to -current.
 1.13.108.1  16-May-2008  yamt sync with head.
 1.13.106.1  18-May-2008  yamt sync with head.
 1.13.104.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed