diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-12-15 05:59:52 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-12-15 05:59:52 +0000 |
| commit | cf697531e8e61e1a8f7b90ef9355728f10feb832 (patch) | |
| tree | 9b9c90106e38b6ec7178b50febe09c4551eb0d81 /sys/dev | |
| parent | 991c8a703b105f94c8237f5023542a3c13cb73cd (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vr/if_vr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index f700acf776db..46414099fa90 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -133,7 +133,7 @@ static struct vr_type { 0, "VIA VT6105 Rhine III 10/100BaseTX" }, { VIA_VENDORID, VIA_DEVICEID_RHINE_III_M, - VR_Q_CSUM | VR_Q_CAM, + VR_Q_CSUM, "VIA VT6105M Rhine III 10/100BaseTX" }, { DELTA_VENDORID, DELTA_DEVICEID_RHINE_II, VR_Q_NEEDALIGN, |
