From owner-freebsd-mobile Mon Oct 25 16:58:52 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id 1EB4114BF8 for ; Mon, 25 Oct 1999 16:58:45 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.3/8.9.3) with ESMTP id BAA06966; Tue, 26 Oct 1999 01:58:30 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199910252358.BAA06966@gratis.grondar.za> To: Warner Losh Cc: mobile@freebsd.org Subject: Re: PCIC's broken on Libretto.... Date: Tue, 26 Oct 1999 01:58:29 +0200 From: Mark Murray Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > : 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