Re: Problems with the latest changes to ifconfig (I guess) -> Bad guess...

1999-08-31 Thread Luoqi Chen

> Ian Whalley <[EMAIL PROTECTED]> wrote:
> >My card is identified as <3Com 3c905B-TX Fast Etherlink XL>.
> 
> FWIW, I'm running a kernel about 30 hours old with a <3Com 3c905-TX
> Fast Etherlink XL> and I'm not seeing this problem.
> 
> At a quick quess, something in the miibus support broke the 3C905B
> support.
> 
> Peter
> 
I got the same panic tonight. The xlphy attach function doesn't clean up
appropriately when it aborts, here's the fix.

Index: exphy.c
===
RCS file: /home/ncvs/src/sys/dev/mii/exphy.c,v
retrieving revision 1.3
diff -u -r1.3 exphy.c
--- exphy.c 1999/08/29 15:42:03 1.3
+++ exphy.c 1999/09/01 03:12:01
@@ -161,12 +161,6 @@
ma = device_get_ivars(dev);
sc->mii_dev = device_get_parent(dev);
mii = device_get_softc(sc->mii_dev);
-   LIST_INSERT_HEAD(&mii->mii_phys, sc, mii_list);
-
-   sc->mii_inst = mii->mii_instance;
-   sc->mii_phy = ma->mii_phyno;
-   sc->mii_service = exphy_service;
-   sc->mii_pdata = mii;
 
/*
 * The 3Com PHY can never be isolated, so never allow non-zero
@@ -176,6 +170,12 @@
device_printf(dev, "ignoring this PHY, non-zero instance\n");
return(ENXIO);
}
+   LIST_INSERT_HEAD(&mii->mii_phys, sc, mii_list);
+
+   sc->mii_inst = mii->mii_instance;
+   sc->mii_phy = ma->mii_phyno;
+   sc->mii_service = exphy_service;
+   sc->mii_pdata = mii;
 
mii->mii_instance++;
 

-lq


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Problems with the latest changes to ifconfig (I guess) -> Bad guess...

1999-08-31 Thread Ian Whalley

[Niels Chr. Bank-Pedersen wrote:]
>>After the recent changes to ifconfig and the xl driver I am
>>getting a panic when rc.network runs ifconfig:
>Anybody else seeing this, or should I look somewhere else
>alltogether?

I am seeing exactly the same breakage -- cvsup as of today,
mid-evening EDT.  This is the first -current build I've
done since if_xl was converted to miibus.

My card is identified as <3Com 3c905B-TX Fast Etherlink XL>.

Best;

inw

-- 
Ian Whalley
 @  . org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Problems with the latest changes to ifconfig (I guess) -> Bad guess...

1999-08-30 Thread Niels Chr. Bank-Pedersen

Sorry to reply to my own mail -- never report problems before
investigating what was committed.

The $Id$ -> $FreeBSD$ changes to ifconfig are probably not the cause --
more likely the changes to xl (1.52 -> 1.53), and the addition of the
mii-controller.  Anybody else seeing this, or should I look somewhere
else alltogether?

> Hi,
> 
> After the recent changes to ifconfig and the xl driver I am getting
> a panic when rc.network runs ifconfig:
> 
> [...]
> Doing initial network setup: hostname.
> UP,LOOPBACK,RUNN
> ING,MULTICAST> m
> E®Wio•Fnetmask 0xffa00 
> tal trap 12: page fault while in kernel mode
> fault virtual address   = 0x0
> fault code  = supervisor read, page not present
> instruction pointer = 0x8:0x0
> stack pointer   = 0x10:0xc8d18dc4
> frame pointer   = 0x10:0xc8d18ddc
> code segment= base 0x0, limit 0xf, type 0x1b
> = DPL 0, pres 1, def32 1, gran 1
> processor eflags= interrupt enabled, resume, IOPL = 0
> current process = 78 (ifconfig)
> interrupt mask  = net 
> kernel: type 12 trap, code=0
> Stopped at  0:
> 
> Fatal trap 12: page fault while in kernel mode
> fault virtual address   = 0x0
> fault code  = supervisor read, page not present
> instruction pointer = 0x8:0xc020cac4
> stack pointer   = 0x10:0xc8d18c3c
> frame pointer   = 0x10:0xc8d18c40
> code segment= base 0x0, limit 0xf, type 0x1b
> = DPL 0, pres 1, def32 1, gran 1
> processor eflags= interrupt enabled, resume, IOPL = 0
> current process = 78 (ifconfig)
> interrupt mask  = net 
>   kernel: type 12 trap, code=0
> db>
> 
> This is after a make buildworld/installworld on -current (as of today).
> 
> dmesg and config-file:
> 
> 
> FreeBSD/i386 bootstrap loader, Revision 0.7  639/65472kB
> ([EMAIL PROTECTED], Mon Aug 30 10:58:22 CEST 1999)
> /kernel text=0x164b84 data=0x1ee6c+0x1e1e8
> syms=[0x4+0x24760+0x4+0x268f8]
> Hit [Enter] to boot immediately, or any other key for command prompt.
> Booting [kernel]...   
> Copyright (c) 1992-1999 The FreeBSD Project.
> Copyright (c) 1982, 1986, 1989, 1991, 1993
> The Regents of the University of California. All rights
> reserved.
> FreeBSD 4.0-CURRENT #0: Mon Aug 30 18:56:22 CEST 1999
> [EMAIL PROTECTED]:/usr/src/sys/compile/HOME
> Timecounter "i8254"  frequency 1193182 Hz
> CPU: Pentium II/Xeon/Celeron (400.90-MHz 686-class CPU)
>   Origin = "GenuineIntel"  Id = 0x652  Stepping = 2
> 
> 
>Features=0x183f9ff
> real memory  = 134217728 (131072K bytes)
> avail memory = 127102976 (124124K bytes)
> Preloaded elf kernel "kernel" at 0xc02ef000.
> VESA: v2.0, 8192k memory, flags:0x0, mode table:0xc029d042 (122)
> VESA: ATI MACH64
> Pentium Pro MTRR support enabled
> npx0:  on motherboard
> npx0: INT 16 interface
> apm0:  on motherboard
> apm: found APM BIOS v1.2, connected at v1.2
> pcib0:  on motherboard
> pci0:  on pcib0
> pcib1:  at device 1.0 on
> pci0
> pci1:  on pcib1
> vga-pci0:  irq 15 at device 0.0 on
> pci1
> isab0:  at device 7.0 on pci0
> isa0:  on isab0
> chip1:  at device 7.1 on pci0
> chip2:  at device 7.2 on pci0
> chip3:  at device 7.3 on pci0
> ahc0:  irq 15 at device 15.0 on pci0
> ahc0: aic7870 Wide Channel A, SCSI Id=7, 16/255 SCBs
> pcm0:  irq 11 at device 16.0 on pci0
> pcm0: using I/O space register mapping at 0xe800
> xl0: <3Com 3c905B-TX Fast Etherlink XL> irq 10 at device 18.0 on pci0
> xl0: Ethernet address: 00:10:4b:7a:96:7d
> miibus0:  on xl0
> xlphy0: <3Com internal media interface> on miibus0
> xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> xlphy1: <3Com internal media interface> on miibus0
> xlphy1: ignoring this PHY, non-zero instance
> device_probe_and_attach: xlphy1 attach returned 6
> Probing for PnP devices:
> atkbdc0:  at port 0x60-0x6f on isa0
> atkbd0:  irq 1 on atkbdc0
> psm0:  irq 12 on atkbdc0
> psm0: model Generic PS/2 mouse, device ID 0
> vga0:  at port 0x3b0-0x3df iomem 0xa-0xb on
> isa0
> sc0:  on isa0
> sc0: VGA <9 virtual consoles, flags=0x0>
> fdc0:  at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
> fdc0: FIFO enabled, 8 bytes threshold
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> sio0: type 16550A, console
> sio1 at port 0x2f8-0x2ff irq 3 on isa0
> sio1: type 16550A
> ppc0 at port 0x378-0x37f on isa0
> ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
> lpt0:  on ppbus 0
> Waiting 5 seconds for SCSI devices to settle
> changing root device to da0s1a
> da0 at ahc0 bus 0 target 0 lun 0
> da0:  Fixed Direct Access SCSI-2 device 
> da0: 10.000MB/s transfers (10.000MHz, offset 15)
> da0: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C)
> da2 at ahc0 bus 0 target 8 lun 0
> da2:  Fixed Direct Access SCSI-2 device 
> da2: 20.000MB/s transfers (10.000MHz, offset 8, 16bit)
> da2: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C)
> da1