From owner-freebsd-questions Wed Feb 23 1:38:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay01.chello.nl (smtp.chello.nl [212.83.68.144]) by hub.freebsd.org (Postfix) with ESMTP id 8AB5B37B89E for ; Wed, 23 Feb 2000 01:38:09 -0800 (PST) (envelope-from sebster@sebster.com) Received: from eeyore.sebster.com ([213.46.5.19]) by relay01.chello.nl (InterMail vK.4.02.00.00 201-232-116 license b5d954d1dcad6e3c21b65fa72ac5816e) with ESMTP id <20000223084922.ERMG17926.relay01@eeyore.sebster.com> for ; Wed, 23 Feb 2000 09:49:22 +0100 Received: by eeyore.sebster.com (Postfix, from userid 1000) id 37A711931F; Wed, 23 Feb 2000 09:41:13 +0100 (CET) Subject: 4.0 kernel configuration To: freebsd-questions@freebsd.org Date: Sat, 19 Feb 2000 15:33:00 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM950970780-447-0_ Content-Transfer-Encoding: 7bit Content-Length: 11610 Message-Id: <20000223084113.37A711931F@eeyore.sebster.com> From: sebster@sebster.com (Sebastiaan van Erk) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ELM950970780-447-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi all, I'm running 4.0-20000208-CURRENT at the moment and I have some problems when the kernel boots. The first problem is as follows, whenever I get to the line: isa0: on isab0 ata-pci0: port 0xd800-0xd80f at device 4.1 on pci0 ata0 at 0x01f0 irq 14 on ata-pci0 it waites for about 10 to 20 seconds before continuing here: pci0: Intel 82371AB/EB (PIIX4) USB controller (vendor=0x8086, dev=0x7112) at 4.2 irq 9 Timecounter "PIIX" frequency 3579545 Hz chip1: port 0xe800-0xe80f at device 4.3 on pci0 I don't know whether it's the USB controller or the ata0 controller which is causing the delay, but I'd like to get rid of it :-) Secondly, I get the following warnings: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fd1: <1200-KB 5.25" drive> on fdc0 drive 1 WARNING: "fd" is usurping "fd"'s cdevsw[] WARNING: "fd" is usurping "fd"'s bmaj Why do I get these, and how do I get rid of them? Finally, I get a message saying: unknown0: at port 0x3e8-0x3ef irq 10 on isa0 But I want this to be detected as a sio3 so that I can use it like I used to. Lastly, I've been getting kernel warnings of the form: stray irq 7. Anybody have any suggestions on how to tackle any of these problems? Any help would be greatly appreciated. I attached the dmesg and the kernel config file. Greetings Sebastiaan van Erk --ELM950970780-447-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=EEYORE Content-Description: EEYORE Content-Transfer-Encoding: 7bit ############################################################################### # GENERAL OPTIONS ident EEYORE # Kernel identification machine i386 # IBM-PC compatible architecture cpu I686_CPU # Intel Pentium II Processor options INCLUDE_CONFIG_FILE # Include config file in kernel ############################################################################### # BOOT OPTIONS options USERCONFIG # Enable boot -c editor ############################################################################### # STATIC SIZING OPTIONS maxusers 32 # Static sizing of tables in param.c ############################################################################### # SMP OPTIONS options SMP # Enable Symmetric MultiProcessing options APIC_IO # Symmetric I/O options NCPU=2 # Two processors ############################################################################### # COMPATIBILITY OPTIONS options COMPAT_43 # Compatibility with BSD4.3 options SYSVSHM # System V shared memory support options SYSVSEM # System V semaphore support options SYSVMSG # System V message support options MD5 # MD5 routine in kernel options P1003_1B # Posix realtime scheduling options _KPOSIX_PRIORITY_SCHEDULING # Posix priority scheduling ############################################################################### # DEBUGGING OPTIONS options KTRACE # Enable kernel tracing ############################################################################### # FILE SYSTEM OPTIONS options FFS # Berkeley fast filesystem options MFS # Memory filesystem options NFS # Network filesystem options CD9660 # ISO 9660 filesystem options MSDOSFS # MS-DOS filesystem options NTFS # NT filesystem options FFS_ROOT # FFS usable as root device options QUOTA # Enable disk quotas options PROCFS # Process filesystem options KERNFS # Kernel filesystem options FDESC # File descriptor filesystem ############################################################################### # NETWORKING OPTIONS options INET # Internet networking enabled pseudo-device loop # Network loopback support pseudo-device ether # Ethernet support pseudo-device sl 1 # Serial Line IP (SLIP) device pseudo-device ppp 1 # Point-to-Point Protocol (PPP) device pseudo-device tun 2 # IP tunneling devices pseudo-device disc # Discard device pseudo-device pty # Pseudo ttys pseudo-device bpf 4 # Berkeley Packet Filter devices pseudo-device snp 2 # Snoop devices options PPP_BSDCOMP # PPP BSD-compress support options PPP_DEFLATE # PPP zlib/deflate/gzip support options PPP_FILTER # PPP bpfilter support options IPFIREWALL # Enable firewall options IPFIREWALL_VERBOSE # Log information on dropped packets options IPDIVERT # Divert sockets options IPFILTER # Enable packet filtering options IPFILTER_LOG # Log filtered packets options TCP_RESTRICT_RST # Restrict emmission of TCP RST options ICMP_BANDLIM # Rate limit bad replies ############################################################################### # HARDWARE DEVICE CONFIGURATION device isa # ISA device device pci # PCI device device ahc # Adaptec 2940 U2W options AHC_ALLOW_MEMIO # Allow memory mapped I/O device scbus0 # SCSI-device options SCSI_DELAY=12000 # Delay (ms) before SCSI bus is probed device da # Direct Access (disk) device sa # Sequential Access (tape) device cd # CD-ROM device pass # Passthrough (direct SCSI access) device fdc0 at isa? port "IO_FD1" irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 device ata # ATA/ATAPI devices device atadisk # ATA disks device atapicd # ATAPI CD-ROM drives device atapifd # ATAPI floppy drives options ATA_STATIC_ID # Static device numbering options ATA_ENABLE_ATAPI_DMA # Enable DMA on ATAPI devices device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? options VESA device sc0 at isa? # System Console driver options SC_DISABLE_REBOOT # Disable Ctrl-Alt-Del sequence options SC_DISABLE_DDBKEY # Disable Alt-Esc kernel debugging pseudo-device splash # Splash screen saver options XSERVER # Support for X server options UCONSOLE # Allow users to grab the console device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio3 at isa? port IO_COM4 irq 11 device ppc0 at isa? irq 7 device ppbus # Parallel Port bus device lpt # Printer device plip # Parallel Line IP device ppi # Parallel Port Interface device device npx0 at nexus? port IO_NPX irq 13 device miibus device ed device xl device pcm0 ############################################################################### # MISCELLANEOUS DEVICES pseudo-device speaker # PC speaker pseudo-device vn 4 # Vnode drivers (file to device) ############################################################################### --ELM950970780-447-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=dmesg Content-Description: dmesg Content-Transfer-Encoding: 7bit Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-20000208-CURRENT #5: Mon Feb 14 16:31:10 CET 2000 root@eeyore.sebster.com:/usr/src/sys/compile/EEYORE Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (400.91-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff real memory = 268423168 (262132K bytes) avail memory = 256942080 (250920K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 5 IOAPIC #0 intpin 19 -> irq 9 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc035a000. VESA: v2.0, 8192k memory, flags:0x1, mode table:0xc02fbb62 (1000022) VESA: Matrox Graphics Inc. Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vga-pci0: mem 0xe1800000-0xe1ffffff,0xe2000000-0xe2003fff,0xe3000000-0xe3ffffff irq 5 at device 0.0 on pci1 isab0: at device 4.0 on pci0 isa0: on isab0 ata-pci0: port 0xd800-0xd80f at device 4.1 on pci0 ata0 at 0x01f0 irq 14 on ata-pci0 pci0: Intel 82371AB/EB (PIIX4) USB controller (vendor=0x8086, dev=0x7112) at 4.2 irq 9 Timecounter "PIIX" frequency 3579545 Hz chip1: port 0xe800-0xe80f at device 4.3 on pci0 ahc0: port 0xd000-0xd0ff mem 0xe1000000-0xe1000fff irq 9 at device 6.0 on pci0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs pcm0: port 0xb800-0xb83f irq 9 at device 9.0 on pci0 xl0: <3Com 3c900B-TPO Etherlink XL> port 0xb400-0xb47f mem 0xe0800000-0xe080007f irq 5 at device 12.0 on pci0 xl0: Ethernet address: 00:50:04:48:17:dc xl0: selecting 10baseT transceiver, half duplex fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fd1: <1200-KB 5.25" drive> on fdc0 drive 1 WARNING: "fd" is usurping "fd"'s cdevsw[] WARNING: "fd" is usurping "fd"'s bmaj ata-isa0: already registered as ata0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio3: configured irq 11 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 unknown0: at port 0x3e8-0x3ef irq 10 on isa0 ed0: at port 0x240-0x25f iomem 0xc0000-0xc003f irq 11 on isa0 ed0: address 00:00:b4:82:fa:1a, type NE2000 (16 bit) APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 IP packet filtering initialized, divert enabled, rule-based forwarding disabled, unlimited logging IP Filter: initialized. Default = pass all, Logging = enabled IP Filter: v3.3.6 Waiting 12 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! ad0: 14664MB [29795/16/63] at ata0-master using UDMA33 Mounting root from ufs:/dev/da0s1a cd0 at ahc0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 15) cd0: cd present [1 x 2048 byte records] da0 at ahc0 bus 0 target 4 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8715MB (17850000 512 byte sectors: 255H 63S/T 1111C) --ELM950970780-447-0_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message