FreeBSD Bugzilla – Attachment 7539 Details for
Bug 16304
patch to add device ID to ep for 3c905b-TPC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 992 bytes, created by
kbyanc
on 2000-01-22 20:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kbyanc
Created:
2000-01-22 20:10:00 UTC
Size:
992 bytes
patch
obsolete
>--- sys/dev/ep/if_ep_isa.c.orig Sat Jan 22 14:11:07 2000 >+++ sys/dev/ep/if_ep_isa.c Sat Jan 22 15:05:33 2000 >@@ -71,12 +71,14 @@ > #define ISA_ID_3C509_BNC 0x506d5091 > #define ISA_ID_3C509_COMBO 0x506d5094 > #define ISA_ID_3C509_TPO 0x506d5095 >+#define ISA_ID_3C509_TPC 0x506d5098 > > static struct isa_ident ep_isa_devs[] = { > { ISA_ID_3C509_TP, "3Com 3C509-TP EtherLink III" }, > { ISA_ID_3C509_BNC, "3Com 3C509-BNC EtherLink III" }, > { ISA_ID_3C509_COMBO, "3Com 3C509-Combo EtherLink III" }, > { ISA_ID_3C509_TPO, "3Com 3C509-TPO EtherLink III" }, >+ { ISA_ID_3C509_TPC, "3Com 3C509-TPC EtherLink III" }, > { 0, NULL }, > }; > >@@ -85,6 +87,7 @@ > { 0x91506d50, "3Com 3C509B-BNC EtherLink III (PnP)" },/* TCM5091 */ > { 0x94506d50, "3Com 3C509B-Combo EtherLink III (PnP)" },/* TCM5094 */ > { 0x95506d50, "3Com 3C509B-TPO EtherLink III (PnP)" },/* TCM5095 */ >+ { 0x98506d50, "3Com 3C509B-TPC EtherLink III (PnP)" },/* TCM5098 */ > { 0xf780d041, NULL }, /* PNP80f7 */ > { 0, NULL }, > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16304
: 7539