Date: Wed, 5 Jan 2000 21:31:26 -0500 (EST) From: "Eric D. Futch" <efutch@nyct.net> To: freebsd-mobile@freebsd.org Subject: 3Com OfficeConnect 572BT Message-ID: <Pine.BSF.4.05.10001052130540.573-100000@bsd1.nyct.net>
next in thread | raw e-mail | index | archive | help
These are the changes I made to get the 3Com OfficeConnect 572BT to work under PAO3. I wasn't using the correct model number for the card. Can someone commit this for me? Added this to pccard.conf... # 3Com OfficeConnect 3CXSH572BT card "3Com" "OfficeConnect 572B" config auto "ep0" any 0x1 insert logger -s 3Com 3CXSH572BT inserted insert /etc/pccard_ether $device remove logger -s 3Com 3CXSH572BT removed remove /etc/pccard_ether_remove $device Diff for my patch for if_ep.c... *** src/sys/i386/isa/if_ep.c~ Wed Dec 29 02:29:22 1999 --- src/sys/i386/isa/if_ep.c Wed Dec 29 02:30:09 1999 *************** *** 206,211 **** --- 206,212 ---- case 0x6055: /* 3C556 */ case 0x4057: /* 3C574 */ case 0x4B57: /* 3CFE574BT */ + case 0x2B57: /* 3CXSH572BT */ epb->mii_trans = 1; break; case 0x9058: /* 3C589 */ -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10001052130540.573-100000>