freebsd-dev/sys/alpha
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
..
alpha Don't lower the ipl for splsoftcam, splsoftvm and splsoftnet. 1999-03-19 10:56:28 +00:00
conf Make the xl and pn drivers work on FreeBSD/alpha and add them to 1999-03-27 20:41:25 +00:00
include Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
isa Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
linux Added call to elf_brand_inuse() to prevent you from cutting your own 1999-02-04 21:20:13 +00:00
pci Added support for the DEC EB64PLUS systype. (part I) 1999-01-18 20:15:07 +00:00
tc Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
tlsb Use suser() to check for super user rather than examining cr_uid directly. 1999-01-30 12:17:38 +00:00