From owner-freebsd-mobile Sat Nov 6 16:50:51 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from pulsar.dead-end.net (pulsar.high-performance.com [216.15.153.82]) by hub.freebsd.org (Postfix) with ESMTP id D272314DBF; Sat, 6 Nov 1999 16:50:43 -0800 (PST) (envelope-from rock@dead-end.net) Received: from mailto.dead-end.net (dead-end.net [216.15.153.82] (may be forged)) by pulsar.dead-end.net (8.9.3/8.9.3/DEAD-END/1999020900) with ESMTP id BAA70619; Sun, 7 Nov 1999 01:50:28 +0100 (CET) (envelope-from rock@dead-end.net) Received: from server.rock.net (pC19F74D2.dip.t-dialin.net [193.159.116.210]) by mailto.dead-end.net (8.9.3/DEAD-END/1999102400-Customer) with ESMTP id BAA70611; Sun, 7 Nov 1999 01:50:25 +0100 (CET) (envelope-from rock@dead-end.net) Received: from dead-end.net (solaris.rock.net [172.23.7.10]) by server.rock.net (8.9.3/8.9.3/ROCK/1999053100) with ESMTP id BAA61586; Sun, 7 Nov 1999 01:50:39 +0100 (CET) (envelope-from rock@dead-end.net) Message-ID: <3824CCD1.C07B6A8@dead-end.net> Date: Sun, 07 Nov 1999 01:50:25 +0100 From: "D. Rock" X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.7 i86pc) X-Accept-Language: de, en MIME-Version: 1.0 To: Warner Losh Cc: current@FreeBSD.ORG, mobile@FreeBSD.ORG Subject: Re: sio working References: <3823540C.AE8ADA4F@dead-end.net> <199910230241.UAA26689@harmony.village.org> <199911061753.KAA22419@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh wrote: > > In message <3823540C.AE8ADA4F@dead-end.net> "D. Rock" writes: > : I tried many different combinations. I disabled the onboard serial devices > : in the BIOS and kernel, so config index 0xf could grap io port 0x3f8 with > : irq 4 but the only thing I get is > : sio2: configured irq -1071415680 not in bitmap of probed irqs 0 > > That is very odd... Do you have sio2 in your config file? If so just > take it out and see if that helps or hurts (or replace what is there > with "device sio2" As always when you see odd problems like this, > try a make clean && make depend && make in the compile directory > (after reconfiguring). I don't think it will help the current > situation, but it won't hurt. Had tried it all before. No sio2 in kernel. Below is the complete config file Daniel --- machine i386 ident LAPTOP maxusers 6 options PQ_LARGECACHE cpu I686_CPU options COMPAT_43 #options USER_LDT options SYSVSHM options SYSVSEM options SYSVMSG options MD5 #options DDB #options DDB_UNATTENDED options KTRACE options PERFMON options UCONSOLE #options USERCONFIG #options VISUAL_USERCONFIG options INET pseudo-device ether #pseudo-device sppp pseudo-device loop pseudo-device bpf pseudo-device tun #options MROUTING #options IPFIREWALL #options IPFIREWALL_VERBOSE #options IPFIREWALL_FORWARD #options IPFIREWALL_DEFAULT_TO_ACCEPT #options IPDIVERT #options IPSTEALTH options ICMP_BANDLIM #options DUMMYNET options FFS options NFS options NFS_NOSERVER options CD9660 options MSDOSFS options PROCFS options FFS_ROOT options SOFTUPDATES options QUOTA options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L #controller scbus0 #device ch0 #device da0 #device sa0 #device cd0 #device pass0 #options SCSI_REPORT_GEOMETRY pseudo-device pty #pseudo-device speaker #pseudo-device gzip #pseudo-device vn #pseudo-device snp 3 options MSGBUF_SIZE=20480 controller isa0 #options AUTO_EOI_1 #controller pnp0 controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 options ATKBD_DFLT_KEYMAP makeoptions ATKBD_DFLT_KEYMAP="german.iso" device psm0 at atkbdc? irq 12 #options PSM_HOOKAPM #options PSM_RESETAFTERSUSPEND device vga0 at isa? port ? conflicts options VGA_WIDTH90 options VESA pseudo-device splash device sc0 at isa? options MAXCONS=6 options SC_DFLT_FONT makeoptions SC_DFLT_FONT=iso options SC_PIXEL_MODE device npx0 at nexus? port IO_NPX flags 0x0 irq 13 #controller ata0 #device atadisk0 #device atapicd0 controller wdc0 at isa? port IO_WD1 flags 0xe0ffc0ff irq 14 device wd0 at wdc0 drive 0 options IDE_DELAY=2000 device wcd0 controller fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #options EXTRA_SIO=1 device ed0 #device xe0 #controller snd0 #device sb0 at isa? port 0x220 irq 5 drq 1 #device sbxvi0 at isa? port 0x220 irq 5 drq 5 conflicts #device sbmidi0 at isa? port 0x330 #device opl0 at isa? port 0x388 #device mpu0 at isa? port 0x330 device pcm0 at isa? port 0x220 irq 5 drq 1 flags 0x15 #device pca0 at isa? port IO_TIMER1 device apm0 at nexus? device joy0 at isa? port IO_GAME #controller miibus0 controller pci0 controller card0 controller pcic0 at isa? irq 10 controller pcic1 at isa? irq 10 #options PCIC_RESUME_RESET #controller smbus0 #controller intpm0 #device smb0 at smbus? #controller iicbus0 #controller iicbb0 #device ic0 at iicbus? #device iic0 at iicbus? #device iicsmb0 at iicbus? #options AVM_A1_PCMCIA #device isic0 #pseudo-device "i4bq921" #pseudo-device "i4bq931" #pseudo-device "i4b" #pseudo-device "i4btrc" 4 #pseudo-device "i4bctl" #pseudo-device "i4brbch" 4 #pseudo-device "i4btel" 2 #pseudo-device "i4bipr" 4 #options IPR_VJ #pseudo-device "i4bisppp" 4 controller ppbus0 #controller vpo0 at ppbus? device lpt0 at ppbus? device ppi0 at ppbus? device ppc0 at isa? port? irq 7 drq 3 controller uhci0 controller usb0 device ugen0 #device uhid0 #device ukbd0 #device ulpt0 #controller umass0 #device ums0 options HZ=500 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message