Date: Thu, 11 Mar 1999 12:04:32 +0000 From: Kerberus <kerberus@inetu.net> To: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>, "freebsd-mobile@FreeBSD.ORG" <freebsd-mobile@FreeBSD.ORG> Subject: CTX laptop & PCMCIA Message-ID: <36E7B14E.6FB51944@inetu.net>
next in thread | raw e-mail | index | archive | help
Slay me if you need to, for doing this. or bear with me and enable me to
work again.
Ok it looks as though im going to have to downgrade my 3.1 FreeBSD
install back to 2.2.8-PAO to actually get connectivity through my Bay
Netgear FA410TX pcmcia card.
this is funny, under 2.2.8 my cdrom when accessed locks the machine up
solid, but works with no problems under 3.1, and my ethernet card (
pcmcia ) works great under 2.2.8-PAO, but i cant get it to work under
3.1, i have noticed under 3.1 that the PCIC controller in dmesg output
assigns it at irq 5, but there is a sound card at that irq, under
2.2.8-PAO it was being assigned irq 11. so ill prolly get ripped for
doing this, but here is the dmesg output, the 3.1 kernel config file,
the 2.2.8-PAO kernel config file, and pccardc dumpcis info, attached for
whomever is willing and wants a challenge, and feels like being a savoir
and making my year, and can actually get this thing to work so my laptop
is completely 100% happy and not partially, running under 3.1.... any
and all help is appreciated, and yes i know you guys are busy, I just
have to hate to wipe this disk clean and start from scratch with
2.2.8-PAO again seeing as everything works under 3.1 except my darn
pcmcia card,and i seriously need network connectivity.
also for your information, this is a CTX EzBook 800, with 32 Mgs memory,
a 2.1
Gig IDE Disk, a 20x cdrom ( that now works under 3.1 and didnt under
2.2.8 )
it has 2 USB ports, 2 Irda ports, 2 PCMCIA slots, externel VGA,
Internal
modem, second com port, a parallel port, a Crystal Beach internal
sound
system, a NeoMagic 2 meg graphics adapter, and a touchpad 2 button style
ps/2
mouse. As i rememeber it under winblows
com1 ( internal modem ) irq 9
com 2 ( external serial port ) irq 3
lpt1 ( external parallel port ) irq 4
Sound Card ( crystal beach ) irq 5
pci controllers irq 11
pcmcia card - Netgear FA410TX irq 7
did i miss anything....??? also the only item that dont work under 3.1
are pcmcia and
the internal modem .... I think its a winmodem. the only way i got the
netgear
pcmcia card to work was by using what windows 98 had allocated for each
device, as noted above under 2.2.8-PAO, and this all worked fine, as a
matter of fact i have included my old 2.2.8-PAO kernel config file with
other pertinent info.
----------SNIP--------2.2.8-PAO kernel config that works------------
#
# Sample Laptop Configuration
# for lenlen.ntc.keio.ac.jp (Toshiba Libretto 50CT)
# Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
#
machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU"
cpu "I686_CPU"
ident PAO_ALL
maxusers 10
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MFS #Memory Filesystem
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP
THIS!]
options SCSI_DELAY=15 #Be pessimistic about Joe SCSI
device
#options BOUNCE_BUFFERS #include support for DMA
bounce buffers
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
# If your laptop have not had Windoze95-Ready BIOS, please update it.
# Such old BIOS'es sometimes have critical bugs at 32-bit protected
# mode APM BIOS interface (which have not used by Windoze 3.1).
# PC-card suspend/resume support (experimental)
#options APM_PCCARD_RESUME
options PCIC_RESUME_RESET
# Keep power for serial cards when the system suspends
# (If your machine hangs up when you try to suspend the system with
# FAX/Modem PCMCIA card, uncomment this option).
#options SIO_SUSP_KEEP_PWR
# Detach SCSI devices when the SCSI card is removed
#options SCSI_DETACH
# Detach ATAPI devices when the ATA card is removed
#options ATAPI_DETACH
# Japanese version of WaveLAN PCMCIA uses 2.4GHz band instead of 915MHz
# band that US version uses. If you want to use Japanese version of
# WaveLAN, uncomment this line, or edit the corresponding config entry
# of /etc/pccard.conf.
#options "WAVELAN_PCMCIA_24"
# Suspend the system when the battery status is "Low"
#options "APM_BATT_LOW_SUSPEND"
# If you want to use NTP on laptop machines, uncomment the following
# option. Current APM implementation affects NTP client.
#options "APM_NO_CLOCK_ADJUST"
# For Win98 BIOS of ThinkPad options
#options "APM_TP_WIN98BIOS"
# Some X-servers cannot survive suspend/resume on laptop.
# This option kicks her when the system is resumed from suspended mode.
#options SYSCONS_VTY_RESUME
config kernel root on wd0
controller isa0
#controller eisa0
controller pci0
# Dont remove these two lines!
pseudo-device card 1
# You must use "flags 0x1" when you don't hear any negotiation noise(?)
# if you use modem card, or pccardd doesn't read cis tuple, tell you
# 'No card in database for"(null)"("(null)")' in case of Cirrus Logic's
# pcic is your PC.
device pcic0 at isa? port 0x3e0 flags 0x1 irq 11 vector
pcicintr
#device pcic0 at isa? port 0x3e0 irq 11 vector pcicintr
#device pcic0 at isa? port 0x3e4 irq 11 vector pcicintr
device pcic1 at isa? port 0x3e2 # for HiNote Ultra II
#device pcic1 at isa? port 0x3e4 # for Chandra II
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector
fdintr
disk fd0 at fdc0 drive 0
controller fdc1 at isa? disable port "IO_YEFDC" bio irq 6 vector
fdintr
disk fd1 at fdc1 drive 0
options FDC_YE
options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
disk wd1 at wdc1 drive 0
controller wdc2 at isa? disable port "IO_WD2" bio irq 15 vector
wdintr
disk wd2 at wdc2 drive 0
controller wdc3 at isa? disable port "IO_WD2" bio irq 15 vector
wdintr
disk wd3 at wdc3 drive 0
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
device wcd0 #IDE CD-ROM
device wfd0 #IDE floppy (LS-120)
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
#controller ncr0
#controller amd0
#controller ahb0
#controller ahc0
#controller dpt0
#controller bt0 at isa? port "IO_BT0" bio irq ? vector
bt_isa_intr
#controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector
uhaintr
#controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector
ahaintr
#controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
#controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr
#controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr
controller nin0 at isa? port 0x280 bio irq 5 vector ninintr
#controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000
vector seaintr
controller spc0 at isa? port 0x320 bio irq 11 iomem 0xd0000
flags 0x01 vector spcintr
# Future domain and Q-logic PC-card SCSI drivers
# ported from NetBSD/pc98 (based on NetBSD 1.2)
#options SCSI_LOW # XXX: for ncv? and stg? driver
controller ncv0 at isa? port 0x320 bio irq 5 vector ncvintr
controller stg0 at isa? port 0x320 bio irq 5 vector stgintr
#options DPT_MEASURE_PERFORMANCE # Required by DPT
driver??
#options DPT_VERIFY_HINTR # Some hardware must
have it!
#options DPT_TRACK_CCB_STATES # Some hardware must
have it!
#options DPT_HANDLE_TIMEOUTS # Some hardware must
have it!
#options DPT_TIMEOUT_FACTOR=4 # Some hardware needs
more
controller scbus0
device sd0
device od0 #See LINT for possible `od' options.
device st0
device cd0 #Only need one of these, the code dynamically
grows
#device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
#device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
#controller matcd0 at isa? port 0x230 bio
#device scd0 at isa? port 0x230 bio
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#options XSERVER # support for X server
#options FAT_CURSOR # start with block
cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT
lines
#options PCVT_SCANSET=2 # IBM keyboards are
non-std
# Mandatory, don't remove
device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector
npxintr
#
# Laptop support (see LINT for more options)
#
device apm0 at isa? # Advanced Power Management
#options APM_BROKEN_STATCLOCK # Workaround some buggy
APM BIOS
device sio0 at isa? port "IO_COM1" tty irq 9 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
#device sio2 at isa? disable port "IO_COM3" tty irq 5 vector
siointr
#device sio3 at isa? disable port "IO_COM4" tty irq 9 vector
siointr
#device sio4 at isa? disable port "IO_COM3" tty irq 5 vector
siointr
device lpt0 at isa? port? tty irq 4 vector lptintr
#device lpt1 at isa? port? tty
#device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? port "IO_KBD" conflicts tty irq 12
vector psmintr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
#device de0
#device fxp0
#device tl0
#device tx0
#device vx0
#device xl0
device ed0 at isa? port 0x280 net irq 7 iomem 0xd8000 vector edintr
#device ed1 at isa? disable port 0x300 net irq 10 iomem 0xd8000 vector
edintr
#device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
#device ep0 at isa? port 0x300 net irq 10 vector epintr
#device ep1 at isa? disable port 0x300 net irq 10 vector epintr
#device ex0 at isa? port? net irq? vector exintr
#device fe0 at isa? port 0x300 net irq 10 vector feintr
#device fe1 at isa? disable port 0x300 net irq 10 vector feintr
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
#device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
#device sn0 at isa? port 0x300 net irq 10 vector snintr
#device sn1 at isa? disable port 0x300 net irq 10 vector snintr
#device wlp0 at isa? port 0x300 net irq 11 vector wlpintr
#device wlp1 at isa? disable port 0x300 net irq 11 vector wlpintr
#device cs0 at isa? disable port 0x300 net irq ? vector csintr
#device cnw0 at isa? port 0x300 net irq 5 vector cnwintr
#device cnw1 at isa? disable port 0x300 net irq 5 vector cnwintr
# do not enable ze0 and zp0 (these devices are obsolete)
##device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
##device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
# IBM Smart Capture PCMCIA card
#device scc0
#device scc1
# Hitachi microcomputer system Speach Synthesizer card
#device hss0
#device hss1
# PCMCIA Joystick
device joy0 at isa? port "IO_GAME"
pseudo-device loop
pseudo-device ether
#pseudo-device log
pseudo-device sl 1
# DHCP uses BPF (Berkeley Packet Filter)
pseudo-device bpfilter 4
# ijppp uses tun instead of ppp device
#pseudo-device ppp 1
pseudo-device vn 1
pseudo-device tun 1
pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
options DDB
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
#options KTRACE #kernel tracing
# This provides support for System V shared memory.
#
options SYSVSHM
options SYSVSEM
options SYSVMSG
---------SNIP-------------3.1 kernel config file-------------
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# For more information read the handbook part System Administration ->
# Configuring the FreeBSD Kernel -> The Configuration File.
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server
# <URL:http://www.FreeBSD.ORG/>
#
# An exhaustive list of options and more detailed explanations of the
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.143.2.2 1999/02/15 02:50:07 des Exp $
machine "i386"
cpu "I586_CPU"
cpu "I686_CPU"
ident GENERIC
maxusers 32
# options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
options MFS_ROOT #MFS usable as root device, "MFS" req'ed
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
config kernel root on wd0
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
#options APIC_IO # Symmetric (APIC) I/O
# Optionally these may need tweaked, (defaults shown):
#options NCPU=2 # number of CPUs
#options NBUS=4 # number of busses
#options NAPIC=1 # number of IO APICs
#options NINTR=24 # number of INTs
controller isa0
#controller eisa0
controller pci0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
controller wdc1 at isa? port "IO_WD2" bio irq 15
disk wd2 at wdc1 drive 0
disk wd3 at wdc1 drive 1
options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
device acd0 #IDE CD-ROM
device wfd0 #IDE Floppy (e.g. LS-120)
# A single entry for any of these controllers (ncr, ahb, ahc) is
# sufficient for any number of installed devices.
controller ncr0
controller ahb0
controller ahc0
controller isp0
# This controller offers a number of configuration options, too many to
# document here - see the LINT file in this directory and look up the
# dpt0 entry there for much fuller documentation on this.
controller dpt0
#controller adv0 at isa? port ? cam irq ?
#controller adw0
#controller bt0 at isa? port ? cam irq ?
controller aha0 at isa? port ? cam irq ?
#controller aic0 at isa? port 0x340 bio irq 11
controller scbus0
device da0
device sa0
device pass0
device cd0 #Only need one of these, the code dynamically grows
#device wt0 at isa? port 0x300 bio irq 5 drq 1
#device mcd0 at isa? port 0x300 bio irq 10
#controller matcd0 at isa? port 0x230 bio
#device scd0 at isa? port 0x230 bio
# atkbdc0 controlls both the keyboard and the PS/2 mouse
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device psm0 at isa? tty irq 12
device vga0 at isa? port ? conflicts
# splash screen/screen saver
pseudo-device splash
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? tty
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device vt0 at isa? tty
#options XSERVER # support for X server
#options FAT_CURSOR # start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options PCVT_SCANSET=2 # IBM keyboards are non-std
device npx0 at isa? port IO_NPX irq 13
#
# Laptop support (see LINT for more options)
#
device apm0 at isa? disable flags 0x31 # Advanced Power Management
# PCCARD (PCMCIA) support
controller card0
#device pcic0 at isa? port 0x3e0 flags 0x1 irq 11 vector pcicintr
device pcic0 at card? port 0x3e0 flags 0x1 irq 11 vector pcicintr
device pcic1 at card?
device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 9
device sio1 at isa? port "IO_COM2" tty irq 3
#device sio2 at isa? disable port "IO_COM3" tty irq 5
#device sio3 at isa? disable port "IO_COM4" tty irq 9
# Parallel port
device ppc0 at isa? port? net irq 4
controller ppbus0
device nlpt0 at ppbus?
device plip0 at ppbus?
device ppi0 at ppbus?
#controller vpo0 at ppbus?
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device ax0
device de0
device fxp0
device mx0
device pn0
device rl0
device tl0
device tx0
device vr0
device vx0
device wb0
device xl0
device ed0 at isa? port 0x280 net irq 7 iomem 0xd0000 vector edintr
#device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000
#device ep0 at isa? port 0x300 net irq 10
#device ex0 at isa? port? net irq?
#device fe0 at isa? port 0x300 net irq ?
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
#device lnc0 at isa? port 0x280 net irq 10 drq 0
#device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000
#device zp0 at isa? port 0x280 net irq 7 iomem 0xd8000
#device cs0 at isa? port 0x300 net irq ?
pseudo-device loop
pseudo-device ether
pseudo-device sl 1
pseudo-device ppp 1
pseudo-device tun 1
pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options KTRACE #kernel tracing
# This provides support for System V shared memory and message queues.
#
options SYSVSHM
options SYSVMSG
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
# aware of the legal and administrative consequences of enabling this
# option. The number of devices determines the maximum number of
# simultaneous BPF clients programs runnable.
pseudo-device bpfilter 4 #Berkeley packet filter
# USB support
controller uhci0
controller ohci0
controller usb0
#
# for the moment we have to specify the priorities of the device
# drivers explicitly by the ordering in the list below. This will
# be changed in the future.
#
device ums0
device ukbd0
device ulpt0
device uhub0
device ucom0
device umodem0
device hid0
device ugen0
#
#options USB_DEBUG
options USBVERBOSE
--------------------3.1 Dmesg Output------------------------------------------
Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 3.1-RELEASE #0: Wed Mar 10 03:36:49 EST 1999
root@r7a003462as.atw.cable.rcn.com:/usr/src/sys/compile/DARKSTAR
Timecounter "i8254" frequency 1193182 Hz
CPU: AMD-K6(tm) 3D processor (299.98-MHz 586-class CPU)
Origin = "AuthenticAMD" Id = 0x580 Stepping=0
Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory = 33554432 (32768K bytes)
avail memory = 29634560 (28940K bytes)
Preloaded elf kernel "kernel" at 0xf0320000.
Probing for devices on PCI bus 0:
chip0: <Host to PCI bridge (vendor=1283 device=8330)> rev 0x03 on pci0.0.0
vga0: <NeoMagic NM2160 laptop SVGA controller> rev 0x01 int a irq 10 on pci0.16.0
chip1: <PCI to ISA bridge (vendor=1283 device=e886)> rev 0xc1 on pci0.18.0
pcic0: <TI 1131 PCI to PCMCIA/CardBus bridge> rev 0x01 int a irq 10 on pci0.24.0
pcic1: <TI 1131 PCI to PCMCIA/CardBus bridge> rev 0x01 int b irq 10 on pci0.24.1
Probing for devices on PCI bus 1:
Probing for devices on PCI bus 2:
Probing for devices on PCI bus 3:
Probing for devices on PCI bus 4:
Probing for devices on PCI bus 5:
Probing for devices on PCI bus 6:
Probing for devices on PCI bus 7:
Probing for devices on PCI bus 8:
Probing for devices on PCI bus 9:
Probing for devices on PCI bus 10:
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 not found at 0x280
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
psm0 irq 12 on isa
psm0: model Generic PS/2 mouse, device ID 0
sio0: configured irq 9 not in bitmap of probed irqs 0x10
sio0 at 0x3f8-0x3ff irq 9 flags 0x10 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <TOSHIBA MK2109MAT>
wd0: 2067MB (4233600 sectors), 4200 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <CD-220E/1.0C>, removable, accel, ovlap, dma, iordis
acd0: drive speed 3445KB/sec, 128KB cache
acd0: supported read types: CD-R, CD-DA
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: CD-ROM 120mm data disc loaded, unlocked
ppc0 at 0x378 irq 4 on isa
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
nlpt0: <generic printer> on ppbus 0
nlpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
plip0: <PLIP network interface> on ppbus 0
aha0 not found at 0x134
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
PC-Card VLSI 82C146 (5 mem & 2 I/O windows)
pcic: controller irq 5
Initializing PC-card drivers: ed
changing root device to wd0s1a
Card inserted, slot 0
------------------------pccardc dumpcis under 3.1-----------------------------------
Configuration data for card in slot 0
Tuple #1, code = 0x1 (Common memory descriptor), length = 3
000: d1 3a ff
Common memory device information:
Device number 1, type Function specific, WPS = OFF
Speed = 250nS, Memory block size = 8Kb, 8 units
Tuple #2, code = 0x1c (Other conditions for common memory), length = 4
000: 01 d1 3a ff
(MWAIT)
Tuple #3, code = 0x17 (Attribute memory descriptor), length = 3
000: 41 00 ff
Attribute memory device information:
Device number 1, type EEPROM, WPS = OFF
Speed = 250nS, Memory block size = 512b, 1 units
Tuple #4, code = 0x20 (Manufacturer ID), length = 4
000: 49 01 30 02
PCMCIA ID = 0x149, OEM ID = 0x230
Tuple #5, code = 0x21 (Functional ID), length = 2
000: 06 01
Network/LAN adapter - POST initialize
Tuple #6, code = 0x15 (Version 1 info), length = 39
000: 04 01 4e 45 54 47 45 41 52 00 46 41 34 31 30 54
010: 58 00 46 61 73 74 20 45 74 68 65 72 6e 65 74 00
020: ff 00 00 00 00 00 00
Version = 4.1, Manuf = [NETGEAR],card vers = [FA410TX]
Addit. info = [Fast Ethernet],[ÿ]
Tuple #7, code = 0x1a (Configuration map), length = 5
000: 01 20 00 04 0b
Reg len = 2, config register addr = 0x400, last config = 0x20
Registers: XX-X----
Tuple #8, code = 0x1b (Configuration entry), length = 7
000: e0 81 18 45 30 fc be
Config index = 0x20(default)
Interface byte = 0x81 (I/O) wait signal supported
Card decodes 5 address lines, limited 8/16 Bit I/O
IRQ modes: Pulse
IRQ level = 5
Tuple #9, code = 0x14 (No link), length = 0
Tuple #10, code = 0xff (Terminator), length = 8
000: ca 60 40 03 1f 1b 07 04
2 slots found
---------------------finished--------------------------------
SORRY...!
Thanks in Advance
Kerberus
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?36E7B14E.6FB51944>
