From owner-freebsd-mobile Tue Dec 19 12: 8:33 2000 From owner-freebsd-mobile@FreeBSD.ORG Tue Dec 19 12:08:26 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from p51.nitrous.net (p51.nitrous.net [207.138.102.138]) by hub.freebsd.org (Postfix) with ESMTP id 548F537B400 for ; Tue, 19 Dec 2000 12:08:26 -0800 (PST) Received: (from denver@localhost) by p51.nitrous.net (8.11.1/Booger-fling-RELEASE1.2) id eBJK8PX10909 for freebsd-mobile@freebsd.org; Tue, 19 Dec 2000 13:08:25 -0700 (MST) (envelope-from denver) Date: Tue, 19 Dec 2000 13:08:25 -0700 From: Denver Maddux To: freebsd-mobile@freebsd.org Subject: Re: Dell C800 experience Message-ID: <20001219130825.L7556@nitrous.net> References: <20001219110232.K7556@nitrous.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001219110232.K7556@nitrous.net>; from denver@nitrous.net on Tue, Dec 19, 2000 at 11:02:39AM -0700 Sender: denver@p51.nitrous.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline It looks like on 12/19/00 at 11:02, Denver Maddux may have said: > 2/ Resume does not work properly on this laptop. For some reason I > device at0 timeouts, and right as the system is about to become > active again from suspend, it hangs and will not reboot gracefully. To be more precise, the output I get upon resume is: ata0: resetting devices .. ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable done ad0: WRITE command timeout tag=0 serv=0 - resetting ata0: resetting devices .. I have to remove all power to reboot. I have a Dell Inspiron 5000 sitting right next to the C800 for comparison. I've noticed some differences in hardware, such as the PCI bridge. The HDD is also different (other than size): Inspiron> ad0: 19077MB [38760/16/63] at ata0-master UDMA33 C800> ad0: 30520MB [62010/16/63] at ata0-master BIOSDMA This suspend issue may just be a problem with the HDD, but I'm open to suggestions. Attached are a kernel config and dmesg output for the laptop. -Denver --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=BRICK # # $FreeBSD: src/sys/i386/conf/BRICK,v 1.0 2000/12/15 01:07:48 denver Exp $ machine i386 cpu I686_CPU ident BRICK maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options TCPDEBUG options TCP_DROP_SYNFIN options TCP_RESTRICT_RST options "ICMP_BANDLIM" options INCLUDE_CONFIG_FILE options PCIC_RESUME_RESET options PNPBIOS device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? flags 0x20 # PCCARD (PCMCIA) support device card0 device pcic #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device ppi # Parallel port interface device #device vpo # Requires scbus and da # ISA Ethernet NICs. device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty 256 # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ums # Mouse # Sound support device pcm --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="brick.dmesg" Copyright (c) 1992-2000 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 4.2-STABLE #1: Mon Dec 18 01:52:38 MST 2000 denver@brick.nitrous.net:/usr/src/sys/compile/BRICK Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (698.47-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 201244672 (196528K bytes) avail memory = 192843776 (188324K bytes) Preloaded elf kernel "kernel" at 0xc02f6000. Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pcib2: at device 30.0 on pci0 pci2: on pcib2 pci2: (vendor=0x125d, dev=0x1998) at 3.0 irq 5 chip1: irq 11 at device 15.0 on pci2 chip2: irq 11 at device 15.1 on pci2 pci2: (vendor=0x104c, dev=0x8027) at 15.2 irq 11 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xbfa0-0xbfaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 uhci0: port 0xdce0-0xdcff irq 11 at device 31.2 on pci0 uhci0: (New UHCI DeviceId=0x24428086) usb0: on uhci0 usb0: USB revision 1.0 uhub0: (0x24428086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 ppc0: parallel port not found. ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 30520MB [62010/16/63] at ata0-master BIOSDMA acd0: DVD-ROM at ata0-slave using PIO4 Mounting root from ufs:/dev/ad0s2a --fUYQa+Pmc3FrFX/N-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message