Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 02:05:03 +0100 (CET)
From:      Martin Dieringer <dieringe@zedat.fu-berlin.de>
To:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Cardbus controller support (thinkpad?)
Message-ID:  <Pine.BSF.4.21.0103200113310.350-200000@ThinkPad.nowhere.local>
In-Reply-To: <3AB64109.91E4D7E7@rain.fr>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]

On Mon, 19 Mar 2001, Tom Fischer wrote:

> I think that NEWCARD config file says it's broken only as a warning
> to use at your own risk- it actually does work.  I've been using it
> on my Toshiba Tecra with no problems whatsoever (aside from not
> being able to get the modem part of my Xircom CBEM56G-100
> ethernet/modem combo running).  Of course, YMMV depending on your
> hardware...

Well it also says
# CURRENT STATUS OF CODE: NOT WORKING.

I tried it nevertheless, but it hangs. 
I have taken out everything that isn't absolutely necessary, it even
detects the 3com 575BT, if I insert it before switching on, but then
it hangs after saying "trying /sbin/init".

last time I even got some output about "give shell" (this appeared
after I pressed ctrl-alt-del), then could do an 'ls', but then it
hung again.
Is there probably anything known special about thinkpads (600) again?

I attached my minimal config. No difference to GENERIC apart from
cardbus. How can I btw. save the boot messages?

martin




> Martin Dieringer wrote:
> > 
> > On Sun, 18 Mar 2001, Dima Dorfman wrote:
> > 
> > > Sean Chittenden <sean-freebsd-mobile@chittenden.org> writes:
> > > >     If not, any recommendations on an OS that does have cardbus
> > > > controller support?  I use FreeBSD for everything (cluster of servers,
> > > > desktop, old laptop, etc), but my new laptop for work only has a
> > > > cardbus controller.  Thoughts?  -sc
> > >
> > > -current (5.x) has cardbus support.  I don't know how much of it
> > > works, but I'm pretty sure you can get by if you're willing to do some
> > > poking around.  If that won't work for you, both OpenBSD and NetBSD
> > > have cardbus support.
> > 
> > so I upgraded to -current which currently doesn't work with cardbus
> > because it seems to be broken at the moment (at least the NEWCARD
> > config file says so) and sofar I run GENERIC. seems stable enough
> > for me to wait for the re-enabled NEWCARD


[-- Attachment #2 --]
#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the NOTES configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.306 2001/03/16 11:52:25 sos Exp $

machine		i386
cpu		I686_CPU
ident		THINKPAD2MIN
maxusers	32

#To statically compile in device wiring instead of /boot/device.hints
hints		"THINKPADMIN.hints"		#Default places to look for devices.

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support

#options 	DEVFS			#Device Filesystem
#options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	UCONSOLE		#Allow users to grab the console


options         DDB
options         DDB_UNATTENDED  


device		isa
device		pci

# ATA and ATAPI devices
device		ata
device		atadisk			# ATA disk drives
#options 	ATA_STATIC_ID		#Static device numbering



# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc	1	# At keyboard controller
device		atkbd		# at keyboard
device		psm		# psm mouse

device		vga		# VGA screen


# syscons is the default console driver, resembling an SCO console
device		sc	1



# Floating point support - do not disable.
device		npx


# Pcmcia and cardbus bridge support
device		pccbb			# cardbus (yenta) bridge
device		cardbus



# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# Pseudo devices - the number indicates how many units to allocate.
device		loop		# Network loopback
device		ether		# Ethernet support
#device		pty		# Pseudo-ttys (telnet etc)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103200113310.350-200000>