Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 1998 16:39:54 -0500
From:      Iain Campbell <iain@sandon.on.ca>
To:        John Goerzen <jgoerzen@alexanderwohl.complete.org>
Cc:        Marko Schuetz <marko@kinetic.ki.informatik.uni-frankfurt.de>, FreeBSD Mobile <freebsd-mobile@FreeBSD.ORG>
Subject:   PCMCIA - The Battle Continues ...
Message-ID:  <34E21AAA.5FF08CBA@sandon.on.ca>
References:  <Pine.BSF.3.96.980209145243.601A-100000@alexanderwohl>

next in thread | previous in thread | raw e-mail | index | archive | help
John, Marko and others:

Well, I'm not there yet, but I'm not down either ....

I've played with different kernels and different pccard.config's and Im
still
not able to get either of my PCMCIA cards to work.  Im attaching a copy
of my 
latest kernel build file, /var/log/messages output and pccard.conf.  Can
anyone
tell me what I'm missing ??!!

I'm also trying to get my TouchPad working in XFree86.  I think I should
be 
using the psm0 device (my machine is a Hitachi VisionBook Plus  with a
Synaptics TouchPad
which in Windoze appears as a PS/2 mouse port device).  As you can se
from the 
kernel build file, I've got psm0 in the kernel, but she don't work ;-(

Any suggestions??

tia

iain

kernel build file is:

=================================================
#
# 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.77.2.12 1997/10/18 11:03:10 joerg Exp $

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
cpu		"I686_CPU"
ident		GENERIC
maxusers	10

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network 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

config		kernel	root on wd0

controller	isa0
controller	eisa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
# tape		ft0	at fdc0 drive 2

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
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
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		wcd0	#IDE CD-ROM

# 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	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	sea0	at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector
seaintr

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?	disable	# Advanced Power Management
options		APM_BROKEN_STATCLOCK	# Workaround some buggy APM BIOS

# pcmcia support added ic feb 98

# PCCARD (PCMCIA) support
controller	crd0
device		pcic0	at crd?
device		pcic1	at crd?

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		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		lpt0	at isa? port? tty irq 7 vector lptintr
device		lpt1	at isa? port? tty
# device		mse0	at isa? port 0x23c tty irq 5 vector mseintr

device		psm0	at isa? disable 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 vx0

device ed0 at isa? port 0x280 net irq  5 iomem 0xd8000 vector edintr
# device ed1 at isa? port 0x300 net irq  5 iomem 0xd8000 vector edintr
# device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr
# device ie1 at isa? port 0x360 net irq  7 iomem 0xd0000 vector ieintr
# device ep0 at isa? port 0x300 net irq 10 vector epintr
# device ex0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector exintr
# device fe0 at isa? port 0x300 net irq ? 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

# ze & zp commented out ic feb 98

# 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

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# 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

# 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

========================================

/var/adm/messages is:

==========================================

Feb 11 16:01:00 myname shutdown: reboot by root: 
Feb 11 16:01:02 myname syslogd: exiting on signal 15
Feb 11 16:02:43 myname /kernel: 
Feb 11 16:02:43 myname /kernel: syncing disks... 3 3 done
Feb 11 16:02:43 myname /kernel: Rebooting...
Feb 11 16:02:43 myname /kernel: Copyright (c) 1992-1997 FreeBSD Inc.
Feb 11 16:02:43 myname /kernel: Copyright (c) 1982, 1986, 1989, 1991,
1993
Feb 11 16:02:43 myname /kernel: 	The Regents of the University of
California.  All rights reserved.
Feb 11 16:02:44 myname /kernel: 
Feb 11 16:02:44 myname /kernel: FreeBSD 2.2.5-RELEASE #0: Wed Feb 11
15:40:37 EST 1998
Feb 11 16:02:44 myname /kernel:    
root@myname.my.domain:/usr/src/sys/compile/MYKERNEL.02111229
Feb 11 16:02:44 myname /kernel: CPU: Pentium (150.00-MHz 586-class CPU)
Feb 11 16:02:44 myname /kernel:   Origin = "GenuineIntel"  Id = 0x543 
Stepping=3
Feb 11 16:02:44 myname /kernel:  
Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
Feb 11 16:02:44 myname /kernel: real memory  = 33554432 (32768K bytes)
Feb 11 16:02:44 myname /kernel: avail memory = 30408704 (29696K bytes)
Feb 11 16:02:44 myname /kernel: Probing for devices on PCI bus 0:
Feb 11 16:02:44 myname /kernel: chip0 <generic PCI bridge (vendor=1283
device=8330 subclass=0)> rev 3 on pci0:0
Feb 11 16:02:44 myname /kernel: vga0 <VGA-compatible display device> rev
194 on pci0:17
Feb 11 16:02:44 myname /kernel: chip1 <generic PCI bridge (vendor=1283
device=e886 subclass=1)> rev 193 on pci0:18:0
Feb 11 16:02:44 myname /kernel: pci0:18:1: vendor=0x1283, device=0x673a,
class=storage (ide) [no driver assigned]
Feb 11 16:02:44 myname /kernel: chip2 <generic PCI bridge (vendor=1013
device=1110 subclass=7)> rev 193 int a irq 10 on pci0:25:0
Feb 11 16:02:44 myname /kernel: chip3 <generic PCI bridge (vendor=1013
device=1110 subclass=7)> rev 193 int b irq 10 on pci0:25:1
Feb 11 16:02:44 myname /kernel: Probing for devices on the ISA bus:
Feb 11 16:02:44 myname /kernel: sc0 at 0x60-0x6f irq 1 on motherboard
Feb 11 16:02:44 myname /kernel: sc0: VGA color <16 virtual consoles,
flags=0x0>
Feb 11 16:02:44 myname /kernel: pccard driver ed added
Feb 11 16:02:45 myname /kernel: ed0 not found at 0x280
Feb 11 16:02:45 myname /kernel: pccard driver sio added
Feb 11 16:02:45 myname /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa
Feb 11 16:02:45 myname /kernel: sio0: type 16550A
Feb 11 16:02:45 myname /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa
Feb 11 16:02:45 myname /kernel: sio1: type 16550A
Feb 11 16:02:45 myname /kernel: lpt0 at 0x378-0x37f irq 7 on isa
Feb 11 16:02:45 myname /kernel: lpt0: Interrupt-driven port
Feb 11 16:02:45 myname /kernel: lp0: TCP/IP capable interface
Feb 11 16:02:45 myname /kernel: lpt1 not found at 0xffffffff
Feb 11 16:02:45 myname /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Feb 11 16:02:45 myname /kernel: fdc0: FIFO enabled, 8 bytes threshold
Feb 11 16:02:45 myname /kernel: fd0: 1.44MB 3.5in
Feb 11 16:02:45 myname /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa
Feb 11 16:02:45 myname /kernel: wdc0: unit 0 (wd0): <HITACHI_DK225A-21>
Feb 11 16:02:45 myname /kernel: wd0: 2061MB (4221504 sectors), 4188
cyls, 16 heads, 63 S/T, 512 B/S
Feb 11 16:02:45 myname /kernel: wdc1 at 0x170-0x177 irq 15 on isa
Feb 11 16:02:45 myname /kernel: wdc1: unit 0 (atapi): <TOSHIBA CD-ROM
XM-1602B/1132>, removable, accel, dma, iordy
Feb 11 16:02:45 myname /kernel: wcd0: 3445Kb/sec, 128Kb cache, audio
play, 255 volume levels, ejectable tray
Feb 11 16:02:46 myname /kernel: wcd0: 120mm data disc loaded, unlocked
Feb 11 16:02:46 myname /kernel: npx0 flags 0x1 on motherboard
Feb 11 16:02:46 myname /kernel: npx0: INT 16 interface
Feb 11 16:02:46 myname /kernel: PC-Card Cirrus Logic PD672X (5 mem & 2
I/O windows)
Feb 11 16:02:46 myname /kernel: pcic: controller irq 5
Feb 11 16:02:46 myname /kernel: Card inserted, slot 1
Feb 11 16:02:46 myname /kernel: Card inserted, slot 0
Feb 11 16:02:47 myname cardd[45]: No free configuration for card D-Link
Feb 11 16:02:52 myname cardd[45]: No card in database for ""
Feb 11 16:02:52 myname cardd[45]: vers: ""
Feb 11 16:03:08 myname login: ROOT LOGIN (root) ON ttyv0

====================================================

pccard.conf is:

====================================================

# Generally available IO ports
io	0x240-0x360
# Generally available IRQs (Built-in sound-card owners remove 5)
irq	3 5 11 13 
# Available memory slots
memory	0xd4000  96k

# Megahertz XJ1336
# ic february 1998
card "MEGAHERTZ" "XJ1336"
	config	0x23 "sio2" any
	insert	echo Megahertz XJ1144 inserted
	remove	echo Megahertz XJ1144 removed

# D-Link DE 650 Ethernet
# ic february 1998
card "D-Link" "DE-650"
	config default "ed0" 11 0x10
	insert echo D Link DE 650 Inserted
	insert /etc/pccard_ether $device
	remove echo D Link DE 650 Removed
	remove /etc/pccard_ether_remove $device

=====================================================


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34E21AAA.5FF08CBA>