Removed the remnants of gx(4).
This commit is contained in:
parent
463674f7e0
commit
9528cdfa6e
@ -19,7 +19,7 @@ options {
|
||||
# Setup some shorthand for regex that we use later in the file.
|
||||
set ethernet-nic-regex
|
||||
"(an|ar|ath|aue|awi|axe|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|\
|
||||
ep|ex|fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|\
|
||||
ep|ex|fe|fxp|gem|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|\
|
||||
rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vge|vr|vx|wb|wi|xe|\
|
||||
xl)[0-9]+";
|
||||
set scsi-controller-regex
|
||||
|
@ -5643,7 +5643,7 @@ pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp,
|
||||
#ifdef __FreeBSD__
|
||||
/*
|
||||
* FreeBSD supports cksum offloads for the following drivers.
|
||||
* em(4), fxp(4), gx(4), ixgb(4), lge(4), ndis(4), nge(4), re(4),
|
||||
* em(4), fxp(4), ixgb(4), lge(4), ndis(4), nge(4), re(4),
|
||||
* ti(4), txp(4), xl(4)
|
||||
*
|
||||
* CSUM_DATA_VALID | CSUM_PSEUDO_HDR :
|
||||
|
Loading…
Reference in New Issue
Block a user