(unknown)

"[email protected]" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
Anyone had any experience with the following devices.  I cannot get them to work
on my Fujitsu P2120. Parts of dmesg and my kernel config are below.


none0@pci0:0:1:	class=0x050000 card=0x110e10cf chip=0x03961279 rev=0x00 hdr=0x00
    vendor   = 'Transmeta Corp.'
    device   = 'SDRAM Controller'
    class    = memory
    subclass = RAM
none1@pci0:0:2:	class=0x050000 card=0x110e10cf chip=0x03971279 rev=0x00 hdr=0x00
    vendor   = 'Transmeta Corp.'
    device   = 'BIOS scratchpad'
    class    = memory
    subclass = RAM
none2@pci0:6:0:	class=0x068000 card=0x10a310cf chip=0x710110b9 rev=0x00 hdr=0x00
    vendor   = 'Acer Labs Incorporated (ALi)'
    device   = 'ALI M7101 Power Management Controller'
    class    = bridge
    subclass = PCI-unknown
none3@pci0:9:0:	class=0x0c0310 card=0x11a310cf chip=0x00351033 rev=0x41 hdr=0x00
    vendor   = 'NEC Electronics Hong Kong'
    device   = 'uPD9210/72010xx USB Open Host Controller'
    class    = serial bus
    subclass = USB
none4@pci0:9:1:	class=0x0c0310 card=0x11a310cf chip=0x00351033 rev=0x41 hdr=0x00
    vendor   = 'NEC Electronics Hong Kong'
    device   = 'uPD9210/72010xx USB Open Host Controller'
    class    = serial bus
    subclass = USB
none5@pci0:9:2:	class=0x0c0320 card=0x11a310cf chip=0x00e01033 rev=0x02 hdr=0x00
    vendor   = 'NEC Electronics Hong Kong'
    device   = 'uPD720100A/101 USB 2.0 Enhanced Host Controller'
    class    = serial bus
    subclass = USB


---dmesg----
Copyright (c) 1992-2004 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 5.2-CURRENT #0: Wed Jan 21 16:01:34 PST 2004
..
pci0: <memory, RAM> at device 0.1 (no driver attached)
pci0: <memory, RAM> at device 0.2 (no driver attached)
..
alpm0: <AcerLabs M15x3 Power Management Unit> at device 6.0 on pci0
alpm0: failed to enable port mapping!
alpm0: Could not allocate Bus space
device_probe_and_attach: alpm0 attach returned 6
..
ohci1: <NEC uPD 9210 USB controller> at device 9.0 on pci0
ohci1: Could not map memory
device_probe_and_attach: ohci1 attach returned 6
ohci1: <NEC uPD 9210 USB controller> at device 9.1 on pci0
ohci1: Could not map memory
device_probe_and_attach: ohci1 attach returned 6
ehci0: <NEC uPD 720100 USB 2.0 controller> at device 9.2 on pci0
ehci0: Could not map memory
device_probe_and_attach: ehci0 attach returned 6


---kernel config---
machine		i386
cpu		I586_CPU
ident		P2120
options 	SCHED_ULE
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_ACL			#Support for access control lists
options 	UFS_DIRHASH		#Improve performance on big directories
options 	NFSCLIENT		#Network Filesystem Client
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		#Compatible with FreeBSD4
options		COMPAT_LINUX
options		LINPROCFS
options 	SCSI_DELAY=1000		#Delay (in ms) before probing SCSI
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
					# output.  Adds ~128k to driver.
					# output.  Adds ~215k to driver.
device		eisa
device		isa
device		pci
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse
device		vga		# VGA video card driver
device		splash		# Splash screen and screen saver support
device		sc
device		agp		# support several AGP chipsets
device		npx
device		cbb			# cardbus (yenta) bridge
device		pccard			# PC Card (16-bit) bus
device		cardbus			# CardBus (32-bit) bus
device		miibus		# MII bus support
device		rl		# RealTek 8129/8139
device		wlan		# 802.11 support
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
device		random		# Entropy device
device		loop		# Network loopback
device		ether		# Ethernet support
device		sl		# Kernel SLIP
device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		bpf		# Berkeley packet filter
device		firewire	# FireWire bus code
options 	VESA
device		radeondrm
options 	NETSMB			#SMB/CIFS requester
options 	NETSMBCRYPTO		#encrypted passw
options 	LIBMCHAIN
options 	SMBFS			#SMB/CIFS filesystem
				# needs CAM to be present (scbus & pass)
device		pcm
options 	LIBICONV
device      smbus       # Bus support, required for smb below.
device      alpm		# this is what the P uses for SMBUS
device      smb
device		iicbus		# Bus support, required for ic/iic/iicsmb below.
device		iicbb
device		 bktr	#brooktree848 I2C software interface
device		ic
device		iic
device		iicsmb		# smb over i2c bridge
device		ehci
device		ohci
device		usb
options 	IPFIREWALL		#firewall
options 	IPFIREWALL_VERBOSE	#enable logging to syslogd(8)
options 	IPFIREWALL_VERBOSE_LIMIT=100	#limit verbosity
options		IPDIVERT
device	pcf
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.