FreeBSD Bugzilla – Attachment 15936 Details for
Bug 29415
PCI probing does not detect Aironet 350 PCI cards
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 672 bytes, created by
Bob Fleck
on 2001-08-03 18:30:26 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bob Fleck
Created:
2001-08-03 18:30:26 UTC
Size:
672 bytes
patch
obsolete
>--- if_an_pci.old Fri Aug 3 13:02:38 2001 >+++ if_an_pci.c Fri Aug 3 13:04:58 2001 >@@ -96,6 +96,7 @@ > }; > > #define AIRONET_VENDORID 0x14B9 >+#define AIRONET_DEVICEID_352 0x0350 > #define AIRONET_DEVICEID_4500 0x4500 > #define AIRONET_DEVICEID_4800 0x4800 > #define AIRONET_DEVICEID_4xxx 0x0001 >@@ -103,6 +104,7 @@ > #define AN_PCI_LOIO 0x18 /* Aironet iobase */ > > static struct an_type an_devs[] = { >+ { AIRONET_VENDORID, AIRONET_DEVICEID_35x, "Aironet PCI352" }, > { AIRONET_VENDORID, AIRONET_DEVICEID_4500, "Aironet PCI4500" }, > { AIRONET_VENDORID, AIRONET_DEVICEID_4800, "Aironet PCI4800" }, > { AIRONET_VENDORID, AIRONET_DEVICEID_4xxx, "Aironet PCI4500/PCI4800" },
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 29415
: 15936