freebsd-src/sys/dev/fxp
Marcel Moolenaar 3cf09dd123 Fix an unaligned I/O memory access in the event that a SCB times out.
The FXP_SCR_FLOWCONTROL registers is at offset 0x19, but 2 bytes wide.
It cannot be read as a word without causing a panic on architectures
that enforce strict alignment.

MFC after: 3 days
2005-09-21 04:36:40 +00:00
..
if_fxp.c Fix an unaligned I/O memory access in the event that a SCB times out. 2005-09-21 04:36:40 +00:00
if_fxpreg.h Be more conservative when enabling extended features. There are fxp(4) 2005-04-22 13:05:53 +00:00
if_fxpvar.h - Use callout_init_mtx() to close a small race between callout_stop() and 2005-08-08 21:03:54 +00:00
rcvbundl.h Add a microcode to implement receive bundling for 82551 chipsets with 2005-04-21 19:34:57 +00:00