Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 1999 01:58:29 +0200
From:      Mark Murray <mark@grondar.za>
To:        Warner Losh <imp@village.org>
Cc:        mobile@freebsd.org
Subject:   Re: PCIC's broken on Libretto.... 
Message-ID:  <199910252358.BAA06966@gratis.grondar.za>

next in thread | raw e-mail | index | archive | help
> : Below is a dmesg output. Anything else you need? My sources
> : include all of your commits except the latest memory mapping
> : stuff.
> 
> What does your config file look like?  pcic now needs to be attached
> to isa...

Included.. It is pretty much cribbed from PCCARDD and stripped down.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org

#
# LIBRETTO - Mark's baby monster
#
#	$Id$

machine		i386
cpu		I586_CPU
ident		LIBRETTO
maxusers	64

#makeoptions	DEBUG="-g"		#Build kernel with gdb(1) debug symbols
#options 	DDB			#Enable the kernel debugger.

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		FFS_ROOT		#FFS usable as root device [keep this!]
options		SOFTUPDATES		#Kirk McKusick's nifty ffs optimization
options		MSDOSFS			#MSDOS Filesystem
options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options		UCONSOLE		#Allow users to grab the console
options 	VESA			#Include support for VESA video modes

options		KTRACE		#kernel tracing

#####################################################################
# POSIX P1003.1B

# Real time extensions added in the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION:             Version kernel is built for

options 	P1003_1B
options 	_KPOSIX_PRIORITY_SCHEDULING
options 	_KPOSIX_VERSION=199309L

# This provides support for System V shared memory and message queues.
#
options         SYSVSHM
options         SYSVMSG
options         SYSVSEM

controller	isa0
controller	pci0

controller	fdc0	at isa? port IO_FD1 irq 6 drq 2
disk		fd0	at fdc0 drive 0

controller	wdc0	at isa? port IO_WD1 irq 14 flags 0xe0ff
disk		wd0	at wdc0 drive 0
#controller	ata0
#device		atadisk0	# ATA disk drives

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

device		vga0	at isa? port ? conflicts

# splash screen/screen saver
pseudo-device	splash

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

device		npx0	at nexus? port IO_NPX irq 13

device		pcm0	at isa? port 0x530 irq 5 drq 1 flags 0x0

device		sio0	at isa? port IO_COM1 flags 0x10 irq 4

# Parallel port
device		ppc0	at isa? port? irq 7
controller	ppbus0
device		lpt0	at ppbus?
device		plip0	at ppbus?

#
# Laptop support (see LINT for more options)
#
#    0x0020  Statclock is broken.
#    0x0011  Limit APM protocol to 1.1 or 1.0
#    0x0010  Limit APM protocol to 1.0
#device		apm0    at nexus? flags 0x31 # Advanced Power Management
device		apm0    at nexus?

# PCCARD (PCMCIA) support
controller	card0
controller	pcic0	at isa?
controller	pcic1	at isa?

# You may need to reset all pccards after resuming
options		PCIC_RESUME_RESET	# reset after resume

device		ep0	at isa? port ? irq ?

pseudo-device	loop
pseudo-device	ether
pseudo-device	pty
pseudo-device	gzip		# Exec gzipped a.out's

#  The `bpf' pseudo-device enables the Berkeley Packet Filter.  Be
#  aware of the legal and administrative consequences of enabling this
#  option.  The number of devices determines the maximum number of
#  simultaneous BPF clients programs runnable.
pseudo-device	bpf


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?199910252358.BAA06966>