Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2001 04:12:31 -0700 (PDT)
From:      huang wen hui <huanghwh@yahoo.com>
To:        freebsd-stable@freebsd.org
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   My Xircom driver not work on 4.4
Message-ID:  <20011008111231.47914.qmail@web20403.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi,
I install FreeBSD 4.4 on my ThinkPad 600 and I have
"Xircom CreditCard Ethernet CE3-10/100", 
The xe driver does not work on 4.4. It was work on
4.3. Here is my configuration:
 
rc.conf:
 
kern_securelevel_enable="NO"
moused_enable="YES"
nfs_reserved_port_only="YES"
sshd_enable="YES"
usbd_enable="YES"
pccard_ifconfig="xe0"
pccard_enable="YES"
sendmail_enable="NO"
ifconfig_xe0="inet 192.168.1.10  netmask
255.255.255.0"
defaultrouter="192.168.1.1"
hostname="IBM01.gdvnet.com"
 
/etc/pccard.conf:
 
irq     3 9 10 11
# Available memory slots
memory  0xd0000  96k
# Debug level, so you know how to get more info for
maintainers.  Put it
# in /etc/pccard.conf
debuglevel 4
# Xircom CreditCard Ethernet CE3-10/100
card "Xircom" "CreditCard 10/100"
        config  auto "xe" 10
        insert  /etc/pccard_ether $device start
        remove  /etc/pccard_ether $device stop
 
dmesg:
 
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989,
1991, 1992, 1993, 1994
 The Regents of the University of California. All
rights reserved.
FreeBSD 4.4-STABLE #3: Wed Oct  3 17:19:22 CST 2001
    root@IBM01.gdvnet.com:/usr/src/sys/compile/IBM01
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (298.42-MHz
686-class CPU)
  Origin = "GenuineIntel"  Id = 0x652  Stepping = 2
 
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory  = 134021120 (130880K bytes)
avail memory = 126836736 (123864K bytes)
Preloaded elf kernel "kernel" at 0xc0398000.
Pentium Pro MTRR support enabled
md0: Malloc disk
pcibios: No call entry point
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443BX host to PCI bridge (AGP
disabled)> on motherboard
pci0: <PCI bus> on pcib0
pcic0: <TI PCI-1250 PCI-CardBus Bridge> mem
0x20301000-0x20301fff at device 2.0 on pci0
pcic0: Polling mode
pcic0: TI12XX PCI Config Reg: [ring enable][speaker
enable][pwr save][CSC parallel isa irq]
pccard0: <PC Card bus (classic)> on pcic0
pcic1: <TI PCI-1250 PCI-CardBus Bridge> mem
0x20300000-0x20300fff at device 2.1 on pci0
pcic1: Polling mode
pcic1: TI12XX PCI Config Reg: [ring enable][speaker
enable][pwr save][CSC parallel isa irq]
pccard1: <PC Card bus (classic)> on pcic1
pci0: <NeoMagic MagicGraph 128XD SVGA controller> at
3.0 irq 11
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0
on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port
0xfcf0-0xfcff at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port
0x8400-0x841f irq 11 at device 7.2 on pci0
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on
uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00,
addr 1
uhub0: 2 ports with 2 removable, self powered
chip1: <Intel 82371AB Power management controller>
port 0xefa0-0xefaf at device 7.3 on pci0
orm0: <Option ROM> at iomem 0xc0000-0xc9fff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7
irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
atkbdc0: <Keyboard controller (i8042)> at port
0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem
0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sbc0: <SoundBlaster Pro> at port 0x220-0x22f irq 5 drq
1 flags 0x15 on isa0
pcm0: <SB DSP 3.02> on sbc0
pca0 at port 0x40 on isa0
IP Filter: v3.4.20 initialized.  Default = block all,
Logging = enabled
ad0: 4887MB <IBM-DADA-25120> [10592/15/63] at
ata0-master UDMA33
acd0: CDROM <TOSHIBA CD-ROM XM-1902B> at ata1-master
using PIO4
Mounting root from ufs:/dev/ad0s1a
pccard: card inserted, slot 0
 
Error msg:
 
Oct  3 17:38:45 IBM01 /kernel: pccard: card inserted,
slot 0
Oct  3 17:38:52 IBM01 pccardd[81]: Card
"Xircom"("CreditCard 10/100") [CE3-10/100] [1.00]
matched "Xircom" ("CreditCard 10/100") [(null)]
[(null)]
Oct  3 17:38:52 IBM01 pccardd[81]: Card
"Xircom"("CreditCard 10/100") [CE3-10/10
0] [1.00] matched "Xircom" ("CreditCard 10/100")
[(null)] [(null)]
 
Oct  3 17:38:52 IBM01 pccardd[81]: Found existing
driver (xe) for Xircom
Oct  3 17:38:52 IBM01 pccardd[81]: Using mem addr
0xd0000, size 4096, card addr0x0, flags 0x41
Oct  3 17:38:52 IBM01 pccardd[81]: Using I/O addr
0x240, size 16
Oct  3 17:38:52 IBM01 pccardd[81]: Setting config reg
at offs 0x800 to 0x41, Reset time = 50 ms
Oct  3 17:38:57 IBM01 pccardd[81]: Assigning I/O
window 0, start 0x240, size 0x10 flags 0x7
Oct  3 17:38:57 IBM01 pccardd[81]: Assign xe0, io
0x240-0x24f, mem 0xd0000, 4096 bytes, irq 10, flags 0
Oct  3 17:38:57 IBM01 pccardd[81]: driver allocation
failed for Xircom(CreditCard 10/100): Device not
configured


__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011008111231.47914.qmail>