vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Please do. Is the preference for PCI_* defines instead of CARDBUS_* for cardbus cards? Both styles are used in if_*_cardbus.c, though. /Sigfred On Wednesday 28 July 2004 05.59, you wrote: > I'd rather use this instead. > > - todd > > Index: sys/dev/cardbus/if_atw_cardbus.c > ================================================== ================= > RCS file: /home/cvs/openbsd/src/sys/dev/cardbus/if_atw_cardbus.c,v > retrieving revision 1.4 > diff -u -r1.4 if_atw_cardbus.c > --- sys/dev/cardbus/if_atw_cardbus.c 25 Jul 2004 13:50:49 -0000 1.4 > +++ sys/dev/cardbus/if_atw_cardbus.c 28 Jul 2004 03:55:32 -0000 > @@ -144,6 +144,9 @@ > { PCI_VENDOR_ADMTEK, PCI_PRODUCT_ADMTEK_ADM8211, > "ADMtek ADM8211 802.11 MAC/BBP" }, > > + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRSHPW796, > + "3Com 3CRSHPW796 802.11b" }, > + > { 0, 0, NULL }, > }; > > Index: sys/dev/pci/pcidevs > ================================================== ================= > RCS file: /home/cvs/openbsd/src/sys/dev/pci/pcidevs,v > retrieving revision 1.752 > diff -u -r1.752 pcidevs > --- sys/dev/pci/pcidevs 20 Jul 2004 05:07:12 -0000 1.752 > +++ sys/dev/pci/pcidevs 28 Jul 2004 03:54:22 -0000 > @@ -291,6 +291,7 @@ > product 3COM 3C595T4 0x5951 3c595 100Base-T4 > product 3COM 3C595MII 0x5952 3c595 10Mbps-MII > product 3COM 3C555 0x5055 3c555 100Base-TX > +product 3COM 3CRSHPW796 0x6000 3CRSHPW796 802.11b > product 3COM 3C556 0x6055 3c556 100Base-TX > product 3COM 3C556B 0x6056 3c556B 100Base-TX > product 3COM 3CSOHO100TX 0x7646 3cSOHO-TX > Index: sys/dev/pci/pcidevs.h > ================================================== ================= > RCS file: /home/cvs/openbsd/src/sys/dev/pci/pcidevs.h,v > retrieving revision 1.756 > diff -u -r1.756 pcidevs.h > --- sys/dev/pci/pcidevs.h 20 Jul 2004 05:09:23 -0000 1.756 > +++ sys/dev/pci/pcidevs.h 28 Jul 2004 03:54:26 -0000 > @@ -296,6 +296,7 @@ > #define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595 100Base-T4 */ > #define PCI_PRODUCT_3COM_3C595MII 0x5952 /* 3c595 10Mbps-MII */ > #define PCI_PRODUCT_3COM_3C555 0x5055 /* 3c555 100Base-TX */ > +#define PCI_PRODUCT_3COM_3CRSHPW796 0x6000 /* 3CRSHPW796 802.11b */ > #define PCI_PRODUCT_3COM_3C556 0x6055 /* 3c556 100Base-TX */ > #define PCI_PRODUCT_3COM_3C556B 0x6056 /* 3c556B 100Base-TX */ > #define PCI_PRODUCT_3COM_3CSOHO100TX 0x7646 /* 3cSOHO-TX */ > Index: sys/dev/pci/pcidevs_data.h > ================================================== ================= > RCS file: /home/cvs/openbsd/src/sys/dev/pci/pcidevs_data.h,v > retrieving revision 1.756 > diff -u -r1.756 pcidevs_data.h > --- sys/dev/pci/pcidevs_data.h 20 Jul 2004 05:09:23 -0000 1.756 > +++ sys/dev/pci/pcidevs_data.h 28 Jul 2004 03:54:26 -0000 > @@ -111,6 +111,10 @@ > "3c555 100Base-TX", > }, > { > + PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRSHPW796, > + "3CRSHPW796 802.11b", > + }, > + { > PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556, > "3c556 100Base-TX", > }, > Index: share/man/man4/atw.4 > ================================================== ================= > RCS file: /home/cvs/openbsd/src/share/man/man4/atw.4,v > retrieving revision 1.4 > diff -u -r1.4 atw.4 > --- share/man/man4/atw.4 27 Jun 2004 19:52:45 -0000 1.4 > +++ share/man/man4/atw.4 28 Jul 2004 03:57:45 -0000 > @@ -102,6 +102,8 @@ > .Pp > .Bl -item -offset indent -compact > .It > +3Com OfficeConnect 3CRSHPW796 Cardbus card > +.It > Belkin F5D6001 PCI card > .It > Blitz NetWave Point Cardbus card |
| Thread Tools | |
| Display Modes | |
|
|