freebsd-dev/sys/alpha/conf
Bill Paul 8fe2c75e31 Make the xl and pn drivers work on FreeBSD/alpha and add them to
sys/alpha/conf/GENERIC.

Note: the PNIC ignores the lower few bits of the RX buffer DMA address,
which means we have to add yet another kludge to make it happy. Since
we can't offset the packet data, we copy the first few bytes of the
received data into a separate mbuf with proper alignment. This puts
the IP header where it needs to be to prevent unaligned accesses.

Also modified the PNIC driver to use a non-interrupt driven TX
strategy. This improves performance somewhat on x86/SMP systems where
interrupt delivery doesn't seem to be as fast with an SMP kernel as
with a UP kernel.
1999-03-27 20:41:25 +00:00
..
devices.alpha Cam changes sd to da. 1998-09-18 18:40:59 +00:00
files.alpha Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
GENERIC Make the xl and pn drivers work on FreeBSD/alpha and add them to 1999-03-27 20:41:25 +00:00
kernel.script Lots of changes, including: 1998-08-10 07:53:59 +00:00
majors.alpha Reserve a major number for use by the Iprobe device driver. 1999-01-18 20:38:37 +00:00
Makefile.alpha Ignore errors from chflags. This makes it possible to make installworld 1999-02-14 13:56:15 +00:00
NOTES Make the xl and pn drivers work on FreeBSD/alpha and add them to 1999-03-27 20:41:25 +00:00
options.alpha Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
SIMOS Update SimOS scsi driver to use CAM. 1998-09-26 14:49:26 +00:00