Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2001 18:15:07 +0200
From:      Alex Moczko <foxfire@tir-nan-og.de>
To:        freebsd-mobile@FreeBSD.org
Subject:   sound problem with AcerNote Light
Message-ID:  <3B8FB80B.51865C2D@tir-nan-og.de>

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

Hi,

I have an AcerNote Light running FreeBSD 4.3 stable. The notebook
has an ESS1688 sound chip onboard which I cannot seem to get to
work for me.

I put "device pcm" in the kernel config and nothing happened
(no sound device was found).
I tried "options PNPBIOS" which gave me the following:

/kernel: sbc0: <ESS ES1688> at port 0x220-0x22f,0x10 irq 5 drq 0 on isa0
/kernel: sbc0: sb_reset_dsp
/kernel: device_probe_and_attach: sbc0 attach returned 6

I also tried upgrading to 4.4RC which didn't change anything concerning
sound (btw pccard runs fine with my 3C589D).
Also, putting "hw.pci.ignore_pcibios=1" in /boot/loader.conf didn't
get me any results either.

Attached the kernel conf and dmesg verbose output.

Any help would be greatly appreciated.

-alex
--------------BA40CD5AD40039B0031F13D0
Content-Type: text/plain; charset=us-ascii;
 name="AVARIEL"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="AVARIEL"

machine		i386
cpu		I586_CPU
ident		AVARIEL
maxusers	4

options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	MFS			#Memory Filesystem
options 	MD_ROOT			#MD is a potential root device
options 	NFS			#Network Filesystem
options 	NFS_ROOT		#NFS usable as root device, NFS required
options 	MSDOSFS			#MSDOS Filesystem
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 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
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


device		isa
device		eisa
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
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
pseudo-device   speaker

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

# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa?
#options 	XSERVER			# support for X server on a vt console
#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

# 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 0 port 0x3e0 iomem 0xd0000
device		pcic1	at isa? irq 0 port 0x3e2 iomem 0xd4000 disable

# Serial (COM) ports
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		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da


# ISA Ethernet NICs.
device		ed0	at isa? port 0x280 irq 10 iomem 0xd8000
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
# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
# mode (the factory default). If you set the switches on your ISA
# card for a manually chosen I/O address and IRQ, you must specify
# those paremeters here.
device		an
# Xircom Ethernet
device		xe

#sound
options		PNPBIOS
device		pcm 


# 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"
pseudo-device	gif	4	# IPv6 and IPv4 tunneling
pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)

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

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

/kernel: Copyright (c) 1992-2001 The FreeBSD Project.
/kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
/kernel: The Regents of the University of California. All rights reserved.
/kernel: FreeBSD 4.3-RELEASE-p15 #0: Fri Aug 31 06:10:43 CEST 2001
/kernel: Calibrating clock(s) ... TSC clock: 119985031 Hz, i8254 clock: 1193034 Hz
/kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency
/kernel: Timecounter "i8254"  frequency 1193182 Hz
/kernel: CLK_USE_TSC_CALIBRATION not specified - using old calibration method
/kernel: CPU: Pentium/P54C (120.00-MHz 586-class CPU)
/kernel: Origin = "GenuineIntel"  Id = 0x52c  Stepping = 12
/kernel: Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
/kernel: real memory  = 16777216 (16384K bytes)
/kernel: Physical memory chunk(s):
/kernel: 0x00001000 - 0x0009efff, 647168 bytes (158 pages)
/kernel: 0x00391000 - 0x00ff7fff, 13004800 bytes (3175 pages)
/kernel: avail memory = 13094912 (12788K bytes)
/kernel: bios32: Found BIOS32 Service Directory header at 0xc00f0280
/kernel: bios32: Entry = 0xf0210 (c00f0210)  Rev = 0  Len = 1
/kernel: pcibios: PCI BIOS entry at 0x0
/kernel: pnpbios: Found PnP BIOS data at 0xc00f5460
/kernel: pnpbios: Entry = f2400:0  Rev = 1.0
/kernel: Other BIOS signatures found:
/kernel: ACPI: 00000000
/kernel: Preloaded elf kernel "kernel" at 0xc036b000.
/kernel: Intel Pentium detected, installing workaround for F00F bug
/kernel: md0: Malloc disk
/kernel: Creating DISK md0
/kernel: pci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
/kernel: pci_open(1a):	mode1res=0x80000000 (0x80000000)
/kernel: pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=152110b9)
/kernel: npx0: <math processor> on motherboard
/kernel: npx0: INT 16 interface
/kernel: i586_bzero() bandwidth = 113830392 bytes/sec
/kernel: bzero() bandwidth = 146113383 bytes/sec
/kernel: pci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
/kernel: pci_open(1a):	mode1res=0x80000000 (0x80000000)
/kernel: pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=152110b9)
/kernel: pcib0: <Host to PCI bridge> on motherboard
/kernel: found->	vendor=0x10b9, dev=0x1521, revid=0x1c
/kernel: class=06-00-00, hdrtype=0x00, mfdev=0
/kernel: subordinatebus=0 	secondarybus=0
/kernel: found->	vendor=0x10b9, dev=0x1523, revid=0x07
/kernel: class=06-01-00, hdrtype=0x00, mfdev=1
/kernel: subordinatebus=0 	secondarybus=0
/kernel: found->	vendor=0x10b9, dev=0x5219, revid=0x20
/kernel: class=01-01-fa, hdrtype=0x00, mfdev=1
/kernel: subordinatebus=0 	secondarybus=0
/kernel: intpin=a, irq=0
/kernel: map[20]: type 1, range 32, base 0000f000, size  4
/kernel: found->	vendor=0x102c, dev=0x00e0, revid=0x45
/kernel: class=03-00-00, hdrtype=0x00, mfdev=0
/kernel: subordinatebus=0 	secondarybus=0
/kernel: map[10]: type 1, range 32, base ff000000, size 24
/kernel: pci0: <PCI bus> on pcib0
/kernel: isab0: <PCI to ISA bridge (vendor=10b9 device=1523)> at device 2.0 on pci0
/kernel: isa0: <ISA bus> on isab0
/kernel: atapci0: <Generic PCI ATA controller> port 0xf000-0xf00f irq 0 at device 2.1 on pci0
/kernel: atapci0: Busmastering DMA not supported
/kernel: ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0000
/kernel: ata0: mask=03 status0=50 status1=00
/kernel: ata0: mask=03 ostat0=50 ostat2=00
/kernel: ata0-master: ATAPI probe a=00 b=00
/kernel: ata0-slave: ATAPI probe a=00 b=00
/kernel: ata0: mask=03 status0=50 status1=00
/kernel: ata0-master: ATA probe a=01 b=a5
/kernel: ata0: devices=01
/kernel: ata0: at 0x1f0 irq 14 on atapci0
/kernel: ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000
/kernel: ata1: mask=01 status0=50 status1=ff
/kernel: ata1: mask=01 ostat0=50 ostat2=ff
/kernel: ata1-master: ATAPI probe a=14 b=eb
/kernel: ata1: mask=01 status0=00 status1=ff
/kernel: ata1: devices=04
/kernel: ata1: at 0x170 irq 15 on atapci0
/kernel: pci0: <Chips & Technologies 65550 SVGA controller> (vendor=0x102c, dev=0x00e0) at 6.0
/kernel: pnpbios: 15 devices, largest 170 bytes
/kernel: PNP0000: adding fixed io range 0x20-0x21, size=0x2, align=0x1
/kernel: PNP0000: adding fixed io range 0xa0-0xa1, size=0x2, align=0x1
/kernel: PNP0000: adding irq mask 00x4
/kernel: PNP0000: end config
/kernel: pnpbios: handle 0 device ID PNP0000 (0000d041)
/kernel: PNP0200: adding fixed io range 0-0xf, size=0x10, align=0x1
/kernel: PNP0200: adding fixed io range 0x81-0x83, size=0x3, align=0x1
/kernel: PNP0200: adding fixed io range 0x87-0x87, size=0x1, align=0x1
/kernel: PNP0200: adding fixed io range 0x89-0x8b, size=0x3, align=0x1
/kernel: PNP0200: adding fixed io range 0x8f-0x8f, size=0x1, align=0x1
/kernel: PNP0200: adding fixed io range 0xc0-0xdf, size=0x20, align=0x1
/kernel: PNP0200: adding dma mask 0x10
/kernel: PNP0200: end config
/kernel: pnpbios: handle 1 device ID PNP0200 (0002d041)
/kernel: PNP0100: adding fixed io range 0x40-0x43, size=0x4, align=0x1
/kernel: PNP0100: adding irq mask 00x1
/kernel: PNP0100: end config
/kernel: pnpbios: handle 2 device ID PNP0100 (0001d041)
/kernel: PNP0b00: adding fixed io range 0x70-0x71, size=0x2, align=0x1
/kernel: PNP0b00: adding irq mask 0x100
/kernel: PNP0b00: end config
/kernel: pnpbios: handle 3 device ID PNP0b00 (000bd041)
/kernel: PNP0800: adding fixed io range 0x61-0x61, size=0x1, align=0x1
/kernel: PNP0800: end config
/kernel: pnpbios: handle 4 device ID PNP0800 (0008d041)
/kernel: PNP0303: adding fixed io range 0x60-0x60, size=0x1, align=0x1
/kernel: PNP0303: adding fixed io range 0x64-0x64, size=0x1, align=0x1
/kernel: PNP0303: adding irq mask 00x2
/kernel: PNP0303: end config
/kernel: pnpbios: handle 5 device ID PNP0303 (0303d041)
/kernel: PNP0c01: adding memory range 0-0x9ffff, size=0xa0000, align=0
/kernel: PNP0c01: adding memory range 0xcb000-0xcbfff, size=0x1000, align=0
/kernel: PNP0c01: adding memory range 0xe0000-0xfffff, size=0x20000, align=0
/kernel: PNP0c01: end config
/kernel: pnpbios: handle 6 device ID PNP0c01 (010cd041)
/kernel: PNP0400: adding irq mask 0x80
/kernel: PNP0400: adding fixed io range 0x378-0x37b, size=0x4, align=0x1
/kernel: PNP0400: adding io range 0-0xffffffff, size=0, align=0
/kernel: PNP0400: adding dma mask 00
/kernel: PNP0400: end config
/kernel: pnpbios: handle 7 device ID PNP0400 (0004d041)
/kernel: PNP0501: adding irq mask 0x10
/kernel: PNP0501: adding fixed io range 0x3f8-0x3ff, size=0x8, align=0x1
/kernel: PNP0501: end config
/kernel: pnpbios: handle 8 device ID PNP0501 (0105d041)
/kernel: PNP0700: adding fixed io range 0x3f2-0x3f2, size=0x1, align=0x1
/kernel: PNP0700: adding fixed io range 0x3f4-0x3f5, size=0x2, align=0x1
/kernel: PNP0700: adding fixed io range 0x3f7-0x3f7, size=0x1, align=0x1
/kernel: PNP0700: adding irq mask 0x40
/kernel: PNP0700: adding dma mask 0x4
/kernel: PNP0700: end config
/kernel: pnpbios: handle 9 device ID PNP0700 (0007d041)
/kernel: PNP0f13: adding irq mask 0x1000
/kernel: PNP0f13: end config
/kernel: pnpbios: handle 10 device ID PNP0f13 (130fd041)
/kernel: PNP0c04: adding fixed io range 0xf0-0xff, size=0x10, align=0x1
/kernel: PNP0c04: adding irq mask 0x2000
/kernel: PNP0c04: end config
/kernel: pnpbios: handle 11 device ID PNP0c04 (040cd041)
/kernel: PNP0e01: adding fixed io range 0x3e0-0x3e1, size=0x2, align=0x1
/kernel: PNP0e01: adding irq mask 0x400
/kernel: PNP0e01: end config
/kernel: pnpbios: handle 12 device ID PNP0e01 (010ed041)
/kernel: PNP0a03: adding io range 0xcf8-0xcfb, size=0x4, align=0x1
/kernel: PNP0a03: adding io range 0xcfc-0xcff, size=0x4, align=0x1
/kernel: PNP0a03: end config
/kernel: pnpbios: handle 13 device ID PNP0a03 (030ad041)
/kernel: ESS0102: adding io range 0x220-0x22f, size=0x10, align=0x10
/kernel: ESS0102: adding fixed io range 0-0xffffffff, size=0, align=0x1
/kernel: ESS0102: adding irq mask 0x20
/kernel: ESS0102: adding dma mask 0x1
/kernel: ESS0102: end config
/kernel: pnpbios: handle 14 device ID ESS0102 (02017316)
/kernel: ata-: ata0 exists, using next available unit number
/kernel: ata-: ata1 exists, using next available unit number
/kernel: Trying Read_Port at 203
/kernel: Trying Read_Port at 243
/kernel: Trying Read_Port at 283
/kernel: Trying Read_Port at 2c3
/kernel: Trying Read_Port at 303
/kernel: Trying Read_Port at 343
/kernel: Trying Read_Port at 383
/kernel: Trying Read_Port at 3c3
/kernel: isa_probe_children: disabling PnP devices
/kernel: isa_probe_children: probing non-PnP devices
/kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
/kernel: ata2 failed to probe at port 0x1f0 irq 14 on isa0
/kernel: ata3 failed to probe at port 0x170 irq 15 on isa0
/kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
/kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
/kernel: atkbd: the current kbd controller command byte 0045
/kernel: atkbd: keyboard ID 0x54ab (2)
/kernel: kbd0 at atkbd0
/kernel: kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
/kernel: psm0: current command byte:0045
/kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
/kernel: psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
/kernel: psm0: config:00000000, flags:00000000, packet size:3
/kernel: psm0: syncmask:c0, syncbits:00
/kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
/kernel: fb0: vga0, vga, type:VGA (5), flags:0x7007f
/kernel: fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
/kernel: fb0: init mode:24, bios mode:3, current mode:24
/kernel: fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
/kernel: VGA parameters upon power-up
/kernel: 50 18 10 00 00 01 03 00 02 67 5f 4f 50 82 55 81 
/kernel: bf 1f 00 4f 0d 0e 00 00 07 80 9c 0e 8f 28 1f 96 
/kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
/kernel: 3d 3e 3f 0c 00 0f 00 00 00 00 00 00 10 0e 00 ff 
/kernel: VGA parameters in BIOS for mode 24
/kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
/kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
/kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
/kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
/kernel: EGA/VGA parameters to be used for mode 24
/kernel: 50 18 10 00 00 01 03 00 02 67 5f 4f 50 82 55 81 
/kernel: bf 1f 00 4f 0d 0e 00 00 07 80 9c 0e 8f 28 1f 96 
/kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
/kernel: 3d 3e 3f 0c 00 0f 00 00 00 00 00 00 10 0e 00 ff 
/kernel: sc0: <System console> at flags 0x100 on isa0
/kernel: sc0: VGA <16 virtual consoles, flags=0x300>
/kernel: sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
/kernel: pcic0: <Cirrus Logic PD672X> at port 0x3e0 iomem 0xd0000 on isa0
/kernel: pcic0: Polling mode
/kernel: stat is ff
/kernel: stat is f3
/kernel: pccard0: <PC Card bus -- kludge version> on pcic0
/kernel: pccard1: <PC Card bus -- kludge version> on pcic0
/kernel: pcic1: not probed (disabled)
/kernel: sio0: irq maps: 0x1 0x11 0x1 0x1
/kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
/kernel: sio0: type 16550A
/kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
/kernel: sio1: irq maps: 0x1 0x1 0x1 0x1
/kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9
/kernel: sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
/kernel: sio2: not probed (disabled)
/kernel: sio3: not probed (disabled)
/kernel: ppc0: parallel port found at 0x378
/kernel: ppc0: using extended I/O port range
/kernel: ppc0: SPP
/kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
/kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
/kernel: plip0: <PLIP network interface> on ppbus0
/kernel: bpf: lp0 attached
/kernel: lpt0: <Printer> on ppbus0
/kernel: lpt0: Interrupt-driven port
/kernel: ppi0: <Parallel I/O> on ppbus0
/kernel: ed0 failed to probe at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0
/kernel: isa_probe_children: probing PnP devices
/kernel: unknown: <PNP0000> can't assign resources
/kernel: unknown: <PNP0000> at port 0x20-0x21,0xa0-0xa1 irq 2 on isa0
/kernel: unknown: <PNP0200> failed to probe at port 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f,0xc0-0xdf drq 4 on isa0
/kernel: unknown: <PNP0100> failed to probe at port 0x40-0x43 irq 0 on isa0
/kernel: unknown: <PNP0b00> failed to probe at port 0x70-0x71 irq 8 on isa0
/kernel: unknown: <PNP0800> failed to probe at port 0x61 on isa0
/kernel: unknown: <PNP0303> can't assign resources
/kernel: unknown: <PNP0303> at port 0x60 on isa0
/kernel: unknown: <PNP0c01> failed to probe at iomem 0-0x9ffff,0xcb000-0xcbfff,0xe0000-0xfffff on isa0
/kernel: unknown: <PNP0400> can't assign resources
/kernel: unknown: <PNP0400> at port 0x378-0x37b on isa0
/kernel: unknown: <PNP0501> can't assign resources
/kernel: unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
/kernel: unknown: <PNP0700> can't assign resources
/kernel: unknown: <PNP0700> at port 0x3f2 on isa0
/kernel: unknown: <PNP0f13> can't assign resources
/kernel: unknown: <PNP0f13> at irq 12 on isa0
/kernel: unknown: <PNP0c04> failed to probe at port 0xf0-0xff irq 13 on isa0
/kernel: unknown: <PNP0e01> failed to probe at port 0x3e1-0x3e2 irq 10 on isa0
/kernel: unknown: <PNP0a03> failed to probe at port 0xcf8-0xcfb,0xcfc-0xcff on isa0
/kernel: sbc0: <ESS ES1688> at port 0x220-0x22f,0x10 irq 5 drq 0 on isa0
/kernel: sbc0: sb_reset_dsp
/kernel: device_probe_and_attach: sbc0 attach returned 6
/kernel: BIOS Geometries:
/kernel: 0:03127f3f 0..786=787 cylinders, 0..127=128 heads, 1..63=63 sectors
/kernel: 4:01eef511 0..494=495 cylinders, 0..245=246 heads, 1..17=17 sectors
/kernel: 5:03feff00 0..1022=1023 cylinders, 0..255=256 heads, 1..0=0 sectors
/kernel: 6:03feff00 0..1022=1023 cylinders, 0..255=256 heads, 1..0=0 sectors
/kernel: 7:03feff00 0..1022=1023 cylinders, 0..255=256 heads, 1..0=0 sectors
/kernel: 0 accounted for
/kernel: Device configuration finished.
/kernel: bpf: lo0 attached
/kernel: bpf: ppp0 attached
/kernel: new masks: bio 68c040, tty 631092, net 671092
/kernel: bpf: sl0 attached
/kernel: bpf: faith0 attached
/kernel: bpf: gif0 attached
/kernel: bpf: gif1 attached
/kernel: bpf: gif2 attached
/kernel: bpf: gif3 attached
/kernel: Creating DISK ad0
/kernel: Creating DISK wd0
/kernel: ad0: <FUJITSU MHD2032AT/1812> ATA-3 disk at ata0-master
/kernel: ad0: 3102MB (6354432 sectors), 6304 cyls, 16 heads, 63 S/T, 512 B/S
/kernel: ad0: 16 secs/int, 1 depth queue, BIOSPIO
/kernel: ad0: piomode=4 dmamode=2 udmamode=2 cblid=0
/kernel: ad0: 3102MB <FUJITSU MHD2032AT> [6304/16/63] at ata0-master BIOSPIO
/kernel: ata1-master: piomode=3 dmamode=-1 udmamode=-1 dmaflag=0
/kernel: acd0: <UJDCD8730/1.14> CDROM drive at ata1 as master
/kernel: acd0: read 1377KB/s (1377KB/s), 128KB buffer, BIOSPIO
/kernel: acd0: Reads: CD-DA
/kernel: acd0: Audio: play, 16 volume levels
/kernel: acd0: Mechanism: tray
/kernel: acd0: Medium: no/blank disc inside
/kernel: Mounting root from ufs:/dev/ad0s1a
/kernel: ad0s1: type 0xa5, start 0, end = 6354431, size 6354432 
/kernel: ad0s1: C/H/S end 395/138/63 (3467771) != end 6354431: invalid
/kernel: start_init: trying /sbin/init
/kernel: pccard: card inserted, slot 0
/kernel: pcic: I/O win 0 flags 17 240-24f
/kernel: pcic: I/O win 0 flags 7 240-24f
/kernel: ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 3 slot 0 on pccard0
/kernel: pcic: I/O win 0 flags 17 240-24f
/kernel: ep0: Ethernet address XXX
/kernel: bpf: ep0 attached
pccardd[107]: Card "3Com Corporation"("3C589D") [TP/BNC LAN Card Ver. 2a] [000002] matched "3Com Corporation" ("/3C589/") [(null)] [(null)] 
pccardd[107]: ep0: 3Com Corporation (/3C589/) inserted.
pccardd[107]: pccardd started
/kernel: splash: image decoder found: logo_saver

--------------BA40CD5AD40039B0031F13D0--


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?3B8FB80B.51865C2D>