freebsd-nq/sys/alpha
Bill Paul e5a9fd5435 This commit adds driver support for PCI fast ethernet NICs based on
the Davicom DM9100 and DM9102 chipsets, including the Jaton Corporation
XPressNet. Datasheet is available from www.davicom8.com.

The DM910x chips are still more tulip clones. The API is reproduced
pretty faithfully, unfortunately the performance is pretty bad. The
transmitter seems to have a lot of problems DMAing multi-fragment
packets. The only way to make it work reliably is to coalesce transmitted
packets into a single contiguous buffer. The Linux driver (written by
Davicom) actually does something similar to this. I can't recomment this
NIC as anything more than a "connectivity solution."

This driver uses newbus and miibus and is supported on both i386
and alpha platforms.
1999-09-06 06:14:30 +00:00
..
alpha This represents essentially a complete rewrite of the ISA PnP code. The 1999-09-01 20:53:43 +00:00
conf This commit adds driver support for PCI fast ethernet NICs based on 1999-09-06 06:14:30 +00:00
include Don't install stubs, make a compat symlink at buildworld time. 1999-09-04 15:46:31 +00:00
isa $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux Implementation of the modify_ldt syscall. Use the sysarch() interface to do 1999-09-02 21:50:42 +00:00
pci $Id$ -> $FreeBSD$ (some mangled and/or hidden ones) 1999-08-28 02:21:15 +00:00
tc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
tlsb $Id$ -> $FreeBSD$ (some mangled and/or hidden ones) 1999-08-28 02:21:15 +00:00