Date: Wed, 5 Aug 1998 11:07:33 -0500 From: Paul Saab <paul@mu.org> To: Andreas Klemm <aklemm@hightek.com>, Nick Hibma <nick.hibma@jrc.it> Cc: wpaul@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: is 3COM 3C905B-TX supported under 2.2.6-STABLE or 2.2.7-STABLE ? Message-ID: <19980805110733.A7394@mu.org> In-Reply-To: <19980805161650.25015@hightek.com>; from Andreas Klemm on Wed, Aug 05, 1998 at 04:16:50PM %2B0200 References: <19980805144639.25256@hightek.com> <Pine.GSO.3.95q.980805151949.21088A-100000@elect8> <19980805161650.25015@hightek.com>
next in thread | previous in thread | raw e-mail | index | archive | help
If you want to get the machine booting and then get the latest driver off of Bill's page then grab a snapshot I made with the driver enabled at ftp://ftp.missouri.org/pub/FreeBSD/2.2.7XL-SNAP. I don't remember how old the driver is in this snap anymore, but itwill atleast allow you to get something up. Paul Andreas Klemm (aklemm@hightek.com) wrote: > On Wed, Aug 05, 1998 at 03:20:24PM +0200, Nick Hibma wrote: > > > > Wait for the support in the xl0 driver: > > > > http://www.freebsd.org/~wpaul/ something. > > Thanks > > When will the driver be committed in -stable / -current ? > > > > > > Tried to fix it in /usr/src/sys/pci/if_vx_pci.c > > > by hacking in support for this card: > > > > > > --- if_vx_pci.c.orig Wed Aug 5 14:44:38 1998 > > > +++ if_vx_pci.c Wed Aug 5 14:45:00 1998 > > > @@ -84,6 +84,8 @@ > > > return "3COM 3C900 Etherlink XL PCI"; > > > if(device_id == 0x905010b7ul || device_id == 0x905110b7ul) > > > return "3COM 3C905 Fast Etherlink XL PCI"; > > > + if(device_id == 0x905510b7ul) > > > + return "3COM 3C905B Fast Etherlink TX PCI"; > > > return NULL; > > > } > > > > > > Though the vx driver now has been assigned to this card, > > > the machine now hangs at boottime. If I go into single user > > > mode and type in the ifconfig command manualle, then the > > > kernel spits out > > > > > > out of mbuf clusters - increase maxusers > > > > > > Well, actually this was a custom kernel with maxusers already > > > set to 256. > > > > > > > > > On Wed, Aug 05, 1998 at 01:28:03PM +0200, Andreas Klemm wrote: > > > > Additional info: the 2.2.6 system tells the following during boot: > > > > > > > > pci0:15: vendor=0x10b7, device=0x9055, class=network (ethernet) int a irq 12 > > > > [no driver assigned] > > > > > > > > On Wed, Aug 05, 1998 at 01:13:42PM +0200, Andreas Klemm wrote: > > > > > When installing a 2.2.6 machine from CD-ROM the > > > > > 3COM 3C905B-TX 10/100 PCI card isn't detected. > > > > > > > > > > The chipset is: > > > > > Parallel Tasking II > > > > > Performance > > > > > 3Com 40-0502-001 > > > > > 9805S 10727438 > > > > > LUCENT 40-05021 > > > > > > > > > > The card: > > > > > FAB 02-0152-000 Rev 03 > > > > > > > > > > Please help, currently installing ;-) > > > > > > > > > > -- > > > > > B&K Gruppe - Wuppertal <aklemm@hightek.com> > > > > > phone +49 202 7399 - 170 <andreas@FreeBSD.ORG> > > > > > fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-hardware" in the body of the message > > > > > > > > -- > > > > B&K Gruppe - Wuppertal <aklemm@hightek.com> > > > > phone +49 202 7399 - 170 <andreas@FreeBSD.ORG> > > > > fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ > > > > > > -- > > > B&K Gruppe - Wuppertal <aklemm@hightek.com> > > > phone +49 202 7399 - 170 <andreas@FreeBSD.ORG> > > > fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-hardware" in the body of the message > > > > > > > -- > > building: 27A > > address: STA-ISIS, T.P.270, Joint Research Centre, 21020 Ispra, Italy > > tel.: +39 332 78 9549 > > fax.: +39 332 78 9185 > > -- > B&K Gruppe - Wuppertal <aklemm@hightek.com> > phone +49 202 7399 - 170 <andreas@FreeBSD.ORG> > fax +49 202 7399 - 100 http://www.FreeBSD.ORG/~andreas/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980805110733.A7394>
