Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 23:15:23 -0600
From:      Lance Woodson <lance@woodson.com>
To:        freebsd-mobile@freebsd.org
Subject:   Re: No PC-CARD Slots (More Info)
Message-ID:  <38CF1C6B.7D3EB2CD@woodson.com>
References:  <38CD8708.1526342@woodson.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------48EC625FAC809BF249863C17
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I've attached my kernel configuration, pccard.conf, and dmesg output.
--------------48EC625FAC809BF249863C17
Content-Type: text/plain; charset=us-ascii;
 name="kernel.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="kernel.txt"

machine		i386
cpu		I686_CPU
ident		NOTEBOOK
maxusers	10

options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	MFS			#Memory Filesystem
options 	MD_ROOT			#MD is a potential root device
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extentions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies

device		isa
device		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
device		atapifd			# ATAPI floppy drives
options 	ATA_STATIC_ID		#Static device numbering
options 	ATA_ENABLE_ATAPI_DMA	#Enable DMA on ATAPI devices

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1
device		psm0	at atkbdc? irq 12

device		vga0	at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa?

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# Power management support (see LINT for more options)
device		apm0    at nexus? disable flags 0x20 # Advanced Power Management

# PCCARD (PCMCIA) support
device		card
device		pcic0	at isa? irq 11 port 0x3e0 iomem 0xd0000 
device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xd4000 disable

#device		pcic0	at isa? irq 11 port 0x3e0 iomem 0xd0000
#device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xd0000
#device		pcic0	at isa? irq 11 port 0x3e0 iomem 0xd4000
#device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xd4000
#device		pcic0	at isa? irq 11 port 0x3e0 iomem 0xd8000
#device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xd8000
#device		pcic0	at isa? irq 11 port 0x3e0 iomem 0xdc000
#device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xdc000
#device		pcic0	at isa? irq 11 port 0x3e0 iomem 0xdb000
#device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xdb000

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3

# Parallel port
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		ppi		# Parallel port interface device


# ISA Ethernet NICs.
device		ed0	at isa? port 0x320 irq 9 iomem 0xd8000
#device		ed0

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	sl	1	# Kernel SLIP
pseudo-device	ppp	1	# Kernel PPP
pseudo-device	tun		# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	md		# Memory "disks"

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device	bpf		#Berkeley packet filter

--------------48EC625FAC809BF249863C17
Content-Type: text/plain; charset=us-ascii;
 name="pccard.conf.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pccard.conf.txt"

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

card "RPTI" "EP401 Ethernet NE2000 Compatible"
	config 0x22 "ed0" 9 
	insert logger -t pccard:$device -s RPTI EP401 inserted
	insert /etc/pccard_ether $device
	remove logger -t pccard:$device -s RPTI EP401 removed
	remove /sbin/ifconfig $device delete

card "PCMCIA 56K V.90 Fax/Modem       " "(SK)     "
	config 0x22 "sio1" ?
	insert logger -t pccard:$device -s 56K V.90 Fax/Modem inserted 
	remove logger -t pccard:$device -s 56K V.90 Fax/Modem inserted 

--------------48EC625FAC809BF249863C17
Content-Type: text/plain; charset=us-ascii;
 name="dmesg.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="dmesg.txt"

Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 4.0-20000313-CURRENT #0: Tue Mar 14 15:55:20 GMT 2000
    root@notebook.uark.edu:/usr/src/sys/compile/NOTEBOOK
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (300.68-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  = 134217728 (131072K bytes)
avail memory = 127598592 (124608K bytes)
Preloaded elf kernel "kernel" at 0xc027f000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc027f09c.
Pentium Pro MTRR support enabled
md0: Malloc disk
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
pci0: <S3 ViRGE MX+ graphics accelerator> at 2.0
pcic-pci0: <TI PCI-1250 PCI-CardBus Bridge> irq 11 at device 3.0 on pci0
pcic-pci1: <TI PCI-1250 PCI-CardBus Bridge> irq 11 at device 3.1 on pci0
pci0: <unknown card> (vendor=0x1014, dev=0x007d) at 4.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 0x1100-0x110f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <Intel 82371AB/EB (PIIX4) USB controller> at 7.2 irq 11
chip1: <Intel 82371AB Power management controller> port 0x1400-0x140f at device 7.3 on pci0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppi0: <Parallel I/O> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ad0: 4126MB <TOSHIBA MK4309MAT> [8944/15/63] at ata0-master using UDMA33
acd0: DVD-ROM <TOSHIBA DVD-ROM SD-C2002> at ata1-master using WDMA2
Mounting root from ufs:/dev/ad0s3a

--------------48EC625FAC809BF249863C17--



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?38CF1C6B.7D3EB2CD>