DragonFly BSD
DragonFly kernel List (threaded) for 2004-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: ed1 mistakenly known as wi0 (Was: Re: Heads up: NEWCARD is coming)


From: Tomaž Borštnar <tomaz.borstnar@xxxxxxxx>
Date: Tue, 17 Feb 2004 08:40:06 +0100

<20040216195438.GA4731@xxxxxxxxxxxxxxxxx>
In-Reply-To: <20040216195438.GA4731@xxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 55
Message-ID: <4031c558$0$185$415eb37d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
NNTP-Posting-Host: 217.72.82.13
X-Trace: 1077003608 crater_reader.dragonflybsd.org 185 217.72.82.13
Xref: crater_reader.dragonflybsd.org dragonfly.kernel:3841

Joerg Sonnenberger pravi:

> Could you test the dc(4) and xl(4) patches at ftp://82.144.62.50 ?
> It want to discuss a few things about dc(4) with the FreeBSD authors
> and add some cleanup to xl(4), but the patches are the base of further
> work.

it worked first time :)
Machine was started as usual - without any pcmcia cards present. I inserted xl device and got this:

Feb 17 08:26:30  /kernel: Product version: 5.0
Feb 17 08:26:30  /kernel: Product name: 3Com Corporation | 3CCFEM656B-LAN | LAN | 1 |
Feb 17 08:26:30  /kernel: Manufacturer ID: 02016265
Feb 17 08:26:30  /kernel: Functions: Network Adaptor, Multi-Functioned
Feb 17 08:26:30  /kernel: CIS reading done
Feb 17 08:26:30  /kernel: cardbus0: Resource not specified in CIS: id=18, size=80
Feb 17 08:26:30  /kernel: xl0: <3Com 3c656B Fast Etherlink XL> port 0x1000-0x107f mem 0x88002100-0x8800217f,0x88002000-0x880020ff 
irq 10 at device 0.0 on cardbus0
Feb 17 08:26:30  /kernel: xl0: Ethernet address: 00:50:04:92:37:37
Feb 17 08:26:30  /kernel: miibus0: <MII bus> on xl0
Feb 17 08:26:30  /kernel: ukphy0: <Generic IEEE 802.3u media interface> on miibus0
Feb 17 08:26:30  /kernel: ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Feb 17 08:26:30  /kernel: Product version: 5.0
Feb 17 08:26:30  /kernel: Product name: 3Com Corporation | 3CCFEM656B-MDM | MDM | 1 |
Feb 17 08:26:30  /kernel: Manufacturer ID: 02016365
Feb 17 08:26:30  /kernel: Functions: Serial Port, Multi-Functioned
Feb 17 08:26:30  /kernel: Function Extension: 011f3f000400000400
Feb 17 08:26:30  /kernel: Function Extension: 0206003f1c03030f060000ff
Feb 17 08:26:30  /kernel: Function Extension: 1306000f006a00ff
Feb 17 08:26:30  /kernel: Function Extension: 2306000f000200ff
Feb 17 08:26:30  /kernel: CIS reading done
Feb 17 08:26:30  /kernel: cardbus0: Resource not specified in CIS: id=10, size=80
Feb 17 08:26:30  /kernel: cardbus0: Resource not specified in CIS: id=14, size=80
Feb 17 08:26:30  /kernel: cardbus0: <unknown card> (vendor=0x10b7, dev=0x6563) at 0.1 irq 10
Feb 17 08:26:48  /kernel: module_register: module cardbus/xl already exists!
Feb 17 08:26:48  /kernel: linker_file_sysinit "if_xl.ko" failed to register! 17

Ifconfig showed the xl device with no media. But simple ifconfig xl0 up solved the problem :) And it correctly discovered my 
100Mbps switch :)

dhclient x0 and...


Feb 17 08:27:12  dhclient: New Hostname:
Feb 17 08:27:12  dhclient: New IP Address (xl0): 192.168.2.214
Feb 17 08:27:12  dhclient: New Subnet Mask (xl0): 255.255.255.0
Feb 17 08:27:12  dhclient: New Broadcast Address (xl0): 192.168.2.255
Feb 17 08:27:12  dhclient: New Routers: 192.168.2.1

And it actually works. Haven't done more intensive tests yet, but they will surely follow :)

Had some problems with dc cards about missing BUS_DMA_ZERO, but intend to check if something is missing in my sources and test 
that now as well.

Toma?



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]