NetBSD/sys/arch/sgimips/hpc
rafal a1830df1bb Fix a deadlock in the tx code -- the code checked the DMA status before
sync'ing the descriptor, leading to a race where the packet could complete
after the DMA check but before the sync of the descriptor, sending the code
into unknown territory and the DMA engine into space.  Also, fix a bug with
spurious watchdog resets going off due to the if_timer not always being set
on transmit.

Finally, clean up use of hardcoded magic numbers, get them from hpcreg.h
when possible.
2001-06-07 12:20:42 +00:00
..
ds1286.c
files.hpc Autoconfiguration glue for HPC devices. 2001-05-11 03:23:38 +00:00
hpc.c
hpcreg.h Add a bunch of defines for bits withing the ethernet-related registers so 2001-06-07 12:10:34 +00:00
hpcvar.h
if_sq.c Fix a deadlock in the tx code -- the code checked the DMA status before 2001-06-07 12:20:42 +00:00
iocreg.h IOC1/2 memory map. 2001-05-11 03:18:57 +00:00
sqvar.h Support for the Seeq 8003 Ethernet attached to the HPC ASIC, 2001-05-11 03:22:21 +00:00