CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/10/28 19:55:53
Modified files:
sys/dev/pci : if_jme.c if_jmereg.h if_jmevar.h
Log message:
- Add a workaround field to the softc struct.
- Move the extended FIFO workaround from the capabilities field to the
workaround field.
- Add General purpose register 1 defines for the workarounds.
- Enable a workaround for CRC errors that can be experienced with A2 revision
adapters.
- Add a workaround for packet loss that can be experienced with A2 revision
adapters when in 10/100 mode with half duplex.
>From DraonFly
- Rename the workaround flags so they describe what is being worked around.
ok jsg@