From owner-freebsd-i386@FreeBSD.ORG Sun Nov 26 21:51:28 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A5E216A560 for ; Sun, 26 Nov 2006 21:51:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D722543FDA for ; Sun, 26 Nov 2006 21:49:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAQLoGYV009472 for ; Sun, 26 Nov 2006 21:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAQLoGTV009471; Sun, 26 Nov 2006 21:50:16 GMT (envelope-from gnats) Date: Sun, 26 Nov 2006 21:50:16 GMT Message-Id: <200611262150.kAQLoGTV009471@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Marcel Moolenaar Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcel Moolenaar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 21:51:28 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: Marcel Moolenaar To: Helge Oldach Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Sun, 26 Nov 2006 13:35:51 -0800 On Nov 21, 2006, at 12:20 PM, Helge Oldach wrote: > Would you kindly advice on how to proceed? Hi Helge, I'm still trying to understand what the failure mode is and what may cause it, so at this time I'm still looking for answers. Please bear with me... I'll try to get one of those cards myself. That should help solve this. See below. > The "sysctl dev" delta between a "sio kernel" and an "uart kernel" is: > > 107,124c107,118 > < dev.sio.4.%desc: Dolphin Peripherals 4036 > < dev.sio.4.%driver: sio > < dev.sio.4.%parent: puc0 > < dev.sio.5.%desc: Dolphin Peripherals 4036 > < dev.sio.5.%driver: sio > < dev.sio.5.%parent: puc0 > < dev.sio.0.%desc: Standard PC COM port > < dev.sio.0.%driver: sio > < dev.sio.0.%location: handle=\_SB_.PCI0.IBRG.COM1 > < dev.sio.0.%pnpinfo: _HID=PNP0501 _UID=1 > < dev.sio.0.%parent: acpi0 > < dev.sio.0.wake: 0 > < dev.sio.1.%desc: Standard PC COM port > < dev.sio.1.%driver: sio > < dev.sio.1.%location: handle=\_SB_.PCI0.IBRG.COM2 > < dev.sio.1.%pnpinfo: _HID=PNP0501 _UID=2 > < dev.sio.1.%parent: acpi0 > < dev.sio.1.wake: 0 > --- >> dev.uart.2.%desc: 16550 or compatible >> dev.uart.2.%driver: uart >> dev.uart.2.%parent: puc0 >> dev.uart.3.%desc: 16550 or compatible >> dev.uart.3.%driver: uart >> dev.uart.3.%parent: puc0 >> dev.uart.0.%desc: 16550 or compatible >> dev.uart.0.%driver: uart >> dev.uart.0.%parent: isa0 >> dev.uart.1.%desc: 16550 or compatible >> dev.uart.1.%driver: uart >> dev.uart.1.%parent: isa0 > > Maybe this gives some hint? One thing that strikes me as odd is that sio(4) attaches to acpi(4), while uart(4) attaches to isa(4). You mentioned that the kernels where otherwise identical, but that you had to update device.hints. I would expect uart(4) to attach to acpi(4) and not to isa(4). While this has nothing to do with puc(4), I'd like to know why this is happening. Could you send me a verbose dmesg of both kernels? thanks, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-i386@FreeBSD.ORG Sun Nov 26 23:10:15 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74A2416A415 for ; Sun, 26 Nov 2006 23:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D68D143D5D for ; Sun, 26 Nov 2006 23:09:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAQNADND016435 for ; Sun, 26 Nov 2006 23:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAQNADBB016434; Sun, 26 Nov 2006 23:10:13 GMT (envelope-from gnats) Date: Sun, 26 Nov 2006 23:10:13 GMT Message-Id: <200611262310.kAQNADBB016434@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 23:10:15 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Mon, 27 Nov 2006 00:00:42 +0100 (CET) --ELM82590640;-1539-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi Marcel, >> The "sysctl dev" delta between a "sio kernel" and an "uart kernel" is: >> >> 107,124c107,118 >> < dev.sio.4.%desc: Dolphin Peripherals 4036 >> < dev.sio.4.%driver: sio >> < dev.sio.4.%parent: puc0 >> < dev.sio.5.%desc: Dolphin Peripherals 4036 >> < dev.sio.5.%driver: sio >> < dev.sio.5.%parent: puc0 >> < dev.sio.0.%desc: Standard PC COM port >> < dev.sio.0.%driver: sio >> < dev.sio.0.%location: handle=\_SB_.PCI0.IBRG.COM1 >> < dev.sio.0.%pnpinfo: _HID=PNP0501 _UID=1 >> < dev.sio.0.%parent: acpi0 >> < dev.sio.0.wake: 0 >> < dev.sio.1.%desc: Standard PC COM port >> < dev.sio.1.%driver: sio >> < dev.sio.1.%location: handle=\_SB_.PCI0.IBRG.COM2 >> < dev.sio.1.%pnpinfo: _HID=PNP0501 _UID=2 >> < dev.sio.1.%parent: acpi0 >> < dev.sio.1.wake: 0 >> --- >>> dev.uart.2.%desc: 16550 or compatible >>> dev.uart.2.%driver: uart >>> dev.uart.2.%parent: puc0 >>> dev.uart.3.%desc: 16550 or compatible >>> dev.uart.3.%driver: uart >>> dev.uart.3.%parent: puc0 >>> dev.uart.0.%desc: 16550 or compatible >>> dev.uart.0.%driver: uart >>> dev.uart.0.%parent: isa0 >>> dev.uart.1.%desc: 16550 or compatible >>> dev.uart.1.%driver: uart >>> dev.uart.1.%parent: isa0 >> >> Maybe this gives some hint? > >One thing that strikes me as odd is that sio(4) attaches to acpi(4), >while uart(4) attaches to isa(4). Yes. That is indeed the reason why I send you this. But maybe it's just harmless. >While this has nothing to do with puc(4), I'd like to know why this >is happening. Could you send me a verbose dmesg of both kernels? Please see attached the kernel configs and verbose debugs. You will see that the kernel configs are both based on GENERIC with a lot of unused devices being explicitely disabled. This saves som 1.5 MB kernel space. Otehrwise the delta between the two currently is: --- /sys/i386/conf/HMO Thu Aug 31 16:53:24 2006 +++ /sys/i386/conf/HMO-UART Thu Nov 16 00:00:00 2006 @@ -134,7 +134,6 @@ options IPFIREWALL_FORWARD #packet destination changes device puc -options PUC_FASTINTR #options IPSEC #IP security #options IPSEC_ESP #IP security (crypto; define w/ IPSEC) @@ -142,3 +141,8 @@ #options IPSEC_FILTERGIF #filter ipsec packets from a tunnel device crypto # core crypto support options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) + +nodevice sio # 8250, 16[45]50 based serial ports +# uart: newbusified driver for serial interfaces. It consolidates the sio(4), +# sab(4) and zs(4) drivers. +device uart Regards, Helge --ELM82590640;-1539-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=HMO Content-Description: /sys/i386/conf/HMO Content-Transfer-Encoding: 7bit include GENERIC nodevice ahb # EISA AHA1742 family nodevice ahc # AHA2940 and onboard AIC7xxx devices nodevice ahd # AHA39320/29320 and onboard AIC79xx devices nodevice amd # AMD 53C974 (Tekram DC-390(T)) nodevice isp # Qlogic family nodevice mpt # LSI-Logic MPT-Fusion nodevice sym # NCR/Symbios Logic (newer chipsets + those of `ncr') nodevice trm # Tekram DC395U/UW/F DC315U adapters nodevice adv # Advansys SCSI adapters nodevice adw # Advansys wide SCSI adapters nodevice aha # Adaptec 154x SCSI adapters nodevice aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. nodevice bt # Buslogic/Mylex MultiMaster SCSI adapters nodevice ncv # NCR 53C500 nodevice nsp # Workbit Ninja SCSI-3 nodevice stg # TMC 18C30/18C50 nodevice amr # AMI MegaRAID nodevice arcmsr # Areca SATA II RAID nodevice asr # DPT SmartRAID V, VI and Adaptec SCSI RAID nodevice ciss # Compaq Smart RAID 5* nodevice dpt # DPT Smartcache III, IV - See NOTES for options nodevice hptmv # Highpoint RocketRAID 182x nodevice rr232x # Highpoint RocketRAID 232x nodevice iir # Intel Integrated RAID nodevice ips # IBM (Adaptec) ServeRAID nodevice mly # Mylex AcceleRAID/eXtremeRAID nodevice twa # 3ware 9000 series PATA/SATA RAID nodevice aac # Adaptec FSA RAID nodevice aacp # SCSI passthrough for aac (requires CAM) nodevice ida # Compaq Smart RAID nodevice mfi # LSI MegaRAID SAS nodevice mlx # Mylex DAC960 family nodevice pst # Promise Supertrak SX6000 nodevice twe # 3ware ATA RAID nodevice cbb # cardbus (yenta) bridge nodevice pccard # PC Card (16-bit) bus nodevice cardbus # CardBus (32-bit) bus nodevice plip # TCP/IP over parallel nodevice de # DEC/Intel DC21x4x (``Tulip'') nodevice em # Intel PRO/1000 adapter Gigabit Ethernet Card nodevice ixgb # Intel PRO/10GbE Ethernet Card nodevice txp # 3Com 3cR990 (``Typhoon'') nodevice vx # 3Com 3c590, 3c595 (``Vortex'') nodevice bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet nodevice bfe # Broadcom BCM440x 10/100 Ethernet nodevice bge # Broadcom BCM570xx Gigabit Ethernet nodevice dc # DEC/Intel 21143 and various workalikes nodevice fxp # Intel EtherExpress PRO/100B (82557, 82558) nodevice lge # Level 1 LXT1001 gigabit ethernet nodevice nge # NatSemi DP83820 gigabit ethernet nodevice nve # nVidia nForce MCP on-board Ethernet Networking nodevice pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') nodevice re # RealTek 8139C+/8169/8169S/8110S nodevice rl # RealTek 8129/8139 nodevice sf # Adaptec AIC-6915 (``Starfire'') nodevice sis # Silicon Integrated Systems SiS 900/SiS 7016 nodevice sk # SysKonnect SK-984x & SK-982x gigabit Ethernet nodevice ste # Sundance ST201 (D-Link DFE-550TX) nodevice stge # Sundance/Tamarack TC9021 gigabit Ethernet nodevice ti # Alteon Networks Tigon I/II gigabit Ethernet nodevice tl # Texas Instruments ThunderLAN nodevice tx # SMC EtherPower II (83c170 ``EPIC'') nodevice vge # VIA VT612x gigabit ethernet nodevice vr # VIA Rhine, Rhine II nodevice wb # Winbond W89C840F nodevice xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') nodevice cs # Crystal Semiconductor CS89x0 NIC nodevice ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards nodevice ex # Intel EtherExpress Pro/10 and Pro/10+ nodevice ep # Etherlink III based cards nodevice fe # Fujitsu MB8696x based cards nodevice ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. nodevice lnc # NE2100, NE32-VL Lance Ethernet cards nodevice sn # SMC's 9000 series of Ethernet chips nodevice xe # Xircom pccard Ethernet nodevice wlan # 802.11 support nodevice wlan_wep # 802.11 WEP support nodevice wlan_ccmp # 802.11 CCMP support nodevice wlan_tkip # 802.11 TKIP support nodevice an # Aironet 4500/4800 802.11 wireless NICs. nodevice ath # Atheros pci/cardbus NIC's nodevice ath_hal # Atheros HAL (Hardware Access Layer) nodevice ath_rate_sample # SampleRate tx rate control for ath nodevice awi # BayStack 660 and others nodevice ral # Ralink Technology RT2500 wireless NICs. nodevice wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. nodevice sl # Kernel SLIP nodevice ppp # Kernel PPP nodevice tun # Packet tunnel. nodevice md # Memory "disks" nodevice gif # IPv6 and IPv4 tunneling nodevice faith # IPv6-to-IPv4 relaying (translation) nodevice uhci # UHCI PCI->USB interface nodevice ohci # OHCI PCI->USB interface nodevice ehci # EHCI PCI->USB interface (USB 2.0) nodevice usb # USB Bus (required) nodevice ugen # Generic nodevice uhid # "Human Interface Devices" nodevice ukbd # Keyboard nodevice ulpt # Printer nodevice umass # Disks/Mass storage - Requires scbus and da nodevice ums # Mouse nodevice ural # Ralink Technology RT2500USB wireless NICs nodevice urio # Diamond Rio 500 MP3 player nodevice uscanner # Scanners nodevice aue # ADMtek USB Ethernet nodevice axe # ASIX Electronics USB Ethernet nodevice cdce # Generic USB over Ethernet nodevice cue # CATC USB Ethernet nodevice kue # Kawasaki LSI USB Ethernet nodevice rue # RealTek RTL8150 USB Ethernet nodevice firewire # FireWire bus code nodevice sbp # SCSI over FireWire (Requires scbus and da) nodevice fwe # Ethernet over FireWire (non-standard!) nooption NFSCLIENT # Network Filesystem Client nooption NFSSERVER # Network Filesystem Server nooption NFS_ROOT # NFS usable as /, requires NFSCLIENT nooption MSDOSFS # MSDOS Filesystem nooption CD9660 # ISO 9660 Filesystem nooption PROCFS # Process filesystem (requires PSEUDOFS) nooption PSEUDOFS # Pseudo-filesystem framework options IPFIREWALL #firewall options IPFIREWALL_FORWARD #packet destination changes device puc options PUC_FASTINTR #options IPSEC #IP security #options IPSEC_ESP #IP security (crypto; define w/ IPSEC) #options IPSEC_DEBUG #debug for IP security #options IPSEC_FILTERGIF #filter ipsec packets from a tunnel device crypto # core crypto support options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) --ELM82590640;-1539-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=HMO.dmesg Content-Description: /tmp/HMO.dmesg Content-Transfer-Encoding: 7bit Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-615 #0: Mon Nov 20 15:58:20 CET 2006 toor@sep.oldach.net:/usr/obj/usr/src/sys/HMO Preloaded elf kernel "/boot/kernel/kernel" at 0xc08a3000. Preloaded elf module "/boot/kernel/if_fxp.ko" at 0xc08a30cc. Preloaded elf module "/boot/kernel/if_wi.ko" at 0xc08a3178. Preloaded elf module "/boot/kernel/wlan.ko" at 0xc08a3224. Preloaded elf module "/boot/kernel/snd_ess.ko" at 0xc08a32d0. Preloaded elf module "/boot/kernel/sound.ko" at 0xc08a337c. Preloaded elf module "/boot/kernel/snd_sbc.ko" at 0xc08a3428. Preloaded elf module "/boot/kernel/usb.ko" at 0xc08a34d4. Preloaded elf module "/boot/kernel/ugen.ko" at 0xc08a357c. Preloaded elf module "/boot/kernel/umass.ko" at 0xc08a3628. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08a36d4. Preloaded elf module "/boot/kernel/cbb.ko" at 0xc08a3780. Preloaded elf module "/boot/kernel/exca.ko" at 0xc08a3828. Preloaded elf module "/boot/kernel/pccard.ko" at 0xc08a38d4. Preloaded elf module "/boot/kernel/sym.ko" at 0xc08a3980. Preloaded elf module "/boot/kernel/uplcom.ko" at 0xc08a3a28. Preloaded elf module "/boot/kernel/ucom.ko" at 0xc08a3ad4. Preloaded elf module "/boot/kernel/uvisor.ko" at 0xc08a3b80. Preloaded elf module "/boot/kernel/wlan_wep.ko" at 0xc08a3c2c. Preloaded elf module "/boot/kernel/if_bridge.ko" at 0xc08a3cdc. Calibrating clock(s) ... i8254 clock: 1193072 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 646666138 Hz CPU: Intel Pentium III (646.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 402653184 (384 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c25000 - 0x00000000178fcfff, 382566400 bytes (93400 pages) avail memory = 384528384 (366 MB) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xec700 (c00ec700) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xec700+0x11a0 pnpbios: Found PnP BIOS data at 0xc00f7db0 pnpbios: Entry = f0000:6480 Rev = 1.0 pnpbios: OEM ID b5b0110e Other BIOS signatures found: wlan: <802.11 Link Layer> crypto: random: kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: io: npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x00000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcibios: BIOS version 2.10 Found $PIR table, 9 entries at 0xc00edd10 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs slot 1 0 13 A 0x60 3 4 5 6 7 9 10 11 slot 1 0 13 B 0x61 3 4 5 6 7 9 10 11 slot 1 0 13 C 0x62 3 4 5 6 7 9 10 11 slot 1 0 13 D 0x63 3 4 5 6 7 9 10 11 slot 2 0 14 A 0x61 3 4 5 6 7 9 10 11 slot 2 0 14 B 0x62 3 4 5 6 7 9 10 11 slot 2 0 14 C 0x63 3 4 5 6 7 9 10 11 slot 2 0 14 D 0x60 3 4 5 6 7 9 10 11 slot 3 0 15 A 0x62 3 4 5 6 7 9 10 11 slot 3 0 15 B 0x63 3 4 5 6 7 9 10 11 slot 3 0 15 C 0x60 3 4 5 6 7 9 10 11 slot 3 0 15 D 0x61 3 4 5 6 7 9 10 11 slot 4 0 16 A 0x63 3 4 5 6 7 9 10 11 slot 4 0 16 B 0x60 3 4 5 6 7 9 10 11 slot 4 0 16 C 0x61 3 4 5 6 7 9 10 11 slot 4 0 16 D 0x62 3 4 5 6 7 9 10 11 slot 5 0 18 A 0x61 3 4 5 6 7 9 10 11 slot 5 0 18 B 0x62 3 4 5 6 7 9 10 11 slot 5 0 18 C 0x63 3 4 5 6 7 9 10 11 slot 5 0 18 D 0x60 3 4 5 6 7 9 10 11 embedded 0 12 A 0x60 3 4 5 6 7 9 10 11 embedded 0 12 B 0x61 3 4 5 6 7 9 10 11 embedded 0 12 C 0x62 3 4 5 6 7 9 10 11 embedded 0 12 D 0x63 3 4 5 6 7 9 10 11 embedded 0 20 D 0x63 3 4 5 6 7 9 10 11 embedded 0 1 A 0x62 3 4 5 6 7 9 10 11 embedded 0 1 B 0x63 3 4 5 6 7 9 10 11 embedded 0 11 A 0x61 3 4 5 6 7 9 10 11 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 20 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 20 func 2 acpi0: wakeup code va 0xca4b3000 pa 0x9e000 atpic: Programming IRQ9 as level/low acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) ACPI timer: 0/4 0/3 0/4 0/5 0/4 0/3 0/3 0/4 0/3 0/4 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0xf810 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.13.INTA at func 0: 11 ACPI: Found matching pin for 0.14.INTA at func 0: 10 ACPI: Found matching pin for 0.15.INTA at func 0: 11 ACPI: Found matching pin for 0.16.INTA at func 0: 255 ACPI: Found matching pin for 0.20.INTD at func 2: 11 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x7190, revid=0x03 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x3210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 3, range 32, base 44000000, size 26, enabled found-> vendor=0x8086, dev=0x7191, revid=0x03 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1229, revid=0x08 bus=0, slot=13, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 41300000, size 12, enabled map[14]: type 4, range 32, base 00002040, size 6, enabled map[18]: type 1, range 32, base 41200000, size 20, enabled pcib0: matched entry for 0.13.INTA (src \\_SB_.LNKA:0) pcib0: slot 13 INTA routed to irq 11 via \\_SB_.LNKA found-> vendor=0x1409, dev=0x7168, revid=0x01 bus=0, slot=14, func=0 class=07-00-02, hdrtype=0x00, mfdev=0 cmdreg=0x0081, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[10]: type 4, range 32, base 00002000, size 5, enabled pcib0: matched entry for 0.14.INTA (src \\_SB_.LNKB:0) pcib0: slot 14 INTA routed to irq 10 via \\_SB_.LNKB found-> vendor=0x1000, dev=0x0001, revid=0x02 bus=0, slot=15, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x42 (1980 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type 4, range 32, base 00002400, size 8, enabled map[14]: type 1, range 32, base 41100000, size 8, enabled pcib0: matched entry for 0.15.INTA (src \\_SB_.LNKC:0) pcib0: slot 15 INTA routed to irq 11 via \\_SB_.LNKC found-> vendor=0x104c, dev=0xac1e, revid=0x00 bus=0, slot=16, func=0 class=06-07-00, hdrtype=0x02, mfdev=0 cmdreg=0x0004, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x40 (16000 ns), maxlat=0x03 (750 ns) intpin=a, irq=255 powerspec 1 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 00000000, size 12, memory disabled found-> vendor=0x8086, dev=0x7110, revid=0x02 bus=0, slot=20, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7111, revid=0x01 bus=0, slot=20, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 000020e0, size 4, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 bus=0, slot=20, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[20]: type 4, range 32, base 000020c0, size 5, enabled pcib0: matched entry for 0.20.INTD (src \\_SB_.LNKD:0) pcib0: slot 20 INTD routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x7113, revid=0x02 bus=0, slot=20, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[90]: type 4, range 32, base 0000fc00, size 4, enabled agp0: mem 0x44000000-0x47ffffff at device 0.0 on pci0 agp0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0x44000000 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x1000-0x1fff pcib1: memory decode 0x40000000-0x410fffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=1 found-> vendor=0x1002, dev=0x4742, revid=0x5c bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type 1, range 32, base 40000000, size 24, enabled pcib1: (null) requested memory range 0x40000000-0x40ffffff: good map[14]: type 4, range 32, base 00001000, size 8, enabled pcib1: (null) requested I/O range 0x1000-0x10ff: in range map[18]: type 1, range 32, base 41000000, size 12, enabled pcib1: (null) requested memory range 0x41000000-0x41000fff: good pcib0: matched entry for 0.1.INTA (src \\_SB_.LNKC:0) pcib0: slot 1 INTA routed to irq 11 via \\_SB_.LNKC pcib1: slot 0 INTA is routed to irq 11 pci1: at device 0.0 (no driver attached) fxp0: port 0x2040-0x207f mem 0x41300000-0x41300fff,0x41200000-0x412fffff irq 11 at device 13.0 on pci0 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x41300000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 8086 000e 0008 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:90:27:88:10:e6 fxp0: [MPSAFE] puc0: port 0x2000-0x201f irq 10 at device 14.0 on pci0 puc0: Reserved 0x20 bytes for rid 0x10 type 4 at 0x2000 sio4: on puc0 sio4: type 16550A sio5: on puc0 sio5: type 16550A sym0: <810> port 0x2400-0x24ff mem 0x41100000-0x411000ff irq 11 at device 15.0 on pci0 sym0: Reserved 0x100 bytes for rid 0x14 type 3 at 0x41100000 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking sym0: open drain IRQ line driver sym0: using NCR-generic firmware. sym0: [GIANT-LOCKED] cbb0: at device 16.0 on pci0 cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000 pccard0: <16-bit PCCard bus> on cbb0 pcib0: matched entry for 0.16.INTA (src \\_SB_.LNKD:0) pcib0: slot 16 INTA routed to irq 11 via \\_SB_.LNKD cbb0: [MPSAFE] cbb0: PCI Configuration space: 0x00: 0xac1e104c 0x02100007 0x06070000 0x00024208 0x10: 0x80000000 0x020000a0 0x20030200 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 0x40: 0x00000000 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x0044b060 0x00000000 0x00000000 0x00000022 0x90: 0x616600c0 0x00000000 0x00000000 0x00000000 0xa0: 0x7e210001 0x00c00000 0x0000000b 0x0000001f 0xb0: 0x09000000 0x00000000 0x00000000 0x00000000 0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20e0-0x20ef at device 20.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x20e0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x52 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=52 stat1=00 devices=0x1 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=50 ata1: stat0=0x00 err=0x50 lsb=0x00 msb=0x00 ata1: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=50 devices=0x2 ata1: [MPSAFE] uhci0: port 0x20c0-0x20df irq 11 at device 20.2 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x20c0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 psmcpnp0: irq 12 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model MouseMan+, device ID 0-51, 3 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:08, syncbits:00 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: port 0x378-0x37f,0x778-0x77d irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A fdc0: port 0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 73 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sbc0: port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on acpi0 sbc0: [GIANT-LOCKED] pcm0: on sbc0 pcm0: ESS1869 detected, newspeed pcm0: [GIANT-LOCKED] pcm0: sndbuf_setmap ff4000, 1000; 0xd52b4000 -> ff4000 pcm0: sndbuf_setmap ff3000, 1000; 0xd52b5000 -> ff3000 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sc: sc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it vga: vga0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xe0000-0xe7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vt0: not probed (disabled) isa_probe_children: probing PnP devices ugen0: vendor 0x05a9 product 0xa511, rev 1.00/1.00, addr 2 uhub1: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.08, addr 3 uhub1: 4 ports with 4 removable, self powered ucom0: vendor 0x067b product 0x2303, rev 1.10/2.02, addr 4 Device configuration finished. Timecounter "TSC" frequency 646666138 Hz quality 800 Timecounters tick every 1.000 msec crypto: assign driver 0, flags 6 crypto: driver 0 registers alg 1 flags 0 maxoplen 0 crypto: driver 0 registers alg 2 flags 0 maxoplen 0 crypto: driver 0 registers alg 3 flags 0 maxoplen 0 crypto: driver 0 registers alg 4 flags 0 maxoplen 0 crypto: driver 0 registers alg 5 flags 0 maxoplen 0 crypto: driver 0 registers alg 16 flags 0 maxoplen 0 crypto: driver 0 registers alg 6 flags 0 maxoplen 0 crypto: driver 0 registers alg 7 flags 0 maxoplen 0 crypto: driver 0 registers alg 18 flags 0 maxoplen 0 crypto: driver 0 registers alg 19 flags 0 maxoplen 0 crypto: driver 0 registers alg 20 flags 0 maxoplen 0 crypto: driver 0 registers alg 8 flags 0 maxoplen 0 crypto: driver 0 registers alg 15 flags 0 maxoplen 0 crypto: driver 0 registers alg 9 flags 0 maxoplen 0 crypto: driver 0 registers alg 10 flags 0 maxoplen 0 crypto: driver 0 registers alg 13 flags 0 maxoplen 0 crypto: driver 0 registers alg 14 flags 0 maxoplen 0 crypto: driver 0 registers alg 11 flags 0 maxoplen 0 crypto: driver 0 registers alg 17 flags 0 maxoplen 0 Fast IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to deny, logging disabled lo0: bpf attached pccard0: CIS version PC Card Standard 5.0 pccard0: CIS info: LG, 11Mbps Wireless LAN PCI Card, Version 01.02, pccard0: Manufacturer code 0x156, product 0x2 pccard0: function 0: network adapter, ccr addr 3e0 mask 1 pccard0: function 0, config table entry 1: I/O card; irq mask ffff; iomask 6, iospace 0-3f; io16 wi0: at port 0x100-0x13f irq 11 function 0 config 1 on pccard0 wi0: [MPSAFE] wi0: using RF:PRISM2.5 MAC:ISL3873 wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9) wi0: bpf attached wi0: Ethernet address: 00:04:47:50:15:3a wi0: bpf attached wi0: bpf attached wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=80 wire ad0: setting PIO4 on PIIX4 chip ad0: setting UDMA33 on PIIX4 chip ad0: 19595MB at ata0-master UDMA33 ad0: 40132503 sectors [42468C/15H/63S] 16 sectors/interrupt 1 depth queue ad0: Intel check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad3: setting PIO4 on PIIX4 chip ad3: setting UDMA33 on PIIX4 chip ad3: 19470MB at ata1-slave UDMA33 ad3: 39876480 sectors [42197C/15H/63S] 16 sectors/interrupt 1 depth queue ad3: Intel check1 failed ad3: Adaptec check1 failed ad3: LSI (v3) check1 failed ad3: LSI (v2) check1 failed ad3: FreeBSD check1 failed Waiting 5 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. (probe3:sym0:0:3:0): Retrying Command (probe3:sym0:0:3:0): error 22 (probe3:sym0:0:3:0): Unretryable Error pass0 at sym0 bus 0 target 3 lun 0 pass0: Removable CD-ROM SCSI-2 device pass0: 4.237MB/s transfers (4.237MHz, offset 8) ATA PseudoRAID loaded (cd0:sym0:0:3:0): Retrying Command cd0 at sym0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.237MB/s transfers (4.237MHz, offset 8) cd0: cd present [296339 x 2048 byte records] GEOM: new disk ad0 GEOM: new disk ad3 GEOM: new disk cd0 Trying to mount root from ufs:/dev/ad0s1a start_init: trying /sbin/init --ELM82590640;-1539-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=HMO-UART Content-Description: /sys/i386/conf/HMO-UART Content-Transfer-Encoding: 7bit include GENERIC nodevice ahb # EISA AHA1742 family nodevice ahc # AHA2940 and onboard AIC7xxx devices nodevice ahd # AHA39320/29320 and onboard AIC79xx devices nodevice amd # AMD 53C974 (Tekram DC-390(T)) nodevice isp # Qlogic family nodevice mpt # LSI-Logic MPT-Fusion nodevice sym # NCR/Symbios Logic (newer chipsets + those of `ncr') nodevice trm # Tekram DC395U/UW/F DC315U adapters nodevice adv # Advansys SCSI adapters nodevice adw # Advansys wide SCSI adapters nodevice aha # Adaptec 154x SCSI adapters nodevice aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. nodevice bt # Buslogic/Mylex MultiMaster SCSI adapters nodevice ncv # NCR 53C500 nodevice nsp # Workbit Ninja SCSI-3 nodevice stg # TMC 18C30/18C50 nodevice amr # AMI MegaRAID nodevice arcmsr # Areca SATA II RAID nodevice asr # DPT SmartRAID V, VI and Adaptec SCSI RAID nodevice ciss # Compaq Smart RAID 5* nodevice dpt # DPT Smartcache III, IV - See NOTES for options nodevice hptmv # Highpoint RocketRAID 182x nodevice rr232x # Highpoint RocketRAID 232x nodevice iir # Intel Integrated RAID nodevice ips # IBM (Adaptec) ServeRAID nodevice mly # Mylex AcceleRAID/eXtremeRAID nodevice twa # 3ware 9000 series PATA/SATA RAID nodevice aac # Adaptec FSA RAID nodevice aacp # SCSI passthrough for aac (requires CAM) nodevice ida # Compaq Smart RAID nodevice mfi # LSI MegaRAID SAS nodevice mlx # Mylex DAC960 family nodevice pst # Promise Supertrak SX6000 nodevice twe # 3ware ATA RAID nodevice cbb # cardbus (yenta) bridge nodevice pccard # PC Card (16-bit) bus nodevice cardbus # CardBus (32-bit) bus nodevice plip # TCP/IP over parallel nodevice de # DEC/Intel DC21x4x (``Tulip'') nodevice em # Intel PRO/1000 adapter Gigabit Ethernet Card nodevice ixgb # Intel PRO/10GbE Ethernet Card nodevice txp # 3Com 3cR990 (``Typhoon'') nodevice vx # 3Com 3c590, 3c595 (``Vortex'') nodevice bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet nodevice bfe # Broadcom BCM440x 10/100 Ethernet nodevice bge # Broadcom BCM570xx Gigabit Ethernet nodevice dc # DEC/Intel 21143 and various workalikes nodevice fxp # Intel EtherExpress PRO/100B (82557, 82558) nodevice lge # Level 1 LXT1001 gigabit ethernet nodevice nge # NatSemi DP83820 gigabit ethernet nodevice nve # nVidia nForce MCP on-board Ethernet Networking nodevice pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') nodevice re # RealTek 8139C+/8169/8169S/8110S nodevice rl # RealTek 8129/8139 nodevice sf # Adaptec AIC-6915 (``Starfire'') nodevice sis # Silicon Integrated Systems SiS 900/SiS 7016 nodevice sk # SysKonnect SK-984x & SK-982x gigabit Ethernet nodevice ste # Sundance ST201 (D-Link DFE-550TX) nodevice stge # Sundance/Tamarack TC9021 gigabit Ethernet nodevice ti # Alteon Networks Tigon I/II gigabit Ethernet nodevice tl # Texas Instruments ThunderLAN nodevice tx # SMC EtherPower II (83c170 ``EPIC'') nodevice vge # VIA VT612x gigabit ethernet nodevice vr # VIA Rhine, Rhine II nodevice wb # Winbond W89C840F nodevice xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') nodevice cs # Crystal Semiconductor CS89x0 NIC nodevice ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards nodevice ex # Intel EtherExpress Pro/10 and Pro/10+ nodevice ep # Etherlink III based cards nodevice fe # Fujitsu MB8696x based cards nodevice ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. nodevice lnc # NE2100, NE32-VL Lance Ethernet cards nodevice sn # SMC's 9000 series of Ethernet chips nodevice xe # Xircom pccard Ethernet nodevice wlan # 802.11 support nodevice wlan_wep # 802.11 WEP support nodevice wlan_ccmp # 802.11 CCMP support nodevice wlan_tkip # 802.11 TKIP support nodevice an # Aironet 4500/4800 802.11 wireless NICs. nodevice ath # Atheros pci/cardbus NIC's nodevice ath_hal # Atheros HAL (Hardware Access Layer) nodevice ath_rate_sample # SampleRate tx rate control for ath nodevice awi # BayStack 660 and others nodevice ral # Ralink Technology RT2500 wireless NICs. nodevice wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. nodevice sl # Kernel SLIP nodevice ppp # Kernel PPP nodevice tun # Packet tunnel. nodevice md # Memory "disks" nodevice gif # IPv6 and IPv4 tunneling nodevice faith # IPv6-to-IPv4 relaying (translation) nodevice uhci # UHCI PCI->USB interface nodevice ohci # OHCI PCI->USB interface nodevice ehci # EHCI PCI->USB interface (USB 2.0) nodevice usb # USB Bus (required) nodevice ugen # Generic nodevice uhid # "Human Interface Devices" nodevice ukbd # Keyboard nodevice ulpt # Printer nodevice umass # Disks/Mass storage - Requires scbus and da nodevice ums # Mouse nodevice ural # Ralink Technology RT2500USB wireless NICs nodevice urio # Diamond Rio 500 MP3 player nodevice uscanner # Scanners nodevice aue # ADMtek USB Ethernet nodevice axe # ASIX Electronics USB Ethernet nodevice cdce # Generic USB over Ethernet nodevice cue # CATC USB Ethernet nodevice kue # Kawasaki LSI USB Ethernet nodevice rue # RealTek RTL8150 USB Ethernet nodevice firewire # FireWire bus code nodevice sbp # SCSI over FireWire (Requires scbus and da) nodevice fwe # Ethernet over FireWire (non-standard!) nooption NFSCLIENT # Network Filesystem Client nooption NFSSERVER # Network Filesystem Server nooption NFS_ROOT # NFS usable as /, requires NFSCLIENT nooption MSDOSFS # MSDOS Filesystem nooption CD9660 # ISO 9660 Filesystem nooption PROCFS # Process filesystem (requires PSEUDOFS) nooption PSEUDOFS # Pseudo-filesystem framework options IPFIREWALL #firewall options IPFIREWALL_FORWARD #packet destination changes device puc #options IPSEC #IP security #options IPSEC_ESP #IP security (crypto; define w/ IPSEC) #options IPSEC_DEBUG #debug for IP security #options IPSEC_FILTERGIF #filter ipsec packets from a tunnel device crypto # core crypto support options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) nodevice sio # 8250, 16[45]50 based serial ports # uart: newbusified driver for serial interfaces. It consolidates the sio(4), # sab(4) and zs(4) drivers. device uart --ELM82590640;-1539-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=HMO-UART.dmesg Content-Description: /tmp/HMO-UART.dmesg Content-Transfer-Encoding: 7bit Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-615 #0: Mon Nov 20 16:43:26 CET 2006 toor@sep.oldach.net:/usr/obj/usr/src/sys/HMO-UART Preloaded elf kernel "/boot/kernel/kernel" at 0xc08a7000. Preloaded elf module "/boot/kernel/if_fxp.ko" at 0xc08a70cc. Preloaded elf module "/boot/kernel/if_wi.ko" at 0xc08a7178. Preloaded elf module "/boot/kernel/wlan.ko" at 0xc08a7224. Preloaded elf module "/boot/kernel/snd_ess.ko" at 0xc08a72d0. Preloaded elf module "/boot/kernel/sound.ko" at 0xc08a737c. Preloaded elf module "/boot/kernel/snd_sbc.ko" at 0xc08a7428. Preloaded elf module "/boot/kernel/usb.ko" at 0xc08a74d4. Preloaded elf module "/boot/kernel/ugen.ko" at 0xc08a757c. Preloaded elf module "/boot/kernel/umass.ko" at 0xc08a7628. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc08a76d4. Preloaded elf module "/boot/kernel/cbb.ko" at 0xc08a7780. Preloaded elf module "/boot/kernel/exca.ko" at 0xc08a7828. Preloaded elf module "/boot/kernel/pccard.ko" at 0xc08a78d4. Preloaded elf module "/boot/kernel/sym.ko" at 0xc08a7980. Preloaded elf module "/boot/kernel/uplcom.ko" at 0xc08a7a28. Preloaded elf module "/boot/kernel/ucom.ko" at 0xc08a7ad4. Preloaded elf module "/boot/kernel/uvisor.ko" at 0xc08a7b80. Preloaded elf module "/boot/kernel/wlan_wep.ko" at 0xc08a7c2c. Preloaded elf module "/boot/kernel/if_bridge.ko" at 0xc08a7cdc. Calibrating clock(s) ... i8254 clock: 1193072 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 646665859 Hz CPU: Intel Pentium III (646.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 402653184 (384 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c25000 - 0x00000000178fcfff, 382566400 bytes (93400 pages) avail memory = 384528384 (366 MB) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xec700 (c00ec700) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xec700+0x11a0 pnpbios: Found PnP BIOS data at 0xc00f7db0 pnpbios: Entry = f0000:6480 Rev = 1.0 pnpbios: OEM ID b5b0110e Other BIOS signatures found: wlan: <802.11 Link Layer> crypto: random: kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: io: npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x00000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcibios: BIOS version 2.10 Found $PIR table, 9 entries at 0xc00edd10 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs slot 1 0 13 A 0x60 3 4 5 6 7 9 10 11 slot 1 0 13 B 0x61 3 4 5 6 7 9 10 11 slot 1 0 13 C 0x62 3 4 5 6 7 9 10 11 slot 1 0 13 D 0x63 3 4 5 6 7 9 10 11 slot 2 0 14 A 0x61 3 4 5 6 7 9 10 11 slot 2 0 14 B 0x62 3 4 5 6 7 9 10 11 slot 2 0 14 C 0x63 3 4 5 6 7 9 10 11 slot 2 0 14 D 0x60 3 4 5 6 7 9 10 11 slot 3 0 15 A 0x62 3 4 5 6 7 9 10 11 slot 3 0 15 B 0x63 3 4 5 6 7 9 10 11 slot 3 0 15 C 0x60 3 4 5 6 7 9 10 11 slot 3 0 15 D 0x61 3 4 5 6 7 9 10 11 slot 4 0 16 A 0x63 3 4 5 6 7 9 10 11 slot 4 0 16 B 0x60 3 4 5 6 7 9 10 11 slot 4 0 16 C 0x61 3 4 5 6 7 9 10 11 slot 4 0 16 D 0x62 3 4 5 6 7 9 10 11 slot 5 0 18 A 0x61 3 4 5 6 7 9 10 11 slot 5 0 18 B 0x62 3 4 5 6 7 9 10 11 slot 5 0 18 C 0x63 3 4 5 6 7 9 10 11 slot 5 0 18 D 0x60 3 4 5 6 7 9 10 11 embedded 0 12 A 0x60 3 4 5 6 7 9 10 11 embedded 0 12 B 0x61 3 4 5 6 7 9 10 11 embedded 0 12 C 0x62 3 4 5 6 7 9 10 11 embedded 0 12 D 0x63 3 4 5 6 7 9 10 11 embedded 0 20 D 0x63 3 4 5 6 7 9 10 11 embedded 0 1 A 0x62 3 4 5 6 7 9 10 11 embedded 0 1 B 0x63 3 4 5 6 7 9 10 11 embedded 0 11 A 0x61 3 4 5 6 7 9 10 11 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 20 func 0 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: bus 0 dev 20 func 2 acpi0: wakeup code va 0xca4b3000 pa 0x9e000 atpic: Programming IRQ9 as level/low acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) ACPI timer: 0/3 0/3 0/3 0/3 0/3 0/3 0/3 0/3 0/3 0/3 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0xf810 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.13.INTA at func 0: 11 ACPI: Found matching pin for 0.14.INTA at func 0: 10 ACPI: Found matching pin for 0.15.INTA at func 0: 11 ACPI: Found matching pin for 0.16.INTA at func 0: 255 ACPI: Found matching pin for 0.20.INTD at func 2: 11 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x7190, revid=0x03 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x3210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 3, range 32, base 44000000, size 26, enabled found-> vendor=0x8086, dev=0x7191, revid=0x03 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1229, revid=0x08 bus=0, slot=13, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 41300000, size 12, enabled map[14]: type 4, range 32, base 00002040, size 6, enabled map[18]: type 1, range 32, base 41200000, size 20, enabled pcib0: matched entry for 0.13.INTA (src \\_SB_.LNKA:0) pcib0: slot 13 INTA routed to irq 11 via \\_SB_.LNKA found-> vendor=0x1409, dev=0x7168, revid=0x01 bus=0, slot=14, func=0 class=07-00-02, hdrtype=0x00, mfdev=0 cmdreg=0x0081, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[10]: type 4, range 32, base 00002000, size 5, enabled pcib0: matched entry for 0.14.INTA (src \\_SB_.LNKB:0) pcib0: slot 14 INTA routed to irq 10 via \\_SB_.LNKB found-> vendor=0x1000, dev=0x0001, revid=0x02 bus=0, slot=15, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x42 (1980 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type 4, range 32, base 00002400, size 8, enabled map[14]: type 1, range 32, base 41100000, size 8, enabled pcib0: matched entry for 0.15.INTA (src \\_SB_.LNKC:0) pcib0: slot 15 INTA routed to irq 11 via \\_SB_.LNKC found-> vendor=0x104c, dev=0xac1e, revid=0x00 bus=0, slot=16, func=0 class=06-07-00, hdrtype=0x02, mfdev=0 cmdreg=0x0004, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x40 (16000 ns), maxlat=0x03 (750 ns) intpin=a, irq=255 powerspec 1 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 00000000, size 12, memory disabled found-> vendor=0x8086, dev=0x7110, revid=0x02 bus=0, slot=20, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7111, revid=0x01 bus=0, slot=20, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 000020e0, size 4, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 bus=0, slot=20, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[20]: type 4, range 32, base 000020c0, size 5, enabled pcib0: matched entry for 0.20.INTD (src \\_SB_.LNKD:0) pcib0: slot 20 INTD routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x7113, revid=0x02 bus=0, slot=20, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[90]: type 4, range 32, base 0000fc00, size 4, enabled agp0: mem 0x44000000-0x47ffffff at device 0.0 on pci0 agp0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0x44000000 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x1000-0x1fff pcib1: memory decode 0x40000000-0x410fffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=1 found-> vendor=0x1002, dev=0x4742, revid=0x5c bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type 1, range 32, base 40000000, size 24, enabled pcib1: (null) requested memory range 0x40000000-0x40ffffff: good map[14]: type 4, range 32, base 00001000, size 8, enabled pcib1: (null) requested I/O range 0x1000-0x10ff: in range map[18]: type 1, range 32, base 41000000, size 12, enabled pcib1: (null) requested memory range 0x41000000-0x41000fff: good pcib0: matched entry for 0.1.INTA (src \\_SB_.LNKC:0) pcib0: slot 1 INTA routed to irq 11 via \\_SB_.LNKC pcib1: slot 0 INTA is routed to irq 11 pci1: at device 0.0 (no driver attached) fxp0: port 0x2040-0x207f mem 0x41300000-0x41300fff,0x41200000-0x412fffff irq 11 at device 13.0 on pci0 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x41300000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 8086 000e 0008 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:90:27:88:10:e6 fxp0: [MPSAFE] puc0: port 0x2000-0x201f irq 10 at device 14.0 on pci0 puc0: Reserved 0x20 bytes for rid 0x10 type 4 at 0x2000 uart2: <16550 or compatible> on puc0 uart3: <16550 or compatible> on puc0 sym0: <810> port 0x2400-0x24ff mem 0x41100000-0x411000ff irq 11 at device 15.0 on pci0 sym0: Reserved 0x100 bytes for rid 0x14 type 3 at 0x41100000 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking sym0: open drain IRQ line driver sym0: using NCR-generic firmware. sym0: [GIANT-LOCKED] cbb0: at device 16.0 on pci0 cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000 pccard0: <16-bit PCCard bus> on cbb0 pcib0: matched entry for 0.16.INTA (src \\_SB_.LNKD:0) pcib0: slot 16 INTA routed to irq 11 via \\_SB_.LNKD cbb0: [MPSAFE] cbb0: PCI Configuration space: 0x00: 0xac1e104c 0x02100007 0x06070000 0x00024208 0x10: 0x80000000 0x020000a0 0x20030200 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 0x40: 0x00000000 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x0044b060 0x00000000 0x00000000 0x00000022 0x90: 0x616600c0 0x00000000 0x00000000 0x00000000 0xa0: 0x7e210001 0x00c00000 0x0000000b 0x0000001f 0xb0: 0x09000000 0x00000000 0x00000000 0x00000000 0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20e0-0x20ef at device 20.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x20e0 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=00 devices=0x1 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=50 ata1: stat0=0x00 err=0x10 lsb=0x00 msb=0x00 ata1: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=50 devices=0x2 ata1: [MPSAFE] uhci0: port 0x20c0-0x20df irq 11 at device 20.2 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x20c0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 psmcpnp0: irq 12 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model MouseMan+, device ID 0-51, 3 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:08, syncbits:00 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: port 0x378-0x37f,0x778-0x77d irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 73 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sbc0: port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on acpi0 sbc0: [GIANT-LOCKED] pcm0: on sbc0 pcm0: ESS1869 detected, newspeed pcm0: [GIANT-LOCKED] pcm0: sndbuf_setmap ff3000, 1000; 0xd52b5000 -> ff3000 pcm0: sndbuf_setmap ff2000, 1000; 0xd52b6000 -> ff2000 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xe0000-0xe7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 uart0: fast interrupt uart1: <16550 or compatible> at port 0x2f8-0x2ff irq 3 on isa0 uart1: fast interrupt vt0: not probed (disabled) isa_probe_children: probing PnP devices ugen0: vendor 0x05a9 product 0xa511, rev 1.00/1.00, addr 2 uhub1: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.08, addr 3 uhub1: 4 ports with 4 removable, self powered ucom0: vendor 0x067b product 0x2303, rev 1.10/2.02, addr 4 Device configuration finished. Timecounter "TSC" frequency 646665859 Hz quality 800 Timecounters tick every 1.000 msec crypto: assign driver 0, flags 6 crypto: driver 0 registers alg 1 flags 0 maxoplen 0 crypto: driver 0 registers alg 2 flags 0 maxoplen 0 crypto: driver 0 registers alg 3 flags 0 maxoplen 0 crypto: driver 0 registers alg 4 flags 0 maxoplen 0 crypto: driver 0 registers alg 5 flags 0 maxoplen 0 crypto: driver 0 registers alg 16 flags 0 maxoplen 0 crypto: driver 0 registers alg 6 flags 0 maxoplen 0 crypto: driver 0 registers alg 7 flags 0 maxoplen 0 crypto: driver 0 registers alg 18 flags 0 maxoplen 0 crypto: driver 0 registers alg 19 flags 0 maxoplen 0 crypto: driver 0 registers alg 20 flags 0 maxoplen 0 crypto: driver 0 registers alg 8 flags 0 maxoplen 0 crypto: driver 0 registers alg 15 flags 0 maxoplen 0 crypto: driver 0 registers alg 9 flags 0 maxoplen 0 crypto: driver 0 registers alg 10 flags 0 maxoplen 0 crypto: driver 0 registers alg 13 flags 0 maxoplen 0 crypto: driver 0 registers alg 14 flags 0 maxoplen 0 crypto: driver 0 registers alg 11 flags 0 maxoplen 0 crypto: driver 0 registers alg 17 flags 0 maxoplen 0 Fast IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to deny, logging disabled lo0: bpf attached pccard0: CIS version PC Card Standard 5.0 pccard0: CIS info: LG, 11Mbps Wireless LAN PCI Card, Version 01.02, pccard0: Manufacturer code 0x156, product 0x2 pccard0: function 0: network adapter, ccr addr 3e0 mask 1 pccard0: function 0, config table entry 1: I/O card; irq mask ffff; iomask 6, iospace 0-3f; io16 wi0: at port 0x100-0x13f irq 11 function 0 config 1 on pccard0 wi0: [MPSAFE] wi0: using RF:PRISM2.5 MAC:ISL3873 wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9) wi0: bpf attached wi0: Ethernet address: 00:04:47:50:15:3a wi0: bpf attached wi0: bpf attached wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=80 wire ad0: setting PIO4 on PIIX4 chip ad0: setting UDMA33 on PIIX4 chip ad0: 19595MB at ata0-master UDMA33 ad0: 40132503 sectors [42468C/15H/63S] 16 sectors/interrupt 1 depth queue ad0: Intel check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed ata1-slave: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad3: setting PIO4 on PIIX4 chip ad3: setting UDMA33 on PIIX4 chip ad3: 19470MB at ata1-slave UDMA33 ad3: 39876480 sectors [42197C/15H/63S] 16 sectors/interrupt 1 depth queue ad3: Intel check1 failed ad3: Adaptec check1 failed ad3: LSI (v3) check1 failed ad3: LSI (v2) check1 failed ad3: FreeBSD check1 failed Waiting 5 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. (probe3:sym0:0:3:0): Retrying Command (probe3:sym0:0:3:0): error 22 (probe3:sym0:0:3:0): Unretryable Error pass0 at sym0 bus 0 target 3 lun 0 pass0: Removable CD-ROM SCSI-2 device pass0: 4.237MB/s transfers (4.237MHz, offset 8) ATA PseudoRAID loaded (cd0:sym0:0:3:0): Retrying Command cd0 at sym0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.237MB/s transfers (4.237MHz, offset 8) cd0: cd present [296339 x 2048 byte records] GEOM: new disk ad0 GEOM: new disk ad3 GEOM: new disk cd0 Trying to mount root from ufs:/dev/ad0s1a start_init: trying /sbin/init --ELM82590640;-1539-0_-- From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 05:00:35 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F09616A403 for ; Mon, 27 Nov 2006 05:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF1F43D5A for ; Mon, 27 Nov 2006 04:59:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAR50YD7054698 for ; Mon, 27 Nov 2006 05:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAR50YEj054696; Mon, 27 Nov 2006 05:00:34 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 05:00:34 GMT Message-Id: <200611270500.kAR50YEj054696@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Marcel Moolenaar Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcel Moolenaar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 05:00:35 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: Marcel Moolenaar To: Helge Oldach Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Sun, 26 Nov 2006 20:55:18 -0800 On Nov 26, 2006, at 3:00 PM, Helge Oldach wrote: >> One thing that strikes me as odd is that sio(4) attaches to acpi(4), >> while uart(4) attaches to isa(4). > > Yes. That is indeed the reason why I send you this. But maybe it's > just > harmless. The reason is that acpi is loaded as a module, when uart is not. The acpi bus attachment is not being included in the uart driver because you don't build the acpi driver. It's not necessarily a problem if you have the right hints, but it's better to add device acpi to your kernel config file or otherwise use the uart module. The reason sio attaches to acpi is that sio is broken in that respect. While it comes in handy sometimes, it's still a bug. Why do you have PUC_FASTINTR for sio, but not for uart? -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 07:20:13 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82D4116A412 for ; Mon, 27 Nov 2006 07:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829C843D45 for ; Mon, 27 Nov 2006 07:19:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAR7KClF068036 for ; Mon, 27 Nov 2006 07:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAR7KChO068035; Mon, 27 Nov 2006 07:20:12 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 07:20:12 GMT Message-Id: <200611270720.kAR7KChO068035@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 07:20:13 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Mon, 27 Nov 2006 08:11:54 +0100 (CET) --ELM825927310-1201-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi Marcel, >On Nov 26, 2006, at 3:00 PM, Helge Oldach wrote: > >>> One thing that strikes me as odd is that sio(4) attaches to acpi(4), >>> while uart(4) attaches to isa(4). >> >> Yes. That is indeed the reason why I send you this. But maybe it's >> just harmless. >The reason is that acpi is loaded as a module, when uart is not. The >acpi bus attachment is not being included in the uart driver because >you don't build the acpi driver. OK. I think I got it. I made two experiments to verify: a) acpi compiled into kernel (not loaded as a module), puc and uart in kernel (as before) b) acpi as a module (as before), puc and uart as a module (loaded via /boot/loader.conf) Indeed in both cases I now see dev.uart.0.%desc: 16550 or compatible dev.uart.0.%driver: uart dev.uart.0.%location: handle=\_SB_.PCI0.IBRG.COM1 dev.uart.0.%pnpinfo: _HID=PNP0501 _UID=1 dev.uart.0.%parent: acpi0 dev.uart.0.wake: 0 dev.uart.1.%desc: 16550 or compatible dev.uart.1.%driver: uart dev.uart.1.%location: handle=\_SB_.PCI0.IBRG.COM2 dev.uart.1.%pnpinfo: _HID=PNP0501 _UID=2 dev.uart.1.%parent: acpi0 dev.uart.1.wake: 0 You are right, there is a cosmetic issue if acpi is loaded as a module, but uart is not. I'd say it is cosmetic, as the on-board UARTs (0 and 1) have been working fine in either configuration, whether attached to acpi0 or to isa0. I have problems with the dual UART PCI board. These are still dev.uart.2.%desc: 16550 or compatible dev.uart.2.%driver: uart dev.uart.2.%parent: puc0 dev.uart.3.%desc: 16550 or compatible dev.uart.3.%driver: uart dev.uart.3.%parent: puc0 in either case. >It's not necessarily a problem if you have the right hints, The delta between my device.hints is this: --- device.hints~ Thu Jul 14 20:42:19 2005 +++ device.hints Mon Nov 27 07:30:37 2006 @@ -34,13 +34,13 @@ hint.vt.0.disabled="1" hint.apm.0.disabled="1" hint.apm.0.flags="0x20" -hint.sio.0.at="isa" -hint.sio.0.port="0x3F8" -hint.sio.0.flags="0x10" -hint.sio.0.irq="4" -hint.sio.1.at="isa" -hint.sio.1.port="0x2F8" -hint.sio.1.irq="3" +hint.uart.0.at="isa" +hint.uart.0.port="0x3F8" +hint.uart.0.flags="0x10" +hint.uart.0.irq="4" +hint.uart.1.at="isa" +hint.uart.1.port="0x2F8" +hint.uart.1.irq="3" hint.sio.2.at="isa" hint.sio.2.disabled="1" hint.sio.2.port="0x3E8" There are no specific hints for the puc-based UARTs. I understand that PCI devices don't need such hints. Actually, both the "sio kernel" and the "uart kernel" locate the device identically on the same IRQ and IO ports. Am I mistaken here? >Why do you have PUC_FASTINTR for sio, but not for uart? I had just been trying to play with the knobs that I have in the config file. PUC_FASTINTR reduces overruns somewhat for the "sio kernel" but it doesn't change behaviour at all. Specifically, no impact on this issue. Regards, Helge --ELM825927310-1201-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=HMO-UART.acpi-in-kernel.dmesg Content-Description: /tmp/HMO-UART.acpi-in-kernel.dmesg Content-Transfer-Encoding: 7bit Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-615 #1: Mon Nov 27 07:27:18 CET 2006 toor@sep.oldach.net:/usr/obj/usr/src/sys/HMO-UART Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (646.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 402653184 (384 MB) avail memory = 384528384 (366 MB) kbd1 at kbdmux0 acpi0: on motherboard Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0x44000000-0x47ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) fxp0: port 0x2040-0x207f mem 0x41300000-0x41300fff,0x41200000-0x412fffff irq 11 at device 13.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:90:27:88:10:e6 puc0: port 0x2000-0x201f irq 10 at device 14.0 on pci0 uart2: <16550 or compatible> on puc0 uart3: <16550 or compatible> on puc0 sym0: <810> port 0x2400-0x24ff mem 0x41100000-0x411000ff irq 11 at device 15.0 on pci0 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking sym0: [GIANT-LOCKED] cbb0: at device 16.0 on pci0 pccard0: <16-bit PCCard bus> on cbb0 isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20e0-0x20ef at device 20.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0x20c0-0x20df irq 11 at device 20.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model MouseMan+, device ID 0 ppc0: port 0x378-0x37f,0x778-0x77d irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 fdc0: port 0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sbc0: port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on acpi0 sbc0: [GIANT-LOCKED] pcm0: on sbc0 pcm0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xe0000-0xe7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ugen0: vendor 0x05a9 product 0xa511, rev 1.00/1.00, addr 2 uhub1: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.08, addr 3 uhub1: 4 ports with 4 removable, self powered ucom0: vendor 0x067b product 0x2303, rev 1.10/2.02, addr 4 Timecounter "TSC" frequency 646666847 Hz quality 800 Timecounters tick every 1.000 msec Fast IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to deny, logging disabled Waiting 5 seconds for SCSI devices to settle wi0: at port 0x100-0x13f irq 11 function 0 config 1 on pccard0 wi0: using RF:PRISM2.5 MAC:ISL3873 wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9) wi0: Ethernet address: 00:04:47:50:15:3a ad0: 19595MB at ata0-master UDMA33 ad3: 19470MB at ata1-slave UDMA33 cd0 at sym0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.237MB/s transfers (4.237MHz, offset 8) cd0: cd present [296339 x 2048 byte records] Trying to mount root from ufs:/dev/ad0s1a --ELM825927310-1201-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=HMO-UART.puc+uart-module.dmesg Content-Description: /tmp/HMO-UART.puc+uart-module.dmesg Content-Transfer-Encoding: 7bit Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-615 #3: Mon Nov 27 07:43:11 CET 2006 root@:/usr/obj/usr/src/sys/HMO-UART Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (646.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 402653184 (384 MB) avail memory = 384520192 (366 MB) kbd1 at kbdmux0 acpi0: on motherboard Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0x44000000-0x47ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) fxp0: port 0x2040-0x207f mem 0x41300000-0x41300fff,0x41200000-0x412fffff irq 11 at device 13.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:90:27:88:10:e6 puc0: port 0x2000-0x201f irq 10 at device 14.0 on pci0 uart2: <16550 or compatible> on puc0 uart3: <16550 or compatible> on puc0 sym0: <810> port 0x2400-0x24ff mem 0x41100000-0x411000ff irq 11 at device 15.0 on pci0 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking sym0: [GIANT-LOCKED] cbb0: at device 16.0 on pci0 pccard0: <16-bit PCCard bus> on cbb0 isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20e0-0x20ef at device 20.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0x20c0-0x20df irq 11 at device 20.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model MouseMan+, device ID 0 ppc0: port 0x378-0x37f,0x778-0x77d irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 fdc0: port 0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sbc0: port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on acpi0 sbc0: [GIANT-LOCKED] pcm0: on sbc0 pcm0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xe0000-0xe7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ugen0: vendor 0x05a9 product 0xa511, rev 1.00/1.00, addr 2 uhub1: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.08, addr 3 uhub1: 4 ports with 4 removable, self powered ucom0: vendor 0x067b product 0x2303, rev 1.10/2.02, addr 4 Timecounter "TSC" frequency 646666756 Hz quality 800 Timecounters tick every 1.000 msec Fast IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, default to deny, logging disabled Waiting 5 seconds for SCSI devices to settle wi0: at port 0x100-0x13f irq 11 function 0 config 1 on pccard0 wi0: using RF:PRISM2.5 MAC:ISL3873 wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9) wi0: Ethernet address: 00:04:47:50:15:3a ad0: 19595MB at ata0-master UDMA33 ad3: 19470MB at ata1-slave UDMA33 cd0 at sym0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.237MB/s transfers (4.237MHz, offset 8) cd0: cd present [296339 x 2048 byte records] Trying to mount root from ufs:/dev/ad0s1a --ELM825927310-1201-0_-- From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 07:30:14 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCFFA16A403 for ; Mon, 27 Nov 2006 07:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8465A43D5F for ; Mon, 27 Nov 2006 07:29:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAR7UEMa068688 for ; Mon, 27 Nov 2006 07:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAR7UE5I068687; Mon, 27 Nov 2006 07:30:14 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 07:30:14 GMT Message-Id: <200611270730.kAR7UE5I068687@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Marcel Moolenaar Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcel Moolenaar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 07:30:14 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: Marcel Moolenaar To: Helge Oldach Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Sun, 26 Nov 2006 23:21:50 -0800 On Nov 26, 2006, at 11:11 PM, Helge Oldach wrote: > There are no specific hints for the puc-based UARTs. I understand that > PCI devices don't need such hints. Actually, both the "sio kernel" and > the "uart kernel" locate the device identically on the same IRQ and IO > ports. > > Am I mistaken here? No, not at all. You got it right. >> Why do you have PUC_FASTINTR for sio, but not for uart? > > I had just been trying to play with the knobs that I have in the > config > file. PUC_FASTINTR reduces overruns somewhat for the "sio kernel" > but it > doesn't change behaviour at all. Specifically, no impact on this > issue. I think it's time to go back to the question why uart(4) detects the SUN 1889 chipset as 166550 compatible and not as 16650 compatible. I think there may be a chipset-specific issue here that uart(4) seems to trigger. I need to get one of those cards and analyze the problem in more detail. In other words, I think we have gone over the differences and the only difference that remains is that sio(4) and uart(4) interact differently with the hardware. -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 07:50:12 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A642C16A403 for ; Mon, 27 Nov 2006 07:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 498EE43D46 for ; Mon, 27 Nov 2006 07:49:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAR7oCEm071125 for ; Mon, 27 Nov 2006 07:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAR7oC9D071124; Mon, 27 Nov 2006 07:50:12 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 07:50:12 GMT Message-Id: <200611270750.kAR7oC9D071124@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 07:50:12 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Mon, 27 Nov 2006 08:42:04 +0100 (CET) Hi Marcel, >I think it's time to go back to the question why uart(4) detects >the SUN 1889 chipset as 166550 compatible and not as 16650 >compatible. I think there may be a chipset-specific issue here >that uart(4) seems to trigger. I need to get one of those cards >and analyze the problem in more detail. Note that also sio detects it as a 16550A. If it helps, I can place this card in a test machine over here for a couple of days and plug some serial device to it, so that you can play with it from remote. That may take a day or two to set up however. Regards, Helge From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 07:50:21 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7D0816A40F for ; Mon, 27 Nov 2006 07:50:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687FD43D64 for ; Mon, 27 Nov 2006 07:49:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAR7oKbd071169 for ; Mon, 27 Nov 2006 07:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAR7oK6p071168; Mon, 27 Nov 2006 07:50:20 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 07:50:20 GMT Message-Id: <200611270750.kAR7oK6p071168@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Marcel Moolenaar Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcel Moolenaar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 07:50:21 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: Marcel Moolenaar To: puc-uart@oldach.net (Helge Oldach) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Sun, 26 Nov 2006 23:48:48 -0800 On Nov 26, 2006, at 11:42 PM, Helge Oldach wrote: > Hi Marcel, > >> I think it's time to go back to the question why uart(4) detects >> the SUN 1889 chipset as 166550 compatible and not as 16650 >> compatible. I think there may be a chipset-specific issue here >> that uart(4) seems to trigger. I need to get one of those cards >> and analyze the problem in more detail. > > Note that also sio detects it as a 16550A. The sio(4) driver can only differentiate between non-FIFO and FIFO hardware (roughly speaking). It cannot differentiate between 16550, 16650, 16750 and/or 16950. > If it helps, I can place this card in a test machine over here for a > couple of days and plug some serial device to it, so that you can play > with it from remote. That may take a day or two to set up however. That would definitely help. If you have a cross-over cable then you can connect both UART interfaces with each other, which makes testing much easier. -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 08:00:34 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 621F216A403 for ; Mon, 27 Nov 2006 08:00:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04AD43D55 for ; Mon, 27 Nov 2006 07:59:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAR80XCc071760 for ; Mon, 27 Nov 2006 08:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAR80XpD071758; Mon, 27 Nov 2006 08:00:33 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 08:00:33 GMT Message-Id: <200611270800.kAR80XpD071758@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 08:00:34 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Mon, 27 Nov 2006 08:52:29 +0100 (CET) Hi Marcel, >The sio(4) driver can only differentiate between non-FIFO and FIFO >hardware (roughly speaking). It cannot differentiate between 16550, >16650, 16750 and/or 16950. Ah, OK. >> If it helps, I can place this card in a test machine over here for a >> couple of days and plug some serial device to it, so that you can play >> with it from remote. That may take a day or two to set up however. > >That would definitely help. If you have a cross-over cable then you >can connect both UART interfaces with each other, which makes testing >much easier. OK, will let you know. Helge From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 08:06:28 2006 Return-Path: X-Original-To: freebsd-i386@freebsd.org Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 897AE16A415 for ; Mon, 27 Nov 2006 08:06:28 +0000 (UTC) (envelope-from acemad@bemis.com) Received: from bemis.com (220-129-77-219.dynamic.hinet.net [220.129.77.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B18C43DD6 for ; Mon, 27 Nov 2006 08:04:04 +0000 (GMT) (envelope-from acemad@bemis.com) Message-ID: <056601c70003$3cfe70a0$0144f7a0@gincentivec> From: "W " To: Date: Mon, 27 Nov 2006 16:04:53 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Watch this stck go on jl X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: W List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 08:06:28 -0000 LISTEN UP This advisory is based on exclusive insiders/agents information. (AVLN.OB) Avalon Energy Corporation has an undivided 85% working interest in the Shotgun Draw Prospect in the prolific natural gas producing Uinta Basin , located in the US Rockies, Utah . The lease comprises 13,189 acres with a potential 4 TCF recoverable gas and is overpressured by a 0.55 . 0.85 gradient. ON MONDAY NOV 6th: at 11 cents its a STEAL - Volume: 389,001 - Volume: + 50% - Price: +5.77% The key to any tade is buying low and selling high, WELL the energy market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to energy THIS IS THE BOTTOM, SO GET IN FOLKS GET ON BOARD THIS TRAIN GET ON BOARD THIS TRAIN Bush said Democrats calling for withdrawing U.S. troops from Iraq aren't unpatriotic, just wrong. He said Democrats who voted against legislation to detain and interrogate suspected terrorists, the National Security Agency's eavesdropping program and the Patriot Act don't understand the stakes in the war on terror. The NTSB's update outlined factual information about the crash, but did not conclude what the probable cause of the crash was. The full board will likely vote on a ruling at a later date. Two days after the accident, the Federal Aviation Administration ordered small, fixed-wing planes not to fly over the East River unless the pilot is in contact with air traffic controllers. The NTSB's update outlined factual information about the crash, but did not conclude what the probable cause of the crash was. The full board will likely vote on a ruling at a later date. From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 10:00:46 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05BA216A47C for ; Mon, 27 Nov 2006 10:00:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7C543D53 for ; Mon, 27 Nov 2006 09:59:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kARA0Waj085430 for ; Mon, 27 Nov 2006 10:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kARA0WvM085429; Mon, 27 Nov 2006 10:00:32 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 10:00:32 GMT Message-Id: <200611271000.kARA0WvM085429@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Eugeny N Dzhurinsky Cc: Subject: Re: i386/104473: boot loader reboots before loading kernel X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugeny N Dzhurinsky List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 10:00:46 -0000 The following reply was made to PR i386/104473; it has been noted by GNATS. From: Eugeny N Dzhurinsky To: bug-followup@FreeBSD.org, eugenydzh@jdevelop.com Cc: Subject: Re: i386/104473: boot loader reboots before loading kernel Date: Mon, 27 Nov 2006 11:56:53 +0200 I added boot_verbose and verbose_loading to /boot/loader.conf, built GENERIC kernel - and still no debug messages appears when using new loader, it just reboots immediately, without any attempt to load kernel (at least no messages printed). Could somebody please advice what else I could try? -- Eugene N Dzhurinsky From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 11:09:23 2006 Return-Path: X-Original-To: freebsd-i386@FreeBSD.org Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 659BF16A407 for ; Mon, 27 Nov 2006 11:09:23 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A8343D60 for ; Mon, 27 Nov 2006 11:07:26 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kARB8QD5091961 for ; Mon, 27 Nov 2006 11:08:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kARB8Odv091957 for freebsd-i386@FreeBSD.org; Mon, 27 Nov 2006 11:08:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 27 Nov 2006 11:08:24 GMT Message-Id: <200611271108.kARB8Odv091957@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 11:09:23 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70386 i386 IBM x345 Freezes Randomly o i386/70482 i386 Array adapter problems o i386/70525 i386 [boot] boot0cfg: -o packet not effective o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o i386/70747 i386 ddos attack causes box to crash on kernel 5.2.1 o i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, ata disk atta o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o i386/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 during keybo o i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E attached o i386/72960 i386 BTX halted with Promise Tx2000 Raid o i386/73196 i386 [hang] 5.2.1 boot CD hangs during boot on Athlon XP o i386/73265 i386 FreeBSD kernel crashes when booting on ECS 741GX-M Mai o i386/73666 i386 5.3 UDMA error WD1600 can't partition drive o i386/73934 i386 fdisk sees disk as empty o i386/74008 i386 IBM eServer x225 cannot boot any v5.x - endless dump s o i386/74044 i386 ServerWorks OSB4 SMBus interface does not detected on o i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [introduced in 5.3] o i386/74601 i386 Cardbus fails after busdma_machdep.c update o i386/74816 i386 OS crash with kernel trap 12 in different processes f i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) do not boot. o i386/76666 i386 Booting and Sound are mutually exclusive on Toshiba la o i386/76737 i386 CardBus problem (cbb1: Could not map register memory) o i386/76925 i386 standard pci-ide, install - "NO DISKS FOUND" :) o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o i386/76948 i386 [rl] Slow network with rl0 o i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE-2.1 on IBM o i386/77443 i386 [fdc] can't access floppy -- regression on 5.3 o i386/77529 i386 installation of freebsd 5.3 in laptop an to powereger o i386/78219 i386 Netgear FA-410TX is incorrectly detected o i386/78339 i386 BTX loader crashes on boot on HP Proliant DL140 o i386/78517 i386 [ata] WRITE_DMA and READ_DMA timeouts with ATI RX330 c o i386/78657 i386 [xe] [hang] error installing 5.3-RELEASE due to Compaq o i386/78929 i386 atapicam prevents boot, system hangs o i386/78930 i386 SuperMicro web server with 5.3-RELEASE kernel panics u o i386/79073 i386 System panic and hang after creating a large empty fil o i386/79169 i386 freeze with striped USB Drives under high load o i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4210T (233MMX o i386/79409 i386 Coming back from idles make the server reboot o i386/79686 i386 Spurious notebook disk errors from ATA driver. o i386/79729 i386 umass, da0 not detected by devfs for o i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG error on kernel s o i386/79779 i386 If system memory is above 4GB, one parts of memory wil o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o i386/79807 i386 Lock Up on Old Acer P1 Comp o i386/79833 i386 BTX crashes on boot when using Promise TX2Plus SATA co o i386/79943 i386 Very High interupt rate on PCM o i386/80268 i386 [crash] System with Transmeta Efficeon cpu crashes whi o i386/80989 i386 Cannot install 5.4-RELEASE both in my system and in VM p i386/81111 i386 /boot/loader causes reboot due to CFLAGS+= -msse3 o i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeon Mobility 98 o i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR_COMPAT" to p o i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 = deadlock, n o i386/81903 i386 Installer hangs on all menu entries on Toshiba A75 mod o i386/82029 i386 Boot Loader installation on MegaRAID controller o i386/82285 i386 [race] kernel panic during reboot o i386/83574 i386 installation failure o i386/83735 i386 [re] network card (realtek 8139) and sound card (CMI87 o i386/83826 i386 can't install any version on Toshiba Sattelite 2800/S2 o i386/83925 i386 [boot] can't boot Dell Latitude D610 after BIOS update o i386/84008 i386 /dev/X? should be /dev/ad1s* o i386/84088 i386 Panic with nforce2 platform on FreeBSD 6.0 beta o i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB memory used o i386/84717 i386 [hang] 5.4-rel booting locks-up on Supermicro 5013C-MT o i386/84943 i386 "Invalid Partition Table" Intel ICH6 SATA controller ( o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o i386/85101 i386 [libm] nearbyint always returns nan o i386/85450 i386 panic: subdisk6 detached (appears to be a sata problem o i386/85454 i386 Panic while booting: No virtual memory for kernel o i386/85866 i386 [hang] bootloader freezes on Pentium2/3 o i386/85938 i386 Install fails, unable to write partitions o i386/85944 i386 FreeBSD restarts after showing "Welcome to FreeBSD" sc o i386/86325 i386 [install] unable to install FreeBSD on IBM BladeCenter o i386/86380 i386 i386_set_ioperm doesn't take effect immediately o i386/86612 i386 SCSI DAT Drive Issue o i386/86651 i386 FAILURE ATA-IDENTIFY o i386/86667 i386 GNOME Battery Applet causing keyboard to lag/drop char o i386/86806 i386 Couldn't alloc kernel virtual memory o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o i386/87085 i386 Will not install on Microtel system o i386/87122 i386 Installer of 6.0-BETA5 can't find HDD partition of Son o i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory in FreeBSD 6 o i386/87356 i386 6.0 RC1 cannot see 250GB drive o i386/87576 i386 no installation on Acer aspire 1304xc laptop o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o i386/87654 i386 Marvell Yukon 88E8036 NIC not detected by kernel o i386/87876 i386 Installation Problems for i368 Compaq R3000 o i386/88124 i386 [hang] X -configure freezes 6.0rc1 o i386/88130 i386 [hang] Machine hangs on dhcp o i386/88139 i386 [i386] feature request: 53C875 Chipset HP 5064-6016 do o i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) hangs o i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu0) on HP prol o i386/88583 i386 i can't install freebsd in server ibm xseries 226(adap o i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot after sis0, d o i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only in safe mode o i386/88755 i386 [panic] FreeBSD R6.0 on ThinkPad R40 installation rebo o i386/88808 i386 V6.0 crashing on install with ICH7 RAID 5 enabled... o i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE crashed while tra o i386/88929 i386 FreeBSD 6.0 install CD fails to find disks on Sony S-s o i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't write on har o i386/89288 i386 [acpi] DMA error while booting with acpi enable o i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic when mostly idle o i386/89353 i386 [ata] invalid disk controller recognition of intel ICH o i386/89383 i386 [sio] [panic] page fault o i386/90059 i386 panic in 2 mins after power on PC o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef o i386/90134 i386 [irq] IDE and SATA disks not detected on various contr o i386/90519 i386 Resume after suspend results in g_vfs_done() errors an o i386/90949 i386 [panic] kernel panic with opera o i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Amilo Pro v2040 o i386/91282 i386 6.0R install CD crashes at eip=0x90db (Promise PDC2026 o i386/91745 i386 Second processor not detected on Proliant ML530 G2 wit o i386/91748 i386 acpi problem on Acer TravelMare 4652LMi (nvidia panic, o i386/92193 i386 Can't boot from 6.0 Installation CD: BTX halted (Gigab o i386/92303 i386 [ips] Cannot install FreeBSD 6 on an IBM x226 8488E4Y o i386/93385 i386 Fatal trap 12 occasionally on reboot (Abit NF7-S2 nFor o i386/93524 i386 Automatic reboot o i386/93615 i386 Operating system wont install. Problem with fdisk. o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o i386/93762 i386 Machine lockup at boot loader countdown on SuperMicro o i386/93787 i386 freebsd 6.0 hangs on atkbd0 on Proliant 1850r server a o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o i386/93845 i386 cross-machine installworld broken in sys/boot/i386/loa o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o i386/93989 i386 Can't install FreeBSD from IEEE1394 DVD-RW on Acer Tra o i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop o i386/94364 i386 [kbd] Unable to boot on NX9110 laptop o i386/94420 i386 FreeBSD does NOT support the pcChips M925 motherboard. o i386/94653 i386 Fatal trap 12: page fault while in kernel mode o i386/94911 i386 [ata] ata regression with DOM-IDE o i386/95021 i386 PAE enabled kernel boot panic o i386/95087 i386 System freeze irrespective of load on Promise FastTrak o i386/95151 i386 Fatal trap 12: page fault while in kernel mode o i386/95365 i386 stability problems: interface not reachable on 6.1-PRE o i386/95515 i386 unable to boot FreeBSD 6.x with SATA150 Promise contro o i386/96014 i386 HP Pavilion zv5000(Intel) reboot installation problem o i386/96049 i386 Generic SMP Kernel Panic in 6.1-RC1 during mount root o i386/96225 i386 Toshiba M70-CL3 Hangs Up During Booting o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o i386/96357 i386 FreeBSD cannot recognize all the logical partitions o i386/96371 i386 Freeze up when booting FBSD 6.0 RELEASE on IBM iSeries o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work o i386/96652 i386 kernel page fault o i386/96870 i386 Crash on loader with ibm intellistation z pro o i386/97025 i386 fbsd (2 cd) dont install in vmware 5.5.0 - reboot. o i386/97127 i386 IBM Intellistation Z Pro crash when boot from cd o i386/97263 i386 [ata] FreeBSD only detects first drive o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In o i386/97525 i386 System freezes when cable modem connected on USB o i386/97589 i386 [ata] FAILURE - READ_DMA (regression from 5.4) o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o i386/98215 i386 [geode] regression: FreeBSD can no longer boot Geode G o i386/98765 i386 [ata] timeouts on sata drive o i386/98964 i386 [iwi] iwi totally freezes system o i386/99608 i386 ATAPI or CAM crash on FreeBSD 6.1-stable with a Pionee o i386/100160 i386 [mfid] Perc5i: FreeBSD doesn't recognize more than one o i386/100194 i386 On Intel D945GTPLKR delay at start FreeBSD kernel o i386/100420 i386 boot1/boot2 lba error o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o i386/101135 i386 [iwi] iwi goes up and down o i386/101168 i386 ncp kernel panic o i386/101616 i386 FreeBSD freeze on bootup, Compaq Proliant (legacy) ser o i386/101667 i386 [ata] ATA problems when power management is on o i386/101817 i386 crashing of system when is server under higher pressur o i386/101857 i386 Mouse not moving after switching with StarView SV411 K o i386/101933 i386 server crashing o i386/101980 i386 [PATCH] Intel 631xESB ata and ichsmb support (i386/amd o i386/102410 i386 FreeBSD 6.1-RELEASE installation boot freeze on Asus P o i386/102562 i386 [em] no traffic pass through a em card after approx. a o i386/103031 i386 Panic during installation o i386/103063 i386 Can not install on Dell XPS 700 o i386/103186 i386 Poweredge Raid Controller/AMI Megatrends will not form s i386/103624 i386 [ata] [dell] Problem installing on Dell Powervault 745 o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter o i386/104473 i386 boot loader reboots before loading kernel o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o i386/104678 i386 SMP not working on Turion XP Laptop o i386/104705 i386 em1: The EEPROM Checksum Is Not Valid o i386/104711 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel - video/ o i386/104719 i386 Seagate ST3802110A errors/delays when using PIO4 or UD o i386/104757 i386 Burning 6.1 iso images in nero6 fails around the 90% o i386/104867 i386 Clock running at 2x speed of wall clock o i386/105196 i386 Dell E512 fails to boot FreeBSD o i386/105708 i386 em driver failed to initialize on thinkpad X60 189 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assumption HZ == o i386/70832 i386 [re] serious problems with RealTek NIC using re0 drive o i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on HP Vectra VE o i386/71924 i386 timeouts with ata+hpt366 controller on BE6II motherboa o i386/72179 i386 [acpi] [patch] Inconsistent apm(8) output regarding th o i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX440 o i386/73742 i386 5.3 rel i386 disk2 image not copying o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o i386/74218 i386 boot floppy (2nd time) read error o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o i386/74650 i386 System Reboot with umount command o i386/74658 i386 [ata] ATAPI CD not recognized after booting FreeBSD 4. o i386/74803 i386 regression: lost 3Com509B in 5.X o i386/74966 i386 [rl] Realtek driver seems to misinterpret some packets o i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o i386/75185 i386 ACPI doesn't power off Tyan S2460 o i386/75420 i386 CMD 648 PCI not work o i386/75583 i386 Installation fails o i386/75776 i386 NO ps/2 keyboard using USB keyboard under bsd4.10 and o i386/75881 i386 ACPI suspend/resume doesn't work on ASUS L5 notebook o i386/75898 i386 Exception and reboot: Loader and kernel use SSE2 instr o i386/76587 i386 ps2 mouse weird... o i386/76653 i386 Problem with Asahi Optical usb device (Pentax Optio S5 o i386/77477 i386 AHA-1542CP SCSI failed to probe o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o i386/79136 i386 disk controller not detected o i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/6872 PCI-CardBu o i386/79317 i386 Freebsd Erasing NVRAM o i386/79840 i386 Partitioning and formating a new disk fails using sysi o i386/79890 i386 burncd fails on a Pioneer DVD drive o i386/80081 i386 [if_ndis] Problem loading a NDIS kernel module. o i386/80092 i386 PC Cards do not work at all on laptop Compaq N800V o i386/80095 i386 ld-elf.so.1 crashes with executables produced by tinyc o i386/81082 i386 Failure to detect Pioneer CD drive on Intel ICH UDMA66 o i386/81358 i386 [geode] [patch] add PC Engines WRAP support o i386/81597 i386 My POS-460 system based on a Western Digital LPM/LPX l o i386/82548 i386 VBE video driver incorrectly switches to/from text mod o i386/83018 i386 Installer will not boot o i386/85246 i386 unable to install from CD on Asus PC-DL Deluxe (specif o i386/85417 i386 [i386] [patch] Possible bug in ia32 floating-point exc o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o i386/85653 i386 [i386] [patch] relieve hangs in tight loops in process o i386/85654 i386 [i386] [patch] separate max cpu from max apic in i386 o i386/85655 i386 [i386] [patch] expose cpu info for i386 systems o i386/85656 i386 [i386] [patch] expose more i386 specific CPU informati o i386/88020 i386 cannot boot unless: hint.apic.0.disabled="1" is set on o i386/88491 i386 [panic] Panic when boot installation CD1 (Acer TravelM o i386/88965 i386 vidcontrol hangs with 2 modules of RAM o i386/89294 i386 [identcpu] [patch] unknown CPU (i386/amd64) Features2 o i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled) (Packard Be o i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST o i386/91594 i386 FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT o i386/91609 i386 Booting takes *a long time* unless power cord is plugg o i386/91761 i386 [ata] NEC_DVD-RW + system start: semaphore timeout o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o i386/93793 i386 [kbd] Keyboard stops working after a shutdown -p now ( o i386/94850 i386 [bge] FreeBSD 6.0 on Fujitsu BX300, networking doesn't o i386/95106 i386 cannot install freebsd o i386/95993 i386 Cyrix 5530 unable to map interrupt o i386/96397 i386 [dc] strange behaveour of the dc driver on divicom dm9 o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL o i386/96452 i386 twiddle in cdboot does not work o i386/97468 i386 [acpi] ACPI on ASUS A7V hangs on shutdown -p (power of o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o i386/99851 i386 setting rootdev crashes loader(8) o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o i386/100204 i386 FreeBSD reports raid as broken - but it is not o i386/101062 i386 Freeze on detect Intel 900 VGA on boot with ACPI o i386/101379 i386 page fault clobbers error code in trap frame o i386/101924 i386 MD5 checksums do not match with checksum file o i386/102026 i386 Fix ACPI Problems on Acer Travelmate 4100 Series o i386/102343 i386 ACPI error o i386/102678 i386 [kbd] Dell PowerEdge DRAC5 USB Keyboard o i386/102943 i386 kernel crash when unloading the xfs kernel module f i386/103192 i386 no CD/DVD devices found while install Freebsd o i386/105063 i386 US Robotics (3Com) 3CP5609 PCI 16550 Modem works bad i o i386/105175 i386 ipmi acpi trouble o i386/105212 i386 [patch] RS200M agp interface not detected o i386/105616 i386 UART PCI device just silent... 84 problems total. From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 14:24:13 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71C2116A40F for ; Mon, 27 Nov 2006 14:24:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCD743EA0 for ; Mon, 27 Nov 2006 14:19:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAREKU04033278 for ; Mon, 27 Nov 2006 14:20:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAREKUOc033277; Mon, 27 Nov 2006 14:20:30 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 14:20:30 GMT Message-Id: <200611271420.kAREKUOc033277@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Ko Nonomura Cc: Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ko Nonomura List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 14:24:13 -0000 The following reply was made to PR i386/105708; it has been noted by GNATS. From: Ko Nonomura To: bug-followup@FreeBSD.org, nonomura@nifty.com Cc: Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 Date: Mon, 27 Nov 2006 23:12:06 +0900 putting hw.pci.allow_unsupported_io_range="1" to /boot/loader.conf solves the issue. Please close the case. From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 14:50:35 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4F7B16A60A for ; Mon, 27 Nov 2006 14:50:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBF643D86 for ; Mon, 27 Nov 2006 14:49:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAREoCKJ042199 for ; Mon, 27 Nov 2006 14:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAREoCTu042198; Mon, 27 Nov 2006 14:50:12 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 14:50:12 GMT Message-Id: <200611271450.kAREoCTu042198@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Eugeny N Dzhurinsky Cc: Subject: i386/104473: boot loader reboots before loading kernel X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugeny N Dzhurinsky List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 14:50:35 -0000 The following reply was made to PR i386/104473; it has been noted by GNATS. From: Eugeny N Dzhurinsky To: bug-followup@FreeBSD.org, eugenydzh@jdevelop.com Cc: Subject: i386/104473: boot loader reboots before loading kernel Date: Mon, 27 Nov 2006 16:41:28 +0200 Motherboard is Albatron PX845EV1, bios version 1.01 (latest) -- Eugene N Dzhurinsky From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 15:02:01 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5F6816A417 for ; Mon, 27 Nov 2006 15:02:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A7943E5C for ; Mon, 27 Nov 2006 14:59:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kARF0Z3u043141 for ; Mon, 27 Nov 2006 15:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kARF0Zfm043140; Mon, 27 Nov 2006 15:00:35 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 15:00:35 GMT Message-Id: <200611271500.kARF0Zfm043140@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: i386/104709: commit references a PR X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 15:02:01 -0000 The following reply was made to PR i386/104709; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/104709: commit references a PR Date: Mon, 27 Nov 2006 14:50:48 +0000 (UTC) ru 2006-11-27 14:49:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/i386/boot2 boot2.c Log: MFC: 1.80: Restore support for directly loaded kernels. 1.81: Restore support for -c and -d. PR: i386/96430, i386/104709 Revision Changes Path 1.72.2.5 +7 -5 src/sys/boot/i386/boot2/boot2.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 16:06:43 2006 Return-Path: X-Original-To: freebsd-i386@FreeBSD.org Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5564416A4CA; Mon, 27 Nov 2006 16:06:43 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A9B43E75; Mon, 27 Nov 2006 15:54:24 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 57C216051; Mon, 27 Nov 2006 18:55:14 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 361396041; Mon, 27 Nov 2006 18:55:14 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kARFtDgL020773; Mon, 27 Nov 2006 18:55:13 +0300 (MSK) (envelope-from ru) Date: Mon, 27 Nov 2006 18:55:12 +0300 From: Ruslan Ermilov To: Ko Nonomura Message-ID: <20061127155512.GB20294@rambler-co.ru> References: <200611271420.kAREKUOc033277@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <200611271420.kAREKUOc033277@freefall.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Gleb Smirnoff , freebsd-i386@FreeBSD.org Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 16:06:43 -0000 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 27, 2006 at 02:20:30PM +0000, Ko Nonomura wrote: > The following reply was made to PR i386/105708; it has been noted by GNAT= S. >=20 > From: Ko Nonomura > To: bug-followup@FreeBSD.org, nonomura@nifty.com > Cc: =20 > Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 > Date: Mon, 27 Nov 2006 23:12:06 +0900 >=20 > putting =20 > hw.pci.allow_unsupported_io_range=3D"1" > =20 > to=20 > /boot/loader.conf solves the issue. > =20 > Please close the case. > =20 I doubt it. hw.pci.allow_unsupported_io_range never existed in RELENG_6, and now also doesn't exist in HEAD. I think you're just lucky as Gleb; sometimes it just boots. :-) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFawpgqRfpzJluFF4RAl1cAKCJKNE3430sa0n0kEx4ivVwkG4+NACcDmjt 4F7b9tj9ETrZldlYDKbn7dQ= =QPaa -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 16:31:21 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C251516A494 for ; Mon, 27 Nov 2006 16:31:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 298B543D77 for ; Mon, 27 Nov 2006 16:29:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kARGUSKn051948 for ; Mon, 27 Nov 2006 16:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kARGUSGh051947; Mon, 27 Nov 2006 16:30:28 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 16:30:28 GMT Message-Id: <200611271630.kARGUSGh051947@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 16:31:21 -0000 The following reply was made to PR i386/105708; it has been noted by GNATS. From: Gleb Smirnoff To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 Date: Mon, 27 Nov 2006 19:23:52 +0300 On Mon, Nov 27, 2006 at 06:55:12PM +0300, Ruslan Ermilov wrote: R> > From: Ko Nonomura R> > To: bug-followup@FreeBSD.org, nonomura@nifty.com R> > Cc: R> > Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 R> > Date: Mon, 27 Nov 2006 23:12:06 +0900 R> > R> > putting R> > hw.pci.allow_unsupported_io_range="1" R> > R> > to R> > /boot/loader.conf solves the issue. R> > R> > Please close the case. R> > R> I doubt it. hw.pci.allow_unsupported_io_range never existed in RELENG_6, R> and now also doesn't exist in HEAD. I think you're just lucky as Gleb; R> sometimes it just boots. :-) Yes. In my case the problem disappeared after several (three, I guess) reboots. Now I have 7-CURRENT installed on this notebook and em(4) works w/o warnings. However, network is bit laggy. So, I guess, hw.pci.allow_unsupported_io_range did nothing for you, and em(4) had fixed due to same magic as in mine case :| -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 16:52:42 2006 Return-Path: X-Original-To: freebsd-i386@freebsd.org Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1D3016A6AA for ; Mon, 27 Nov 2006 16:52:42 +0000 (UTC) (envelope-from mabon@jackpotgames.info) Received: from jackpotgames.info (d01m-213-44-214-53.d4.club-internet.fr [213.44.214.53]) by mx1.FreeBSD.org (Postfix) with SMTP id 841D743DF7 for ; Mon, 27 Nov 2006 16:49:17 +0000 (GMT) (envelope-from mabon@jackpotgames.info) Message-ID: <000001c71243$bfa4dcf0$c951a8c0@qbkhct> From: "Giovanna Chinn" To: freebsd-i386@freebsd.org Date: Mon, 27 Nov 2006 08:47:39 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: nystagmu X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giovanna Chinn List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 16:52:42 -0000 Hi, =20 VjAGRA_yl_$1,78 CjALiS_qt_$3,00 LEVjTRA_sp_$3,33 =20 www [dot] rx44 [dot] info _____ =20 now. From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 21:43:24 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8FA616A40F for ; Mon, 27 Nov 2006 21:43:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 837F143DE5 for ; Mon, 27 Nov 2006 21:39:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kARLeban082857 for ; Mon, 27 Nov 2006 21:40:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kARLebVZ082856; Mon, 27 Nov 2006 21:40:37 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 21:40:37 GMT Message-Id: <200611272140.kARLebVZ082856@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: i386/105708 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 21:43:24 -0000 The following reply was made to PR i386/105708; it has been noted by GNATS. From: Gleb Smirnoff To: Jack Vogel Cc: bug-followup@freebsd.org Subject: Re: i386/105708 Date: Tue, 28 Nov 2006 00:35:22 +0300 See also: http://sourceforge.net/tracker/index.php?func=detail&aid=1474679&group_id=42302&atid=447449 -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-i386@FreeBSD.ORG Mon Nov 27 22:30:30 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEC7816A403 for ; Mon, 27 Nov 2006 22:30:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D0A44512 for ; Mon, 27 Nov 2006 21:49:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kARLoN9U083749 for ; Mon, 27 Nov 2006 21:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kARLoMX8083744; Mon, 27 Nov 2006 21:50:22 GMT (envelope-from gnats) Date: Mon, 27 Nov 2006 21:50:22 GMT Message-Id: <200611272150.kARLoMX8083744@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Jack Vogel" Cc: Subject: Re: i386/105708 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jack Vogel List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 22:30:31 -0000 The following reply was made to PR i386/105708; it has been noted by GNATS. From: "Jack Vogel" To: "Gleb Smirnoff" Cc: bug-followup@freebsd.org Subject: Re: i386/105708 Date: Mon, 27 Nov 2006 13:39:59 -0800 I have an X60 and repro is being arranged, I have also found out that the problem is known, its the power management stuff, the PCI-E link to the adapter goes to sleep in some circumstances and causes this checksum failure, there is a proposed workaround that I am going to test. Jack On 11/27/06, Gleb Smirnoff wrote: > See also: > > http://sourceforge.net/tracker/index.php?func=detail&aid=1474679&group_id=42302&atid=447449 > > -- > Totus tuus, Glebius. > GLEBIUS-RIPN GLEB-RIPE > From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 10:17:02 2006 Return-Path: X-Original-To: freebsd-i386@FreeBSD.org Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0893916A50B; Tue, 28 Nov 2006 10:17:02 +0000 (UTC) (envelope-from nonomura@nifty.com) Received: from msag501.nifty.com (msag501.nifty.com [202.248.238.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D20A543DE1; Tue, 28 Nov 2006 10:14:34 +0000 (GMT) (envelope-from nonomura@nifty.com) Received: from mars3.nodomain.nifty.com (ntkngw152248.kngw.nt.adsl.ppp.infoweb.ne.jp [220.147.242.248]) (authenticated) by msag501.nifty.com with ESMTP id kASADr8n008601; Tue, 28 Nov 2006 19:13:53 +0900 DomainKey-Signature: a=rsa-sha1; s=msag501; d=nifty.com; c=simple; q=dns; b=gqawKe48sMz4USjEAqECUTgrJuSAobkKaGlONQfcOXPfCJCulkukGoX6QGni3SnsF dts4eLadfTIZrtUwKFkrA== Message-Id: <200611281013.kASADr8n008601@msag501.nifty.com> Date: Tue, 28 Nov 2006 19:12:40 +0900 From: nonomura@nifty.com To: Ruslan Ermilov In-Reply-To: <20061127155512.GB20294@rambler-co.ru> References: <200611271420.kAREKUOc033277@freefall.freebsd.org> <20061127155512.GB20294@rambler-co.ru> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Gleb Smirnoff , Ko Nonomura , freebsd-i386@FreeBSD.org Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 10:17:02 -0000 > I doubt it. hw.pci.allow_unsupported_io_range never existed in RELENG_6, > and now also doesn't exist in HEAD. I think you're just lucky as Gleb; > sometimes it just boots. :-) You are right. I've tried to remove hw.pci.allow_unsupported_io_range="1", then it still works. I can not say when the issue happens, but looks like this happens when ethernet cable is not connected. From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 11:20:24 2006 Return-Path: X-Original-To: freebsd-i386@FreeBSD.org Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7420216A40F; Tue, 28 Nov 2006 11:20:24 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D455143CB9; Tue, 28 Nov 2006 11:20:16 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id kASBKCVR002365 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Nov 2006 14:20:13 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id kASBKCZl002364; Tue, 28 Nov 2006 14:20:12 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 28 Nov 2006 14:20:11 +0300 From: Gleb Smirnoff To: nonomura@nifty.com Message-ID: <20061128112011.GE32700@cell.sick.ru> References: <200611271420.kAREKUOc033277@freefall.freebsd.org> <20061127155512.GB20294@rambler-co.ru> <200611281013.kASADr8n008601@msag501.nifty.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200611281013.kASADr8n008601@msag501.nifty.com> User-Agent: Mutt/1.5.6i Cc: Ruslan Ermilov , freebsd-i386@FreeBSD.org Subject: Re: i386/105708: em driver failed to initialize on thinkpad X60 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 11:20:24 -0000 On Tue, Nov 28, 2006 at 07:12:40PM +0900, nonomura@nifty.com wrote: n> > I doubt it. hw.pci.allow_unsupported_io_range never existed in RELENG_6, n> > and now also doesn't exist in HEAD. I think you're just lucky as Gleb; n> > sometimes it just boots. :-) n> You are right. n> n> I've tried to remove hw.pci.allow_unsupported_io_range="1", n> then it still works. n> n> I can not say when the issue happens, but looks like this happens n> when ethernet cable is not connected. Yes, I've posted a followup to PR. See that link. This is a known issue with Intel's driver. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 16:30:19 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E20D16A403 for ; Tue, 28 Nov 2006 16:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14AEC43CA2 for ; Tue, 28 Nov 2006 16:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASGUIhC088451 for ; Tue, 28 Nov 2006 16:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASGUIZr088450; Tue, 28 Nov 2006 16:30:18 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 16:30:18 GMT Message-Id: <200611281630.kASGUIZr088450@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 16:30:19 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Tue, 28 Nov 2006 17:21:43 +0100 (CET) Hi Marcel, >> If it helps, I can place this card in a test machine over here for a >> couple of days and plug some serial device to it, so that you can play >> with it from remote. That may take a day or two to set up however. > >That would definitely help. If you have a cross-over cable then you >can connect both UART interfaces with each other, Thats a good point. I tried this with the current machine - and it works! I'm completely astonished. I can send characters in either direction. Both lines are stty clocal -crtcts (as it should with cu), so there is likely no hardware flow control issue. I rewired the line to the Cisco router with a LED box inbetween - and I see both RX and TX flicker when I send characters from the appropriate direction. So data is clearly transmitted. Again, control signals are fine. I cross-checked this with the sio kernel - exactly the same control signals, exactly the same behaviour. The only thing that may be botched is speed, or potentially also parity or stop bits. Again I iterated all possible speeds and also played around with parity & stop bits on the Cisco end, but no success. I suspect that with the cross-over cable bith UARTs have some arbitrary, non-common clocking so that it works in that scenario. Any ideas? Helge From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 17:50:29 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 686FF16A412 for ; Tue, 28 Nov 2006 17:50:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D1743CAD for ; Tue, 28 Nov 2006 17:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASHoORB084808 for ; Tue, 28 Nov 2006 17:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASHoOh3084807; Tue, 28 Nov 2006 17:50:24 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 17:50:24 GMT Message-Id: <200611281750.kASHoOh3084807@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Marcel Moolenaar Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcel Moolenaar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 17:50:29 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: Marcel Moolenaar To: Helge Oldach Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Tue, 28 Nov 2006 09:47:37 -0800 On Nov 28, 2006, at 8:21 AM, Helge Oldach wrote: > Hi Marcel, > >>> If it helps, I can place this card in a test machine over here for a >>> couple of days and plug some serial device to it, so that you can >>> play >>> with it from remote. That may take a day or two to set up however. >> >> That would definitely help. If you have a cross-over cable then you >> can connect both UART interfaces with each other, > > Thats a good point. I tried this with the current machine - and it > works! I'm completely astonished. Hmmm, weird. Good to know though :-) > The only thing that may be botched is speed, or potentially also > parity > or stop bits. It's definitely an odd failure mode. What happens if you wire one of the UART ports on the PCI card to one of the "legacy" on-board serial ports? Could you try both the PCI UARTs? -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 18:14:18 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FE4416A501 for ; Tue, 28 Nov 2006 18:14:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B7243E4A for ; Tue, 28 Nov 2006 18:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASIALMP086950 for ; Tue, 28 Nov 2006 18:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASIALdw086949; Tue, 28 Nov 2006 18:10:21 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 18:10:21 GMT Message-Id: <200611281810.kASIALdw086949@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Timofey Andreewski" Cc: Subject: Re: i386/78929: atapicam prevents boot, system hangs X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timofey Andreewski List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 18:14:18 -0000 The following reply was made to PR i386/78929; it has been noted by GNATS. From: "Timofey Andreewski" To: bug-followup@freebsd.org, harrycoin@quietfountain.com Cc: Subject: Re: i386/78929: atapicam prevents boot, system hangs Date: Tue, 28 Nov 2006 21:05:16 +0300 I have almost similar trouble with ATAPICAM under FreeBSD 6.2-PRERELEASE But it take place on computer with ARECA ARC1220 and NEC ND-4571A devices. This trouble absent on the second computer with same version of operating system, but without any additional devices except HDDs. ás an experiment I tried to load atapicam.ko with kldload after logon as root. At first my OS worked normally for few minutes, and after this it hanged up. Entirely. dmesg (without atapicam): Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz (2133.35-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 Features=0xbfebfbff Features2=0xe3bd,CX16,,> AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 2 real memory = 2147418112 (2047 MB) avail memory = 2091831296 (1994 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard netsmb_dev: loaded acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 acpi_perf0: on cpu0 acpi_throttle0: on cpu0 cpu1: on acpi0 acpi_throttle1: on cpu1 acpi_throttle1: failed to attach P_CNT device_attach: acpi_throttle1 attach returned 6 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 nvidia0: mem 0xe4000000-0xe4ffffff,0xd0000000-0xdfffffff,0xe5000000-0xe5ffffff irq 16 at device 0.0 on pci1 nvidia0: [GIANT-LOCKED] uhci0: port 0xd000-0xd01f irq 16 at device 26.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xc000-0xc01f irq 21 at device 26.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ehci0: mem 0xeb504000-0xeb5043ff irq 18 at device 26.7 on pci0 ehci0: [GIANT-LOCKED] usb2: EHCI version 1.0 usb2: companion controllers, 2 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 4 ports with 4 removable, self powered pci0: at device 27.0 (no driver attached) pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 pcib3: at device 0.0 on pci2 pci3: on pcib3 arcmsr0: mem 0xe8000000-0xe8000fff,0xeb000000-0xeb3fffff irq 18 at device 14.0 on pci3 arcmsr0: [GIANT-LOCKED] pcib4: at device 0.2 on pci2 pci4: on pcib4 pcib5: irq 16 at device 28.4 on pci0 pci5: on pcib5 myk0: port 0x8000-0x80ff mem 0xea000000-0xea003fff irq 16 at device 0.0 on pci5 myk0: Ethernet address: 00:16:e6:5a:ff:72 pcib6: irq 17 at device 28.5 on pci0 pci6: on pcib6 atapci0: port 0x9000-0x9007,0x9400-0x9403,0x9800-0x9807,0x9c00-0x9c03,0xa000-0xa00f mem 0xeb400000-0xeb401fff irq 17 at device 0.0 on pci6 atapci0: AHCI Version 01.00 controller with 2 ports detected ata2: on atapci0 ata3: on atapci0 ata4: on atapci0 uhci2: port 0xc400-0xc41f irq 23 at device 29.0 on pci0 uhci2: [GIANT-LOCKED] usb3: on uhci2 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered uhci3: port 0xc800-0xc81f irq 19 at device 29.1 on pci0 uhci3: [GIANT-LOCKED] usb4: on uhci3 usb4: USB revision 1.0 uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub4: 2 ports with 2 removable, self powered uhci4: port 0xcc00-0xcc1f irq 18 at device 29.2 on pci0 uhci4: [GIANT-LOCKED] usb5: on uhci4 usb5: USB revision 1.0 uhub5: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub5: 2 ports with 2 removable, self powered ehci1: mem 0xeb505000-0xeb5053ff irq 23 at device 29.7 on pci0 ehci1: [GIANT-LOCKED] usb6: EHCI version 1.0 usb6: companion controllers, 2 ports each: usb3 usb4 usb5 usb6: on ehci1 usb6: USB revision 2.0 uhub6: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub6: 6 ports with 6 removable, self powered pcib7: at device 30.0 on pci0 pci7: on pcib7 pcm0: port 0xb000-0xb01f irq 19 at device 1.0 on pci7 pcm0: isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f,0xfc00-0xfc0f at device 31.2 on pci0 ata0: on atapci1 ata1: on atapci1 pci0: at device 31.3 (no driver attached) atapci2: port 0xd800-0xd807,0xdc00-0xdc03,0xe000-0xe007,0xe400-0xe403,0xe800-0xe80f,0xec00-0xec0f irq 19 at device 31.5 on pci0 ata5: on atapci2 ata6: on atapci2 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse Explorer, device ID 4 orm0: at iomem 0xc0000-0xcefff,0xd0000-0xd0fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec ad0: 194479MB at ata0-master SATA150 acd0: DVDR at ata4-master UDMA33 Waiting 5 seconds for SCSI devices to settle da0 at arcmsr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 166.666MB/s transfers (83.333MHz, offset 32, 16bit), Tagged Queueing Enabled da0: 915527MB (1874999808 512 byte sectors: 255H 63S/T 116713C) SMP: AP CPU #1 Launched! pmc: Unknown Intel CPU. From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 18:30:18 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAF7F16A40F for ; Tue, 28 Nov 2006 18:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E2443C9E for ; Tue, 28 Nov 2006 18:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASIUG3m089433 for ; Tue, 28 Nov 2006 18:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASIUG8C089432; Tue, 28 Nov 2006 18:30:16 GMT (envelope-from gnats) Resent-Date: Tue, 28 Nov 2006 18:30:16 GMT Resent-Message-Id: <200611281830.kASIUG8C089432@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Keith Jeffries Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E900116A412 for ; Tue, 28 Nov 2006 18:22:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08AE343CA8 for ; Tue, 28 Nov 2006 18:20:50 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kASIKmB0028255 for ; Tue, 28 Nov 2006 18:20:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kASIKmjt028254; Tue, 28 Nov 2006 18:20:48 GMT (envelope-from nobody) Message-Id: <200611281820.kASIKmjt028254@www.freebsd.org> Date: Tue, 28 Nov 2006 18:20:48 GMT From: Keith Jeffries To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: i386/105967: ATH driver unable to reset D-Link DWL-530 (Atheros 5212 chip) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 18:30:18 -0000 >Number: 105967 >Category: i386 >Synopsis: ATH driver unable to reset D-Link DWL-530 (Atheros 5212 chip) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 28 18:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Keith Jeffries >Release: 6.1-RELEASE >Organization: >Environment: FreeBSD portroyal.jolirouge.org 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: The D-Link DWL-530 wireless card uses the Atheros 5212 chip, but the ATH driver is unable to reset the chip during hardware initialization; the card is therefore unusable. Relevant output from dmesg: portroyal# dmesg | grep ath0 ath0: mem 0xe9000000-0xe900ffff at device 15.0 on pci0 ath0: Ethernet address: 00:13:46:9a:28:5c ath0: mac 5.9 phy 4.3 radio 3.6 ath0: ath_chan_set: unable to reset channel 5 (2432 Mhz, flags 0x3e0 hal flags 0x140) ath0: unable to reset hardware; hal status 12 ath0: unable to reset hardware; hal status 12 ath0: unable to reset hardware; hal status 12 >From the ATH driver page: ath%d: ath_chan_set: unable to reset channel %u (%u Mhz) The Atheros Hardware Access Layer was unable to reset the hardware when switching channels during scanning. This should not happen. ... ath%d: unable to reset hardware; hal status %u The Atheros Hardware Access Layer was unable to reset the hardware as requested. The status code is explained in the HAL include file sys/contrib/dev/ath/ah.h. This should not happen. >How-To-Repeat: install the wireless card on a generic i386 system running 6.1-RELEASE enable the Atheros driver in /boot/loader.conf >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 18:59:52 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F187B16A4FF; Tue, 28 Nov 2006 18:59:52 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8CF343DCD; Tue, 28 Nov 2006 18:56:46 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASIugc6093136; Tue, 28 Nov 2006 18:56:42 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASIugaF093132; Tue, 28 Nov 2006 18:56:42 GMT (envelope-from remko) Date: Tue, 28 Nov 2006 18:56:42 GMT From: Remko Lodder Message-Id: <200611281856.kASIugaF093132@freefall.freebsd.org> To: seawolf_42@excite.com, remko@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/105967: ATH driver unable to reset D-Link DWL-530 (Atheros 5212 chip) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 18:59:53 -0000 Synopsis: ATH driver unable to reset D-Link DWL-530 (Atheros 5212 chip) State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Tue Nov 28 18:56:41 UTC 2006 State-Changed-Why: The email address you provided bounces, please obtain an address before submitting PR's, if you do so, please refer to the contents of the audit-trial first before submitting a new entry. Thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=105967 From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 19:07:02 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7997716A517 for ; Tue, 28 Nov 2006 19:07:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131A643DB0 for ; Tue, 28 Nov 2006 19:00:52 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASJ0dP8093329 for ; Tue, 28 Nov 2006 19:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASJ0djp093328; Tue, 28 Nov 2006 19:00:39 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 19:00:39 GMT Message-Id: <200611281900.kASJ0djp093328@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Remko Lodder Cc: Subject: Re: i386/105967: ATH driver unable to reset D-Link DWL-530 (Atheros 5212 chip) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remko Lodder List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 19:07:02 -0000 The following reply was made to PR i386/105967; it has been noted by GNATS. From: Remko Lodder To: Keith Jeffries Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/105967: ATH driver unable to reset D-Link DWL-530 (Atheros 5212 chip) Date: Tue, 28 Nov 2006 19:53:37 +0100 On Tue, 2006-11-28 at 18:20 +0000, Keith Jeffries wrote: > >Number: 105967 > >Category: i386 > >Synopsis: ATH driver unable to reset D-Link DWL-530 (Atheros 5212 chip) > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-i386 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Nov 28 18:30:16 GMT 2006 > >Closed-Date: > >Last-Modified: > >Originator: Keith Jeffries > >Release: 6.1-RELEASE > >Organization: > >Environment: > FreeBSD portroyal.jolirouge.org 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > >Description: > The D-Link DWL-530 wireless card uses the Atheros 5212 chip, but the ATH driver is unable to reset the chip during hardware initialization; the card is therefore unusable. > > Relevant output from dmesg: > portroyal# dmesg | grep ath0 > ath0: mem 0xe9000000-0xe900ffff at device 15.0 on pci0 > ath0: Ethernet address: 00:13:46:9a:28:5c > ath0: mac 5.9 phy 4.3 radio 3.6 > ath0: ath_chan_set: unable to reset channel 5 (2432 Mhz, flags 0x3e0 hal flags 0x140) > ath0: unable to reset hardware; hal status 12 > ath0: unable to reset hardware; hal status 12 > ath0: unable to reset hardware; hal status 12 > > >From the ATH driver page: > ath%d: ath_chan_set: unable to reset channel %u (%u Mhz) The Atheros > Hardware Access Layer was unable to reset the hardware when switching > channels during scanning. This should not happen. > ... > ath%d: unable to reset hardware; hal status %u The Atheros Hardware > Access Layer was unable to reset the hardware as requested. The status > code is explained in the HAL include file sys/contrib/dev/ath/ah.h. This > should not happen. > > >How-To-Repeat: > install the wireless card on a generic i386 system running 6.1-RELEASE > > enable the Atheros driver in /boot/loader.conf > >Fix: > unknown > >Release-Note: > >Audit-Trail: > >Unformatted: Did you consider trying 6.2-BETA? Also please check the freebsd-net mailinglist first before submitting a PR, perhaps this was already fixed or someone knows a work around, that will help you much faster then via a PR (which this aint is.. just yet). I am not trying to spoil your fun, but it is in our and your best interest that you first visit the mailinglists for help and then see what can be done. Please defer to http://lists.freebsd.org/mailman/listinfo/freebsd-net to ask your question there and also please try 6.2-BETA, if people still think this is a PR , please get back to me and i will reopen the PR (I will close it in a little). Thanks! Best regards, Remko Lodder From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 20:31:32 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B250316A4D2 for ; Tue, 28 Nov 2006 20:31:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99E843CD3 for ; Tue, 28 Nov 2006 20:30:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASKUKGE001483 for ; Tue, 28 Nov 2006 20:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASKUKjO001481; Tue, 28 Nov 2006 20:30:20 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 20:30:20 GMT Message-Id: <200611282030.kASKUKjO001481@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 20:31:32 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Tue, 28 Nov 2006 21:14:19 +0100 (CET) Hi Marcel, >> The only thing that may be botched is speed, or potentially also >> parity or stop bits. >It's definitely an odd failure mode. What happens if you wire one of >the UART ports on the PCI card to one of the "legacy" on-board serial >ports? Could you try both the PCI UARTs? I did. What happens is that single, typed-in characters don't make to the remote, while files piped to the remote via ~>file appear as garbage. The garbage contains a lot of 0xff characters. So there *is* some sort of communication in place. It doesn't matter whether I send on the puc uart or the on-board uart. It also doesn't make too much difference if I play with the transmit and receive speeds. This all points into the direction of speed (parity, stopbits) mismatch. Going to extremes: When I set the puc UART to 1200 bps and the on-board to 115200, I constantly receive a 0xff on the on-board for any arbitrary character typed on the puc uart. But there is silence the other way 'round. There is no difference between the two puc/uart ports. Garbage either way, but at least there is communication on both ports. So IO ports and IRQ are likely correct. Any further ideas? Is there a simple means to measure the actual speed? Helge From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 21:04:06 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8710016A492 for ; Tue, 28 Nov 2006 21:04:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D43543DCE for ; Tue, 28 Nov 2006 21:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASL0Xv2006371 for ; Tue, 28 Nov 2006 21:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASL0XlM006369; Tue, 28 Nov 2006 21:00:33 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 21:00:33 GMT Message-Id: <200611282100.kASL0XlM006369@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 21:04:06 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Tue, 28 Nov 2006 21:49:45 +0100 (CET) Hi Marcel, one more observation: When I connect the two puc uart ports at different speeds, communication still works fine. It even works with 50 against 115200 bps, in either direction! Even piping files to remote works without visible errors. Further, if I place both sides at 50 bps (via "cu -s 50"), communication is definitely much faster than one would expect at 50 bps. And it doesn't seem to change when both ends are at 115200. I'd say the actual speed is somewhere around 9600. It seems that setting clock rate on this board does not work properly, but instead some default non-standard value remains set forever... Regards, Helge From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 21:20:56 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B6C716A407 for ; Tue, 28 Nov 2006 21:20:56 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED1A243CF8 for ; Tue, 28 Nov 2006 21:20:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASLKKC5008044 for ; Tue, 28 Nov 2006 21:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASLKKow008043; Tue, 28 Nov 2006 21:20:20 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 21:20:20 GMT Message-Id: <200611282120.kASLKKow008043@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Marcel Moolenaar Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcel Moolenaar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 21:20:56 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: Marcel Moolenaar To: puc-uart@oldach.net (Helge Oldach) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Tue, 28 Nov 2006 13:09:19 -0800 --Apple-Mail-1--390117489 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Nov 28, 2006, at 12:49 PM, Helge Oldach wrote: > Hi Marcel, > > one more observation: > > When I connect the two puc uart ports at different speeds, > communication > still works fine. It even works with 50 against 115200 bps, in either > direction! Even piping files to remote works without visible errors. > > Further, if I place both sides at 50 bps (via "cu -s 50"), > communication > is definitely much faster than one would expect at 50 bps. And it > doesn't seem to change when both ends are at 115200. I'd say the > actual > speed is somewhere around 9600. > > It seems that setting clock rate on this board does not work properly, > but instead some default non-standard value remains set forever... Interesting. The uart(4) driver in -STABLE writes the baudrate in a single 16-bit wide operation. The uart(4) driver in -CURRENT doesn't do that. Could you try the attached patch? thanks! -- Marcel Moolenaar xcllnt@mac.com --Apple-Mail-1--390117489 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name=uart.diff Content-Disposition: attachment; filename=uart.diff Index: ic/ns16550.h =================================================================== RCS file: /home/ncvs/src/sys/dev/ic/ns16550.h,v retrieving revision 1.16 diff -u -r1.16 ns16550.h --- ic/ns16550.h 20 Nov 2004 23:19:42 -0000 1.16 +++ ic/ns16550.h 28 Nov 2006 21:06:52 -0000 @@ -127,7 +127,8 @@ #define com_dlbl com_dll #define com_dlm 1 /* divisor latch high (R/W) */ #define com_dlbh com_dlm -#define REG_DL com_dll +#define REG_DLL com_dll +#define REG_DLH com_dlm /* 16450 register #7. Not multiplexed. */ #define com_scr 7 /* scratch register (R/W) */ Index: uart/uart.h =================================================================== RCS file: /home/ncvs/src/sys/dev/uart/uart.h,v retrieving revision 1.4 diff -u -r1.4 uart.h --- uart/uart.h 6 Jan 2005 01:43:26 -0000 1.4 +++ uart/uart.h 28 Nov 2006 21:05:06 -0000 @@ -50,12 +50,6 @@ #define uart_setreg(bas, reg, value) \ bus_space_write_1((bas)->bst, (bas)->bsh, uart_regofs(bas, reg), value) -/* 16-bit I/O (e.g. to divisor latch) */ -#define uart_getdreg(bas, reg) \ - bus_space_read_2((bas)->bst, (bas)->bsh, uart_regofs(bas, reg)) -#define uart_setdreg(bas, reg, value) \ - bus_space_write_2((bas)->bst, (bas)->bsh, uart_regofs(bas, reg), value) - /* * XXX we don't know the length of the bus space address range in use by * the UART. Since barriers don't use the length field currently, we put Index: uart/uart_dev_ns8250.c =================================================================== RCS file: /home/ncvs/src/sys/dev/uart/uart_dev_ns8250.c,v retrieving revision 1.14 diff -u -r1.14 uart_dev_ns8250.c --- uart/uart_dev_ns8250.c 6 Jan 2005 01:43:26 -0000 1.14 +++ uart/uart_dev_ns8250.c 28 Nov 2006 21:04:48 -0000 @@ -75,7 +75,7 @@ lcr = uart_getreg(bas, REG_LCR); uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); uart_barrier(bas); - divisor = uart_getdreg(bas, REG_DL); + divisor = uart_getreg(bas, REG_DLL) | (uart_getreg(bas, REG_DLH) << 8); uart_barrier(bas); uart_setreg(bas, REG_LCR, lcr); uart_barrier(bas); @@ -194,12 +194,13 @@ /* Set baudrate. */ if (baudrate > 0) { - uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); - uart_barrier(bas); divisor = ns8250_divisor(bas->rclk, baudrate); if (divisor == 0) return (EINVAL); - uart_setdreg(bas, REG_DL, divisor); + uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); + uart_barrier(bas); + uart_setreg(bas, REG_DLL, divisor & 0xff); + uart_setreg(bas, REG_DLH, (divisor >> 8) & 0xff); uart_barrier(bas); } @@ -519,7 +520,8 @@ lcr = uart_getreg(bas, REG_LCR); uart_setreg(bas, REG_LCR, lcr | LCR_DLAB); uart_barrier(bas); - divisor = uart_getdreg(bas, REG_DL); + divisor = uart_getreg(bas, REG_DLL) | + (uart_getreg(bas, REG_DLH) << 8); uart_barrier(bas); uart_setreg(bas, REG_LCR, lcr); uart_barrier(bas); --Apple-Mail-1--390117489 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed --Apple-Mail-1--390117489-- From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 21:41:11 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 767F516A514 for ; Tue, 28 Nov 2006 21:41:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0D043CD0 for ; Tue, 28 Nov 2006 21:40:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASLefkh011299 for ; Tue, 28 Nov 2006 21:40:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASLefXc011298; Tue, 28 Nov 2006 21:40:41 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 21:40:41 GMT Message-Id: <200611282140.kASLefXc011298@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: puc-uart@oldach.net (Helge Oldach) Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 21:41:11 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: puc-uart@oldach.net (Helge Oldach) To: xcllnt@mac.com (Marcel Moolenaar) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Tue, 28 Nov 2006 22:38:44 +0100 (CET) Hi Marcel, >> It seems that setting clock rate on this board does not work >> properly, but instead some default non-standard value remains set >> forever... >Interesting. The uart(4) driver in -STABLE writes the baudrate in a >single 16-bit wide operation. The uart(4) driver in -CURRENT doesn't do >that. Could you try the attached patch? Works, problem fixed. I now can talk uart(4) just identical to sio(4). Ah, finally no silo overflows any more! Many thanks for this truely outstanding support!!! BTW, I applies to most 8250/16550 based PCI board, so it should probably be fixed before 6.2-STABLE, IMHO. BTW2, still the SUN1889 is recognized as 16550, not 16650. This has probably no impact since it only means we do not utilize the full FIFO depth of the 16650, but still... Many thanks again, your work deserves it! Regards, Helge From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 21:50:30 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC24316A4D4 for ; Tue, 28 Nov 2006 21:50:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E36243CD6 for ; Tue, 28 Nov 2006 21:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASLoS8Q011854 for ; Tue, 28 Nov 2006 21:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASLoSxd011853; Tue, 28 Nov 2006 21:50:28 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 21:50:28 GMT Message-Id: <200611282150.kASLoSxd011853@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Marcel Moolenaar Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcel Moolenaar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 21:50:30 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: Marcel Moolenaar To: Helge Oldach Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... Date: Tue, 28 Nov 2006 13:47:06 -0800 On Nov 28, 2006, at 1:38 PM, Helge Oldach wrote: > Hi Marcel, > >>> It seems that setting clock rate on this board does not work >>> properly, but instead some default non-standard value remains set >>> forever... >> Interesting. The uart(4) driver in -STABLE writes the baudrate in a >> single 16-bit wide operation. The uart(4) driver in -CURRENT >> doesn't do >> that. Could you try the attached patch? > > Works, problem fixed. I now can talk uart(4) just identical to sio(4). > Ah, finally no silo overflows any more! Excellent. Good news. Thanks for testing. > BTW, I applies to most 8250/16550 based PCI board, so it should > probably > be fixed before 6.2-STABLE, IMHO. I agree. I will work on that right away. > BTW2, still the SUN1889 is recognized as 16550, not 16650. This has > probably no impact since it only means we do not utilize the full FIFO > depth of the 16650, but still... The type is determined based on the FIFO size. Apparently, the FIFO size is 16 bytes and not 32 bytes. I don't know why this is. Maybe we need to set a special bit to "enable" the full FIFO size. However, this would not be compatible with 16650 UARTs. It remains a mystery... Thanks again for getting this problem resolved! -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-i386@FreeBSD.ORG Tue Nov 28 22:10:58 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B48816A4A7 for ; Tue, 28 Nov 2006 22:10:58 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 758E943CAA for ; Tue, 28 Nov 2006 22:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kASMAKvV013130 for ; Tue, 28 Nov 2006 22:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kASMAKo6013127; Tue, 28 Nov 2006 22:10:20 GMT (envelope-from gnats) Date: Tue, 28 Nov 2006 22:10:20 GMT Message-Id: <200611282210.kASMAKo6013127@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: i386/105616: commit references a PR X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 22:10:58 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/105616: commit references a PR Date: Tue, 28 Nov 2006 22:03:56 +0000 (UTC) marcel 2006-11-28 22:03:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ic ns16550.h sys/dev/uart uart.h uart_dev_ns8250.c Log: Partial MFC: Remove 16-bit wide I/O. It breaks when the register shift is non-null and may not work on all chipsets. PR: i386/105616 Tested by: Helge Oldach Revision Changes Path 1.16.2.1 +2 -1 src/sys/dev/ic/ns16550.h 1.4.2.1 +0 -6 src/sys/dev/uart/uart.h 1.14.2.1 +7 -5 src/sys/dev/uart/uart_dev_ns8250.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-i386@FreeBSD.ORG Wed Nov 29 08:20:29 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7B9016A40F for ; Wed, 29 Nov 2006 08:20:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7A843CA7 for ; Wed, 29 Nov 2006 08:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAT8KLSx098388 for ; Wed, 29 Nov 2006 08:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAT8KLSF098387; Wed, 29 Nov 2006 08:20:21 GMT (envelope-from gnats) Date: Wed, 29 Nov 2006 08:20:21 GMT Message-Id: <200611290820.kAT8KLSF098387@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Alastair G. Hogge" Cc: Subject: Re: i386/96302: [ata] nVidia nForce CK804 SATA300 controller not recognizing SATA CD-ROM drive X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alastair G. Hogge" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 08:20:29 -0000 The following reply was made to PR i386/96302; it has been noted by GNATS. From: "Alastair G. Hogge" To: bug-followup@freebsd.org, toadlife@toadlife.net Cc: Subject: Re: i386/96302: [ata] nVidia nForce CK804 SATA300 controller not recognizing SATA CD-ROM drive Date: Wed, 29 Nov 2006 19:13:58 +1100 Thought I'd add a me too, I've also the same MB and DVD drive. If I dual boot into AMD64 the problem exists there too. -Alastair From owner-freebsd-i386@FreeBSD.ORG Wed Nov 29 11:20:46 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1419916A415 for ; Wed, 29 Nov 2006 11:20:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4295243CAD for ; Wed, 29 Nov 2006 11:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kATBKOI5015260 for ; Wed, 29 Nov 2006 11:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kATBKOb5015259; Wed, 29 Nov 2006 11:20:24 GMT (envelope-from gnats) Resent-Date: Wed, 29 Nov 2006 11:20:24 GMT Resent-Message-Id: <200611291120.kATBKOb5015259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Plant Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A236F16A4A0 for ; Wed, 29 Nov 2006 11:14:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB9743CA5 for ; Wed, 29 Nov 2006 11:14:16 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kATBEG7S022109 for ; Wed, 29 Nov 2006 11:14:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kATBEGID022108; Wed, 29 Nov 2006 11:14:16 GMT (envelope-from nobody) Message-Id: <200611291114.kATBEGID022108@www.freebsd.org> Date: Wed, 29 Nov 2006 11:14:16 GMT From: Matthew Plant To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: i386/106000: FreeBSD won't boot into install on a Via EPIA 5000 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 11:20:46 -0000 >Number: 106000 >Category: i386 >Synopsis: FreeBSD won't boot into install on a Via EPIA 5000 >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 29 11:20:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthew Plant >Release: 6.1 >Organization: >Environment: N/K >Description: I have a Via EPIA 5000 motherboard with an embedded Eden 533Mhz fanless processor. It has one 256Mb compatible Kingston memory Dimm (SDRAM 133) It has no Floppy connections on the motherboard. Trying to boot into the FreeBSD install from a boot floppy via a USB-floppy drive will hang the machine at the spinning progress meter. The meter appears but doesn't spin, the floppy drive stops whirring and the machine has to be powered off but holding down the power switch. I have tried booting from a USB memory stick and get exactly the same problem. I have tried all of the above on another i386 computer and it works fine. Booting to other OS installs, eg. Windows, OpenBSD works without hitch so equipment is fine. Have tried other releases of FreeBSD but get exactly the same problem. Unfortuantly I cannot test with booting from CD as I don't have a compatible one available. >How-To-Repeat: Boot up a VIA EPIA 5000 with a USB floppy and try to install FreeBSD. >Fix: I suspect the FreeBSD kernel doesn't support this motherboard and/or processor. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Wed Nov 29 11:34:34 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8113016A416; Wed, 29 Nov 2006 11:34:34 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A427143CA8; Wed, 29 Nov 2006 11:34:32 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kATBYXJe018127; Wed, 29 Nov 2006 11:34:33 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kATBYWXB018123; Wed, 29 Nov 2006 11:34:32 GMT (envelope-from remko) Date: Wed, 29 Nov 2006 11:34:32 GMT From: Remko Lodder Message-Id: <200611291134.kATBYWXB018123@freefall.freebsd.org> To: matt.plant@talk21.com, remko@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/106000: FreeBSD won't boot into install on a Via EPIA 5000 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 11:34:34 -0000 Synopsis: FreeBSD won't boot into install on a Via EPIA 5000 State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Wed Nov 29 11:34:32 UTC 2006 State-Changed-Why: Please defer to http://lists.freebsd.org/mailman/listinfo/freebsd-questions (and/or -hackers) to ask your question there first. Perhaps someone has this problem as well, perhaps someone solved it, and perhaps people want to see more. This is not just yet a Problem. I do not mean to offend you, just want to make sure the proper lines are followed and that you are helped as quickly as possible. If after discussion people think this is a real problem, please get back to me, we will add the audit-trial and reopen the ticket. http://www.freebsd.org/cgi/query-pr.cgi?pr=106000 From owner-freebsd-i386@FreeBSD.ORG Wed Nov 29 18:04:51 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33B1D16A416; Wed, 29 Nov 2006 18:04:51 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F27F43CA7; Wed, 29 Nov 2006 18:04:48 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kATI4oi3054864; Wed, 29 Nov 2006 18:04:50 GMT (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kATI4oFM054860; Wed, 29 Nov 2006 18:04:50 GMT (envelope-from marcel) Date: Wed, 29 Nov 2006 18:04:50 GMT From: Marcel Moolenaar Message-Id: <200611291804.kATI4oFM054860@freefall.freebsd.org> To: puc-uart@oldach.net, marcel@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 18:04:51 -0000 Synopsis: UART PCI device just silent... State-Changed-From-To: open->closed State-Changed-By: marcel State-Changed-When: Wed Nov 29 17:55:38 UTC 2006 State-Changed-Why: The patch tested by Helge has been committed to both RELENG_6 and RELENG_6_2 and will therefore be in FreeBSD 6.2 and onwards. Thanks to Helge for working with me on this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=105616 From owner-freebsd-i386@FreeBSD.ORG Wed Nov 29 18:10:14 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BD5B16A53F for ; Wed, 29 Nov 2006 18:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 571AA43CA3 for ; Wed, 29 Nov 2006 18:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kATIAEtV055075 for ; Wed, 29 Nov 2006 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kATIAE0j055072; Wed, 29 Nov 2006 18:10:14 GMT (envelope-from gnats) Date: Wed, 29 Nov 2006 18:10:14 GMT Message-Id: <200611291810.kATIAE0j055072@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: i386/105616: commit references a PR X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 18:10:14 -0000 The following reply was made to PR i386/105616; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/105616: commit references a PR Date: Wed, 29 Nov 2006 17:57:54 +0000 (UTC) marcel 2006-11-29 17:54:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) sys/dev/ic ns16550.h sys/dev/uart uart.h uart_dev_ns8250.c Log: MFS: Remove 16-bit wide I/O. It breaks when the register shift is non-null and may not work on all chipsets. PR: i386/105616 Approved by: re (kensmith) Revision Changes Path 1.16.8.1 +2 -1 src/sys/dev/ic/ns16550.h 1.4.8.1 +0 -6 src/sys/dev/uart/uart.h 1.14.8.1 +7 -5 src/sys/dev/uart/uart_dev_ns8250.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-i386@FreeBSD.ORG Fri Dec 1 08:30:34 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1503216A47C for ; Fri, 1 Dec 2006 08:30:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF65143CBB for ; Fri, 1 Dec 2006 08:30:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB18UBZ7015514 for ; Fri, 1 Dec 2006 08:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB18UBLm015508; Fri, 1 Dec 2006 08:30:11 GMT (envelope-from gnats) Resent-Date: Fri, 1 Dec 2006 08:30:11 GMT Resent-Message-Id: <200612010830.kB18UBLm015508@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Arends Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3BCD16A53D for ; Fri, 1 Dec 2006 08:28:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1587943CD6 for ; Fri, 1 Dec 2006 08:26:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kB18Q0xb090272 for ; Fri, 1 Dec 2006 08:26:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kB18Q0vR090271; Fri, 1 Dec 2006 08:26:00 GMT (envelope-from nobody) Message-Id: <200612010826.kB18Q0vR090271@www.freebsd.org> Date: Fri, 1 Dec 2006 08:26:00 GMT From: Richard Arends To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: i386/106113: typo in man acpi_ibm X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 08:30:34 -0000 >Number: 106113 >Category: i386 >Synopsis: typo in man acpi_ibm >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 01 08:30:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Richard Arends >Release: 6.2-PRERELEASE >Organization: >Environment: FreeBSD bsdlap.unixguru.nl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Wed Nov 29 12:18:04 CET 2006 root@bsdlap.unixguru.nl:/usr/obj/usr/src/sys/BSDLAP i386 >Description: In man acpi-ibm there's an example shell script. The first case (0x05) a case termination (;;) is missing. case ${NOTIFY} in 0x05) LEVEL=`sysctl -n dev.acpi_${OEM}.0.bluetooth` if [ "$LEVEL" = "1" ] then sysctl dev.acpi_${OEM}.0.bluetooth=0 MESSAGE="bluetooth disabled" else sysctl dev.acpi_${OEM}.0.bluetooth=1 MESSAGE="bluetooth enabled" fi 0x10|0x11) >How-To-Repeat: man acpi-ibm >Fix: Put a case termination in the first case case ${NOTIFY} in 0x05) LEVEL=`sysctl -n dev.acpi_${OEM}.0.bluetooth` if [ "$LEVEL" = "1" ] then sysctl dev.acpi_${OEM}.0.bluetooth=0 MESSAGE="bluetooth disabled" else sysctl dev.acpi_${OEM}.0.bluetooth=1 MESSAGE="bluetooth enabled" fi ++ ;; 0x10|0x11) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Dec 1 09:01:20 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 626F116A47B; Fri, 1 Dec 2006 09:01:20 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E247543CB2; Fri, 1 Dec 2006 09:01:06 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB191JOO020244; Fri, 1 Dec 2006 09:01:19 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB191JfL020240; Fri, 1 Dec 2006 09:01:19 GMT (envelope-from ru) Date: Fri, 1 Dec 2006 09:01:19 GMT From: Ruslan Ermilov Message-Id: <200612010901.kB191JfL020240@freefall.freebsd.org> To: richard@unixguru.nl, ru@FreeBSD.org, freebsd-i386@FreeBSD.org, ru@FreeBSD.org Cc: Subject: Re: i386/106113: typo in man acpi_ibm X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 09:01:20 -0000 Synopsis: typo in man acpi_ibm State-Changed-From-To: open->patched State-Changed-By: ru State-Changed-When: Fri Dec 1 09:00:55 UTC 2006 State-Changed-Why: Fix committed to HEAD, thanks! Responsible-Changed-From-To: freebsd-i386->ru Responsible-Changed-By: ru Responsible-Changed-When: Fri Dec 1 09:00:55 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=106113 From owner-freebsd-i386@FreeBSD.ORG Sat Dec 2 21:10:13 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC99616A47B for ; Sat, 2 Dec 2006 21:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDCF43CAE for ; Sat, 2 Dec 2006 21:09:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB2LACVs076644 for ; Sat, 2 Dec 2006 21:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB2LAC1e076643; Sat, 2 Dec 2006 21:10:12 GMT (envelope-from gnats) Resent-Date: Sat, 2 Dec 2006 21:10:12 GMT Resent-Message-Id: <200612022110.kB2LAC1e076643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Serge Barkov Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86E6716A403 for ; Sat, 2 Dec 2006 21:05:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDF443CA6 for ; Sat, 2 Dec 2006 21:05:06 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kB2L5TDS059897 for ; Sat, 2 Dec 2006 21:05:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kB2L5T5T059896; Sat, 2 Dec 2006 21:05:29 GMT (envelope-from nobody) Message-Id: <200612022105.kB2L5T5T059896@www.freebsd.org> Date: Sat, 2 Dec 2006 21:05:29 GMT From: Serge Barkov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: i386/106233: System halts on Dell 2950 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 21:10:14 -0000 >Number: 106233 >Category: i386 >Synopsis: System halts on Dell 2950 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 02 21:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Serge Barkov >Release: 6.2-PRERELEASE >Organization: >Environment: FreeBSD best.cea.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #9: Fri Dec 1 02:39:04 MSK 2006 serge@xxxx.ru:/src_sys/obj/src_sys/src/sys/BEST i386 >Description: System halts twice a day and it does not depend on the load. On console there is an infinite cycle like output vmstat -i without "rate" column. Neither network nor keyboard does not answer (ctrl+esc, ctrl+alt+del, etc). The load on the server is high but it stops even when it is low (at night). On the other servers (not Dell 2950) with the same configuration there are no problems. System - Dell 2950, Dell PERC 5/i (4 disks, raid 10), 2 xeon dual-core. Here is kernel config, dmesg, loader.conf and sysctl.conf: Kernel config: options INCLUDE_CONFIG_FILE # Include this file in kernel machine i386 cpu I686_CPU ident BEST options PMAP_SHPGPERPROC=1000 options NBUF=1024 options MAXDSIZ=(2048UL*1024*1024) options DFLDSIZ=(1024UL*1024*1024) makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols #options SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 #options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI #options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. options DEVICE_POLLING options QUOTA #enable disk quotas device apic # I/O APIC options SMP # Symmetric MultiProcessor Kernel # Bus support. #device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers # SCSI peripherals device scbus # SCSI bus (required for SCSI) #device ch # SCSI media changers device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem # RAID controllers device mfi # LSI MegaRAID SAS # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard #device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc device agp # support several AGP chipsets # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. # 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 bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet # ISA Ethernet NICs. pccard NICs included. # Wireless NIC cards device wlan # 802.11 support # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device random # Entropy device device ether # Ethernet support #device sl # Kernel SLIP #device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device ural # Ralink Technology RT2500USB wireless NICs device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # USB Ethernet, requires miibus device aue # ADMtek USB Ethernet device axe # ASIX Electronics USB Ethernet device cdce # Generic USB over Ethernet device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet device rue # RealTek RTL8150 USB Ethernet # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) # # Watchdog routines. # #options MP_WATCHDOG # # Add software watchdog routines. # options SW_WATCHDOG # # Compile with kernel debugger related code. # options KDB # # Print a stack trace of the current thread on the console for a panic. # options KDB_TRACE # # Don't enter the debugger for a panic. Intended for unattended operation # where you may want to enter the debugger from the console, but still want # the machine to recover from a panic. # options KDB_UNATTENDED --- dmesg: Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-PRERELEASE #9: Fri Dec 1 02:39:04 MSK 2006 serge@xxxx.ru:/src_sys/obj/src_sys/src/sys/BEST acpi_alloc_wakeup_handler: can't alloc wake memory Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3192.97-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf64 Stepping = 4 Features=0xbfebfbff Features2=0xe43d,> AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 2 Logical CPUs per core: 2 real memory = 3489300480 (3327 MB) avail memory = 3415523328 (3257 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 ioapic0: Changing APIC ID to 8 ioapic1: Changing APIC ID to 9 ioapic1: WARNING: intbase 64 != expected base 24 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 64-87 on motherboard kbd0 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci6: on pcib1 pcib2: at device 0.0 on pci6 pci7: on pcib2 pcib3: at device 0.0 on pci7 pci8: on pcib3 pcib4: at device 0.0 on pci8 pci9: on pcib4 bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus0: on bce0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bce0: Ethernet address: 00:18:8b:2d:e0:4e pcib5: at device 1.0 on pci7 pci10: on pcib5 pcib6: at device 0.3 on pci6 pci11: on pcib6 pcib7: at device 3.0 on pci0 pci1: on pcib7 pcib8: at device 0.0 on pci1 pci2: on pcib8 mfi0: mem 0xd80f0000-0xd80fffff,0xfc4e0000-0xfc4fffff irq 78 at device 14.0 on pci2 mfi0: 2195 (218158101s/0x0020/0) - Shutdown command received from host mfi0: 2196 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 2197 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088 mfi0: 2198 (4278190095s/0x0008/0) - Battery Present mfi0: 2199 (4278190123s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 2200 (4278190123s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 2201 (4278190123s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000 mfi0: 2202 (4278190123s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 2203 (4278190123s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000 mfi0: 2204 (4278190123s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 2205 (4278190123s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000 mfi0: 2206 (4278190123s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) mfi0: 2207 (4278190123s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000 mfi0: 2208 (4278190123s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) mfi0: 2209 (4278190123s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000 mfi0: 2210 (218158157s/0x0020/0) - Adapter ticks 218158157 elapsed 44s: Time established as 11/29/06 23:29:17; (44 seconds since power on) mfi0: 2211 (218158213s/0x0008/0) - Battery temperature is normal mfi0: 2212 (218158213s/0x0008/0) - Current capacity of the battery is above threshold mfi0: 2213 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 2214 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088 mfi0: 2215 (4278190104s/0x0008/0) - Battery Present mfi0: 2216 (4278190132s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 2217 (4278190133s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 2218 (4278190133s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000 mfi0: 2219 (4278190133s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 2220 (4278190133s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000 mfi0: 2221 (4278190133s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 2222 (4278190133s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000 mfi0: 2223 (4278190133s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) mfi0: 2224 (4278190133s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000 mfi0: 2225 (4278190133s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) mfi0: 2226 (4278190133s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000 mfi0: 2227 (218173106s/0x0020/0) - Adapter ticks 218173106 elapsed 53s: Time established as 11/30/06 3:38:26; (53 seconds since power on) mfi0: 2228 (218173162s/0x0008/0) - Battery temperature is normal mfi0: 2229 (218173162s/0x0008/0) - Battery started charging mfi0: 2230 (218173162s/0x0008/0) - Current capacity of the battery is above threshold mfi0: 2231 (218173682s/0x0008/0) - Battery charge complete mfi0: 2232 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 2233 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088 mfi0: 2234 (4278190103s/0x0008/0) - Battery Present mfi0: 2235 (4278190131s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 2236 (4278190132s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 2237 (4278190132s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000 mfi0: 2238 (4278190132s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 2239 (4278190132s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000 mfi0: 2240 (4278190132s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 2241 (4278190132s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000 mfi0: 2242 (4278190132s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) mfi0: 2243 (4278190132s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000 mfi0: 2244 (4278190132s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) mfi0: 2245 (4278190132s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000 mfi0: 2246 (218254996s/0x0020/0) - Adapter ticks 218254996 elapsed 52s: Time established as 12/01/06 2:23:16; (52 seconds since power on) mfi0: 2247 (218255052s/0x0008/0) - Battery temperature is normal mfi0: 2248 (218255052s/0x0008/0) - Battery started charging mfi0: 2249 (218255052s/0x0008/0) - Current capacity of the battery is above threshold mfi0: 2250 (218256677s/0x0008/0) - Battery charge complete mfi0: 2251 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 2252 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088 mfi0: 2253 (4278190105s/0x0008/0) - Battery Present mfi0: 2254 (4278190134s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 2255 (4278190135s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 2256 (4278190135s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000 mfi0: 2257 (4278190135s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 2258 (4278190135s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000 mfi0: 2259 (4278190135s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 2260 (4278190135s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000 mfi0: 2261 (4278190135s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) mfi0: 2262 (4278190135s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000 mfi0: 2263 (4278190135s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) mfi0: 2264 (4278190135s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000 mfi0: 2265 (218265502s/0x0020/0) - Adapter ticks 218265502 elapsed 55s: Time established as 12/01/06 5:18:22; (55 seconds since power on) mfi0: 2266 (218265557s/0x0008/0) - Battery temperature is normal mfi0: 2267 (218265557s/0x0008/0) - Battery started charging mfi0: 2268 (218265557s/0x0008/0) - Current capacity of the battery is above threshold mfi0: 2269 (218265882s/0x0008/0) - Battery charge complete mfi0: 2270 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 2271 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088 mfi0: 2272 (4278190103s/0x0008/0) - Battery Present mfi0: 2273 (4278190131s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 2274 (4278190132s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 2275 (4278190132s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000 mfi0: 2276 (4278190132s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 2277 (4278190132s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000 mfi0: 2278 (4278190132s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 2279 (4278190132s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000 mfi0: 2280 (4278190132s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) mfi0: 2281 (4278190132s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000 mfi0: 2282 (4278190132s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) mfi0: 2283 (4278190132s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000 mfi0: 2284 (218305976s/0x0020/0) - Adapter ticks 218305976 elapsed 52s: Time established as 12/01/06 16:32:56; (52 seconds since power on) mfi0: 2285 (218306032s/0x0008/0) - Battery temperature is normal mfi0: 2286 (218306032s/0x0008/0) - Battery started charging mfi0: 2287 (218306032s/0x0008/0) - Current capacity of the battery is above threshold mfi0: 2288 (218307072s/0x0008/0) - Battery charge complete mfi0: 2289 (218343600s/0x0020/0) - Patrol Read started mfi0: 2330 (218348020s/0x0020/0) - Patrol Read complete mfi0: 2331 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 2332 (4278190080s/0x0020/0) - Type 18: Firmware version 1.00.01-0088 mfi0: 2333 (4278190103s/0x0008/0) - Battery Present mfi0: 2334 (4278190131s/0x0004/0) - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 2335 (4278190132s/0x0002/0) - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 2336 (4278190132s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=50013020684a6c00,0000000000000000 mfi0: 2337 (4278190132s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 2338 (4278190132s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=5000c5000045a1b5,0000000000000000 mfi0: 2339 (4278190132s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 2340 (4278190132s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=5000c5000045d2b5,0000000000000000 mfi0: 2341 (4278190132s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) mfi0: 2342 (4278190132s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=5000c5000045a781,0000000000000000 mfi0: 2343 (4278190132s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) mfi0: 2344 (4278190132s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=5000c5000045d295,0000000000000000 mfi0: 2345 (218409028s/0x0020/0) - Adapter ticks 218409028 elapsed 53s: Time established as 12/02/06 21:10:28; (53 seconds since power on) pcib9: at device 0.2 on pci1 pci3: on pcib9 pcib10: at device 4.0 on pci0 pci12: on pcib10 pcib11: at device 5.0 on pci0 pci13: on pcib11 pcib12: at device 6.0 on pci0 pci14: on pcib12 pcib13: at device 7.0 on pci0 pci15: on pcib13 pcib14: at device 28.0 on pci0 pci4: on pcib14 pcib15: at device 0.0 on pci4 pci5: on pcib15 bce1: mem 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 bce1: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus1: on bce1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bce1: Ethernet address: 00:18:8b:2d:e0:4c uhci0: port 0xdce0-0xdcff irq 21 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xdcc0-0xdcdf irq 20 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xdca0-0xdcbf irq 21 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfc600000-0xfc6003ff irq 21 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered uhub4: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.0b, addr 2 uhub4: multiple transaction translators uhub4: 4 ports with 4 removable, self powered uhub4: device problem (SET_ADDR_FAILED), disabling port 1 pcib16: at device 30.0 on pci0 pci16: on pcib16 pci16: at device 13.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,0xca000-0xcb7ff,0xec000-0xeffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec acd0: CDRW at ata0-master UDMA33 mfi0: 2346 (218409083s/0x0008/0) - Battery temperature is normal mfi0: 2347 (218409083s/0x0008/0) - Battery started charging mfi0: 2348 (218409083s/0x0008/0) - Current capacity of the battery is above threshold mfid0: on mfi0 mfid0: 138752MB (284164096 sectors) RAID volume '' is optimal SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! Trying to mount root from ufs:/dev/mfid0s1a WARNING: / was not properly dismounted bce0: link state changed to UP mfi0: 2349 (218410968s/0x0008/0) - Battery charge complete --- loader.conf: hint.atkbd.0.flags="0x1" kern.maxdsiz="2684354560" # 2.5GB kern.dfldsiz="1073741824" # 1GB kern.maxssiz="134217728" # 128MB # kernel tuning kern.ipc.nmbclusters="32768" kern.maxfiles="40000" # number of semaphore identifiers in the system - default is 10 kern.ipc.semmni=256 # other things that have to be set to allow increased semaphores without destabilizing system kern.ipc.semmap=768 kern.ipc.semmnu=768 kern.ipc.semopm=2560 kern.ipc.semume=256 # number of semaphores in the system - default is 60 kern.ipc.semmns=393216 # max number of semaphores per id - default is 60 kern.ipc.semmsl=1536 --- sysctl.conf: security.bsd.see_other_uids=0 kern.ipc.somaxconn=16384 security.bsd.see_other_uids=0 security.bsd.see_other_gids=0 security.bsd.unprivileged_read_msgbuf=0 net.inet.tcp.msl=7500 net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 net.inet.icmp.icmplim=50 kern.timecounter.hardware=TSC >How-To-Repeat: On my server it just happens several twice a day on my Dell 2950. >Fix: >Release-Note: >Audit-Trail: >Unformatted: