diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-21 01:11:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-21 01:11:48 +0200 |
commit | 7b6c150f5dbccb3074d93d07e84c3d286d17fd8d (patch) | |
tree | b7838db7004d46fb870f287d5ddb25e20ba7d5f7 /sys | |
parent | af89b1c5b151842edce430d76e2964ec3fd252b4 (diff) |
etherbcm: add pci id for NetXtreme BCM5751 Gigabit Ethernet
Diffstat (limited to 'sys')
-rw-r--r-- | sys/src/9/pc/etherbcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/etherbcm.c b/sys/src/9/pc/etherbcm.c index 29d78b99b..376759aac 100644 --- a/sys/src/9/pc/etherbcm.c +++ b/sys/src/9/pc/etherbcm.c @@ -579,6 +579,7 @@ bcmpci(void) case 0x14e41672: case 0x14e41673: case 0x14e41674: + case 0x14e41677: case 0x14e4167A: case 0x14e4167b: case 0x14e41693: |