Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 1997 12:20:47 -0500 (CDT)
From:      "Paul T. Root" <proot@horton.iaces.com>
To:        mobile@freebsd.org
Subject:   problems with PCMCIA cards ÿL¿¿ï$¿¿ï%
Message-ID:  <199710011720.MAA06395@horton.iaces.com>

next in thread | raw e-mail | index | archive | help
Hi,
	I'm having problems configuring the PCCards on 
my laptop. 
	HP OmniBook5700ct
	FBSD 2.2.2-RELEASE
	PAO 970617
	3Com 3C589c
	MEGAHERTZ CC3288

Ok, I put in PAO because the pccardd wouldn't configure either
card. It always failed. When I used a PAO kernel, only slot 0
is recognized, but both cards work fine. Ok, so then I boot a 
regular kernel (with the exact same config, just no PAO patches)
and both slots work, but the Megahertz card can't initilize.

I'll put my config in and my pccard.conf..

Any ideas?

Thanks,
Paul.

pccard.conf:

# Generally available IO ports
io	0x240-0x2e0 0x300-0x360
# Generally available IRQs
irq	10 11
# Available memory slots
memory	0xd4000	96k

card "3Com Corporation" "3C589"
	config	default "ep0" 10
	insert	echo 3Com Etherlink III inserted
	insert	/etc/pccard_ether $device
	remove	echo 3Com Etherlink III removed
	remove	/etc/pccard_ether_remove $device

# Megahertz CC3288
card "MEGAHERTZ" "CC3288"
	config	0x23 "sio1" 11
	insert	echo Megahertz CC3288 inserted
	remove	echo Megahertz CC3288 removed

kernel config:

machine		"i386"
cpu		"I586_CPU"
ident		FIEVEL
maxusers	10
options		INET
options		FFS
options		MFS
options		NFS
options		MSDOSFS
options		KERNFS
options		"CD9660"
options		PROCFS
options		"COMPAT_43"
options		"SCSI_DELAY=5"
options		UCONSOLE
options		FAILSAFE
options		USERCONFIG
options		VISUAL_USERCONFIG
options		INCLUDE_CONFIG_FILE
options		"MD5"
options		MULTIFUNC
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		LAPTOP
options		APM_PCCARD_RESUME
options		PCIC_RESUME_RESET
options		"PCIC_MAX_SLOTS=2"
options		"APM_BATT_LOW_SUSPEND"
options		"APM_NO_CLOCK_ADJUST"
options		"APM_NOSUSPEND_IMMEDIATE=3"
config		kernel	root on wd0
controller	isa0
controller	pci0
controller	crd0
device		pcic0	at crd?
device		pcic1	at crd?
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
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
options		ATAPI
options		ATAPI_STATIC
device		wcd0
controller	amd0
controller	scbus0
device		sd0
device		od0
device		st0
device		cd0
# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" 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 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
device vx0
device ep0 at isa? port 0x300 net irq 10 vector epintr
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	bpfilter	4
pseudo-device	vn	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip

----- End of forwarded message from Paul Root -----

-- 
"The concept is interesting and well-formed, but in order to earn 
better than a 'C,' the idea must be feasible." --A Yale University 
management professor in response to Fred Smith's paper proposing 
reliable overnight delivery service.  (Smith went on to found Federal 
Express Corp.)



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