Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2000 00:01:55 -0700
From:      Denver Maddux <denver@nitrous.net>
To:        freebsd-mobile@freebsd.org
Subject:   Stinkpad 600E running 4.1 woes
Message-ID:  <20000901000155.A8180@nitrous.net>

next in thread | raw e-mail | index | archive | help
Howdy.  Sorry for the length of this, but I've recently upgraded my 
Thinkpad 600E from 3.4 w/ PAO to 4.1-RELEASE.  It's working for most things, 
(sound, ethernet) but I'm having some problems with PCCard stuffs (go figure).

So, I've got the Lucent Wavelan 802.11 IEEE card, which is working like a
champ, and a Xircom 56T modem card... which is not working... or may be working
but something else is hosed up.  I had to play with the kernel config for 
quite a while to even get to this point, as where before upon insertion of the
modem the system was locking up hard.  I couldn't get any good output from it
to determine the cause of the lockup, but I can assume it was IRQ related.

Upon insertion of the card, I see:

Aug 31 22:27:48 deviant pccardd[49]: Card "Xircom"("CreditCard Modem CM-56T") [CM-56T] [1.00] matched "Xircom" ("CreditCard Modem CM-56T") [(null)] [(null)]
Aug 31 22:27:53 deviant /kernel: sio4 at port 0x2f8-0x2ff irq 3 slot 1 on pccard1
Aug 31 22:27:53 deviant /kernel: sio4: type 16550A with a bogus IIR_TXRDY register
Aug 31 22:27:53 deviant pccardd[49]: sio4: Xircom (CreditCard Modem CM-56T) inserted.

This looks fishy to me.  When running 3.4 PAO the modem card was working just
fine.  It was being configured on sio3 though.  From the old logs:

Aug 22 11:16:41 deviant pccardd[55]: Card "Xircom"("CreditCard Modem CM-56T") [CM-56T] [1.00] has function ID 2
Aug 22 11:16:46 deviant /kernel: card0: assign sio3 iobase 0x2e8 irq 3 flags 0x80
Aug 22 11:16:46 deviant /kernel: sio3: type 16550A
Aug 22 11:16:46 deviant root: PCMCIA Modem inserted

I'm not sure if the "bogus" messages are anything to be worried about, but the
confusion on my part is that sio4 is not configured in the kernel.  So, I've
installed minicom to see if I can talk to the modem, but I can't seem to find
a working com port to do so.  Accessing cuaa0 causes the system to freeze,
and all other com ports give me the error:

minicom: cannot open /dev/cuaa3: Device not configured

Also noteworthy: I cannot boot the system with the card in.  I can insert the
card once the system is up, but I cannot gracefully power it down (pccardc 
power 1 0) and then power it up (pccardc power 1 1) without it locking the
system hard.

A twin laptop with the exact same configuration (but 32MB less memory) 
crashes when the card is inserted, period.  It's using the same kernel config
as this laptop.

Below is output from boot -v and my kernel config.  I have not changed my 
pccard.conf file significantly, other than to remove IRQ 5 (sound) from the
available IRQs.  I have tried using sio in polling mode, but that just 
makes things worse (wi0 won't work, get- wi0: No irq?!).  Same goes for
pcic in polling mode.

Thanks for any help you can provide,
-Denver

# 4.1 kernel config for laptop
machine		i386
cpu		I686_CPU
ident		DEVIANT
maxusers	32

options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	NFS			#Network Filesystem
options 	NFS_ROOT		#NFS usable as root device, NFS required
options 	CD9660			#ISO 9660 Filesystem
options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
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 extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options		MROUTING
options		TCPDEBUG
options		TCP_DROP_SYNFIN
options		TCP_RESTRICT_RST
options		"ICMP_BANDLIM"
options		INCLUDE_CONFIG_FILE
options		PCIC_RESUME_RESET
options		PNPBIOS

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		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM 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 flags 0x1
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? flags 0x100

# 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? flags 0x20
device		apm0	at nexus?

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

# Serial (COM) ports
#device		sio
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		sio2	at isa? disable port IO_COM3 irq 5
device		sio3	at isa? disable port IO_COM4 irq 9

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		ppi		# Parallel port interface device

# ISA Ethernet NICs.
device		ep
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
# and resources will always be dynamically assigned by the pccard code.
device		wi

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

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

# Audio support
device		pcm

----------------------------------------------------------


Copyright (c) 1992-2000 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.1-RELEASE #0: Thu Aug 31 22:13:00 MST 2000
    root@deviant:/usr/src/sys/compile/DEVIANT
Calibrating clock(s) ... TSC clock: 297779735 Hz, i8254 clock: 1193159 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
CPU: Pentium II/Pentium II Xeon/Celeron (297.79-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x66a  Stepping = 10
  Features=0x187f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR>
real memory  = 167575552 (163648K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 pages)
0x0032a000 - 0x09fc7fff, 164225024 bytes (40094 pages)
config> en pcic1
No such device: pcic1
Invalid command or syntax.  Type `?' for help.
config> po pcic1 0x3e2
No such device: pcic1
Invalid command or syntax.  Type `?' for help.
config> ir pcic1 11
No such device: pcic1
Invalid command or syntax.  Type `?' for help.
config> iom pcic1 0xd4000
No such device: pcic1
Invalid command or syntax.  Type `?' for help.
config> f pcic1 0
No such device: pcic1
Invalid command or syntax.  Type `?' for help.
config> q
avail memory = 159686656 (155944K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00fd800
bios32: Entry = 0xfd820 (c00fd820)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0x0
pnpbios: Found PnP BIOS data at 0xc00fe700
pnpbios: Entry = f0000:e724  Rev = 1.0
pnpbios: Event flag at 415
Other BIOS signatures found:
ACPI: 000fd6e0
Preloaded elf kernel "kernel" at 0xc0311000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc03110a8.
Pentium Pro MTRR support enabled
pci_open(1):	mode 1 addr port (0x0cf8) is 0x000038c8
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71908086)
npx0: <math processor> on motherboard
npx0: INT 16 interface
apm0: <APM BIOS> on motherboard
apm: found APM BIOS v1.2, connected at v1.2
pci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71908086)
pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
found->	vendor=0x8086, dev=0x7190, revid=0x03
	class=06-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[10]: type 1, range 32, base 40000000, size 26
found->	vendor=0x8086, dev=0x7191, revid=0x03
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=1 	secondarybus=1
found->	vendor=0x104c, dev=0xac1d, revid=0x00
	class=06-07-00, hdrtype=0x02, mfdev=1
	subordinatebus=4 	secondarybus=2
	intpin=a, irq=11
	map[10]: type 1, range 32, base 50102000, size 12
found->	vendor=0x104c, dev=0xac1d, revid=0x00
	class=06-07-00, hdrtype=0x02, mfdev=1
	subordinatebus=7 	secondarybus=5
	intpin=b, irq=11
	map[10]: type 1, range 32, base 50101000, size 12
found->	vendor=0x1013, dev=0x6001, revid=0x01
	class=04-01-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=11
	map[10]: type 1, range 32, base 50100000, size 12
	map[14]: type 1, range 32, base 50000000, size 20
found->	vendor=0x8086, dev=0x7110, revid=0x02
	class=06-80-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
found->	vendor=0x8086, dev=0x7111, revid=0x01
	class=01-01-80, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[20]: type 1, range 32, base 0000fcf0, size  4
found->	vendor=0x8086, dev=0x7112, revid=0x01
	class=0c-03-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=d, irq=11
	map[20]: type 1, range 32, base 00008400, size  5
found->	vendor=0x8086, dev=0x7113, revid=0x02
	class=06-80-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[90]: type 1, range 32, base 0000efa0, size  4
pci0: <PCI bus> on pcib0
pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
found->	vendor=0x10c8, dev=0x0005, revid=0x12
	class=03-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=11
	map[10]: type 1, range 32, base d0000000, size 24
	map[14]: type 1, range 32, base 70000000, size 22
	map[18]: type 1, range 32, base 70400000, size 20
pci1: <PCI bus> on pcib1
pci1: <NeoMagic MagicMedia 256AV SVGA controller> (vendor=0x10c8, dev=0x0005) at 0.0 irq 11
pcic-pci0: <TI PCI-1251 PCI-CardBus Bridge> mem 0x50102000-0x50102fff irq 11 at device 2.0 on pci0
pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq]
pcic-pci0: Legacy address set to 0x3e0
PCI Config space:
00:  ac1d104c 02100007 06070000 0082a808
10:  50102000 020000a0 b0040200 00000000
20:  00000000 00000000 00000000 00000000
30:  00000000 00000000 00000000 03c0010b
40:  00eb1014 000003e1 00000000 00000000
50:  00000000 00000000 00000000 00000000
60:  00000000 00000000 00000000 00000000
70:  00000000 00000000 00000000 00000000
80:  00449060 00000000 01818948 fba97543
90:  606282c0 00000000 00000000 00000000
Cardbus Socket registers:
00:  0000000f: 00000000: 30000510: 00000000:
10:  00000000: 00000000: 00000000: 00000000:
ExCa registers:
00: 83 0c 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10: 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
pcic-pci1: <TI PCI-1251 PCI-CardBus Bridge> mem 0x50101000-0x50101fff irq 11 at device 2.1 on pci0
pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq]
PCI Config space:
00:  ac1d104c 02100007 06070000 0082a808
10:  50101000 020000a0 b0070500 00000000
20:  00000000 00000000 00000000 00000000
30:  00000000 00000000 00000000 03c0020b
40:  00eb1014 000003e1 00000000 00000000
50:  00000000 00000000 00000000 00000000
60:  00000000 00000000 00000000 00000000
70:  00000000 00000000 00000000 00000000
80:  00449060 00000000 01818948 fba97543
90:  606282c0 00000000 00000000 00000000
Cardbus Socket registers:
00:  00000000: 00000000: 30000306: 00000000:
10:  00000000: 00000000: 00000000: 00000000:
ExCa registers:
00: 83 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10: 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
csa0: <Crystal Semiconductor CS4610/4611 Audio accelerator> mem 0x50000000-0x500fffff,0x50100000-0x50100fff irq 11 at device 6.0 on pci0
device_probe_and_attach: csa0 attach returned 6
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: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xfcf0
ata0: mask=03 status0=50 status1=00
ata0: mask=03 status0=50 status1=00
ata0: devices = 0x1
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xfcf8
ata1: mask=00 status0=ff status1=ff
ata1: probe allocation failed
pci0: <Intel 82371AB/EB (PIIX4) USB controller> (vendor=0x8086, dev=0x7112) at 7.2 irq 11
chip1: <Intel 82371AB Power management controller> port 0xefa0-0xefaf at device 7.3 on pci0
pnpbios: 22 devices, largest 980 bytes
PNP0000: adding fixed io range 0x20-0x21, size=0x2, align=0x1
PNP0000: adding fixed io range 0xa0-0xa1, size=0x2, align=0x1
PNP0000: adding irq mask 00x4
PNP0000: end config
pnpbios: handle 0 device ID PNP0000 (0000d041)
PNP0200: adding fixed io range 0-0xf, size=0x10, align=0x1
PNP0200: adding fixed io range 0x80-0x8f, size=0x10, align=0x1
PNP0200: adding fixed io range 0xc0-0xdf, size=0x20, align=0x1
PNP0200: adding dma mask 0x10
PNP0200: end config
pnpbios: handle 1 device ID PNP0200 (0002d041)
PNP0100: adding irq mask 00x1
PNP0100: adding fixed io range 0x40-0x43, size=0x4, align=0x1
PNP0100: end config
pnpbios: handle 2 device ID PNP0100 (0001d041)
PNP0b00: adding irq mask 0x100
PNP0b00: adding fixed io range 0x70-0x73, size=0x4, align=0x1
PNP0b00: end config
pnpbios: handle 3 device ID PNP0b00 (000bd041)
PNP0800: adding fixed io range 0x61-0x61, size=0x1, align=0x1
PNP0800: end config
pnpbios: handle 4 device ID PNP0800 (0008d041)
PNP0303: adding irq mask 00x2
PNP0303: adding fixed io range 0x60-0x60, size=0x1, align=0x1
PNP0303: adding fixed io range 0x64-0x64, size=0x1, align=0x1
PNP0303: end config
pnpbios: handle 5 device ID PNP0303 (0303d041)
IBM3780: adding irq mask 0x1000
IBM3780: end config
pnpbios: handle 6 device ID IBM3780 (80374d24)
PNP0c04: adding fixed io range 0xf0-0xff, size=0x10, align=0x1
PNP0c04: adding irq mask 0x2000
PNP0c04: end config
pnpbios: handle 7 device ID PNP0c04 (040cd041)
PNP0700: adding irq mask 0x40
PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x80
PNP0700: adding dma mask 0x4
PNP0700: end config
pnpbios: handle 8 device ID PNP0700 (0007d041)
PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0
PNP0a03: end config
pnpbios: handle 9 device ID PNP0a03 (030ad041)
PNP0c02: adding io range 0x22-0x22, size=0x1, align=0
PNP0c02: adding io range 0x2e-0x2f, size=0x2, align=0
PNP0c02: adding io range 0x92-0x92, size=0x1, align=0
PNP0c02: adding io range 0xb2-0xb3, size=0x2, align=0
PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0
PNP0c02: adding io range 0x15e0-0x15ef, size=0x10, align=0
PNP0c02: adding io range 0xef00-0xefaf, size=0xb0, align=0
PNP0c02: adding fixed memory32 range 0-0x9ffff, size=0xa0000
PNP0c02: adding fixed memory32 range 0xf0000-0xfffff, size=0x10000
PNP0c02: adding fixed memory32 range 0x100000-0x9ffffff, size=0x9f00000
PNP0c02: adding fixed memory32 range 0xffff0000-0xffffffff, size=0x10000
PNP0c02: end config
pnpbios: handle 10 device ID PNP0c02 (020cd041)
PNP0400: adding irq mask 0x80
PNP0400: adding io range 0x3bc-0x3bf, size=0x4, align=0
PNP0400: end config
pnpbios: handle 11 device ID PNP0400 (0004d041)
PNP0501: adding irq mask 0000
PNP0501: adding io range 0-0xffffffff, size=0, align=0
PNP0501: end config
pnpbios: handle 13 device ID PNP0501 (0105d041)
CSC0100: adding io range 0x530-0x537, size=0x8, align=0
CSC0100: adding io range 0x388-0x38b, size=0x4, align=0
CSC0100: adding io range 0x220-0x233, size=0x14, align=0x20
CSC0100: adding irq mask 0x20
CSC0100: adding dma mask 0x2
CSC0100: adding dma mask 0x1
CSC0100: end config
pnpbios: handle 14 device ID CSC0100 (0001630e)
CSC0110: adding io range 0x538-0x53f, size=0x8, align=0
CSC0110: end config
pnpbios: handle 15 device ID CSC0110 (1001630e)
CSC0101: adding io range 0x200-0x207, size=0x8, align=0
CSC0101: end config
pnpbios: handle 16 device ID CSC0101 (0101630e)
CSC0103: adding io range 0-0xffffffff, size=0, align=0x10
CSC0103: adding irq mask 0000
CSC0103: end config
pnpbios: handle 17 device ID CSC0103 (0301630e)
IBM3765: adding io range 0x130-0x13f, size=0x10, align=0
IBM3765: adding io range 0x2f8-0x2ff, size=0x8, align=0
IBM3765: adding irq mask 00x8
IBM3765: adding irq mask 0x400
IBM3765: adding dma mask 0x80
IBM3765: end config
pnpbios: handle 18 device ID IBM3765 (65374d24)
IBM0071: adding irq mask 0000
IBM0071: adding io range 0-0xffffffff, size=0, align=0x1
IBM0071: adding dma mask 00
IBM0071: end config
pnpbios: handle 19 device ID IBM0071 (71004d24)
PNP0e03: adding io range 0x3e0-0x3e1, size=0x2, align=0
PNP0e03: end config
pnpbios: handle 20 device ID PNP0e03 (030ed041)
PNP0680: adding irq mask 0x4000
PNP0680: adding io range 0x1f0-0x1f7, size=0x8, align=0
PNP0680: adding io range 0x3f6-0x3f7, size=0x2, align=0
PNP0680: adding io range 0xfcf0-0xfcf7, size=0x8, align=0
PNP0680: end config
pnpbios: handle 23 device ID PNP0680 (8006d041)
PNP0c02: skipping empty range
PNP0c02: end config
pnpbios: handle 27 device ID PNP0c02 (020cd041)
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
ata-: ata0 exists, using next available unit number
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
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
atkbd: the current kbd controller command byte 0045
atkbd: keyboard ID 0x54ab (2)
kbdc: RESET_KBD return code:00fa
kbdc: RESET_KBD status:00aa
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0045
kbdc: TEST_AUX_PORT status:0000
kbdc: RESET_AUX return code:00fa
kbdc: RESET_AUX status:00aa
kbdc: RESET_AUX ID:0000
psm: status 00 02 64
psm: status 00 00 64
psm: status 00 03 64
psm: status 00 03 64
psm: data 08 00 00
psm: status 10 00 64
psm: status 00 02 64
psm: data 08 00 00
psm: status 00 02 64
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000000, packet size:3
psm0: syncmask:c0, syncbits:00
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
EGA/VGA parameters to be used for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
pcic0: <Intel i82365> at port 0x3e0 iomem 0xd0000 irq 10 on isa0
pcic0: management irq 10
pccard0: <PC Card bus -- kludge version> on pcic0
pccard1: <PC Card bus -- kludge version> on pcic0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: irq maps: 0x445 0x445 0x445 0x445
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: irq maps: 0x41 0x41 0x41 0x41
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio2: not probed (disabled)
sio3: not probed (disabled)
isa_probe_children: probing PnP devices
unknown: <PNP0000> can't assign resources
unknown0: <PNP0200> at port 0-0xf,0x80-0x8f,0xc0-0xdf drq 4 on isa0
unknown1: <PNP0100> at port 0x40-0x43 irq 0 on isa0
unknown2: <PNP0b00> at port 0x70-0x73 irq 8 on isa0
unknown3: <PNP0800> at port 0x61 on isa0
unknown: <PNP0303> can't assign resources
unknown: <IBM3780> can't assign resources
unknown4: <PNP0c04> at port 0xf0-0xff irq 13 on isa0
unknown: <PNP0700> can't assign resources
unknown5: <PNP0a03> at port 0xcf8-0xcff on isa0
unknown6: <PNP0c02> at port 0x22,0x2e-0x2f,0x92,0xb2-0xb3,0x4d0-0x4d1,0x15e0-0x15ef,0xef00-0xefaf iomem 0-0x9ffff,0xf0000-0xfffff,0x100000-0x9ffffff,0xffff0000-0xffffffff on isa0
ppc0: using normal I/O port range
ppc0: SPP
ppc0: <Standard parallel printer port> at port 0x3bc-0x3bf irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppi0: <Parallel I/O> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
unknown: <PNP0501> can't assign resources
pcm0: <CS423x-PCI> at port 0x530-0x537,0x388-0x38b,0x220-0x233 irq 5 drq 1,0 on isa0
pcm: setmap 30000, ff00; 0xc8751000 -> 30000
pcm: setmap 40000, ff00; 0xc8761000 -> 40000
unknown7: <CSC0110> at port 0x538-0x53f on isa0
unknown8: <CSC0101> at port 0x200-0x207 on isa0
unknown: <CSC0103> can't assign resources
unknown: <IBM3765> can't assign resources
unknown: <IBM0071> can't assign resources
unknown9: <PNP0e03> at port 0x3e1-0x3e2 on isa0
unknown: <PNP0680> can't assign resources
unknown10: <PNP0c02> on isa0
BIOS Geometries:
 0:03df7f3f 0..991=992 cylinders, 0..127=128 heads, 1..63=63 sectors
 0 accounted for
Device configuration finished.
bpf: ppp0 attached
new masks: bio 684040, tty 6318b2, net 6718b2
bpf: lo0 attached
ata0-master: success setting up UDMA2 mode on PIIX4 chip
ad0: <TOSHIBA MK4309MAT/G5.02 C> ATA-4 disk at ata0 as master
ad0: 3909MB (8007552 sectors), 7944 cyls, 16 heads, 63 S/T, 512 B/S
ad0: 16 secs/int, 1 depth queue, UDMA33
ad0: piomode=4 dmamode=2 udmamode=2 cblid=0
Creating DISK ad0
Creating DISK wd0
Mounting root from ufs:/dev/ad0s1a
ad0s1: type 0xa5, start 63, end = 4201343, size 4201281 : OK
ad0s2: type 0xa5, start 4201344, end = 8007551, size 3806208 : OK
start_init: trying /sbin/init
pccard: card inserted, slot 0
pcic: I/O win 0 flags 15 240-27f
pcic: I/O win 0 flags 5 240-27f
wi0: <WaveLAN/IEEE 802.11> at port 0x240-0x27f irq 3 slot 0 on pccard0
pcic: I/O win 0 flags 15 240-27f
wi0: Ethernet address: 00:60:1d:f2:c9:15
bpf: wi0 attached
Linux-ELF exec handler installed



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?20000901000155.A8180>