1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/i386
Bill Paul 73334a4329 Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.
Previously, these cards were supported by the lnc driver (and they
still are, but the pcn driver will claim them first), which is fine
except the lnc driver runs them in 16-bit LANCE compatibility mode.
The pcn driver runs these chips in 32-bit mode and uses the RX alignment
feature to achieve zero-copy receive. (Which puts it in the same
class as the xl, fxp and tl chipsets.) This driver is also MI, so it
will work on the x86 and alpha platforms. (The lnc driver is still
needed to support non-PCI cards. At some point, I'll need to newbusify
it so that it too will me MI.)

The Am79c978 HomePNA adapter is also supported.
2000-09-20 17:30:22 +00:00
..
apm Add Timer device driver for power management events. 2000-09-14 22:34:57 +00:00
bios Add Timer device driver for power management events. 2000-09-14 22:34:57 +00:00
conf Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. 2000-09-20 17:30:22 +00:00
i386 Better error message when booting an SMP kernel on an UP system. 2000-09-19 10:40:52 +00:00
ibcs2 Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
include Make LINT compile. 2000-09-16 18:55:05 +00:00
isa Brought back schedsofttty() (SMPng casualty). Didn't bring back the 2000-09-17 16:37:30 +00:00
linux Fix cut'n'paste bogon. 2000-09-18 17:46:01 +00:00
pci Catch a few more bogosities in certain chipsets before they mess us up. 2000-09-05 00:53:34 +00:00
svr4 Cleanup after repo copy of sys/svr4 to sys/compat/svr4. 2000-08-31 22:54:09 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00