Date: Wed, 27 Jan 1999 18:17:20 -0800 (PST) From: Chris Piazza <cpiazza@home.net> To: Greg Lehey <grog@lemis.com> Cc: FreeBSD current users <FreeBSD-current@FreeBSD.ORG> Subject: RE: Testers wanted for SiS 5591 code Message-ID: <XFMail.990127181720.cpiazza@home.net> In-Reply-To: <19990228120649.U7279@lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 28-Feb-99 Greg Lehey wrote: > I've been given some code for recognizing and initializing Sis 5591 > chipsets. In particular, it solves a recently introduced problem with > IDE Ultra DMA. It works fine for me, modulo a couple of puzzling > messages in the verbose probes, which I'll remove when I've had time > to study the data sheet. What I want to do now is to get it looked at > by as many people as possible before committing it. > > If you have a motherboard with this chipset (and no other, not even > other SiS chipsets), you can pick up > ftp://ftp.lemis.com/pub/ide_pci.c. It's based on the current (since > 17 January) version and goes in /sys/pci. If you do, > please let me know how it works for you. Great, I was waiting for this.. Seems to work fine: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #77: Sat Feb 27 18:09:34 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 167046751 Hz CPU: Pentium/P54C (167.05-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> real memory = 67043328 (65472K bytes) avail memory = 62689280 (61220K bytes) Preloaded elf kernel "kernel" at 0xf026c000. Probing for devices on PCI bus 0: chip0: <Host to PCI bridge (vendor=1039 device=5591)> rev 0x02 on pci0.0.0 ide_pci0: <SiS 5591 Bus-master IDE Controller> rev 0xd0 int a irq 14 on pci0.0.1 chip1: <SiS 85c503> rev 0x01 on pci0.1.0 chip2: <PCI to PCI bridge (vendor=1039 device=0001)> rev 0x00 on pci0.2.0 vga0: <ATI Mach64-GT graphics accelerator> rev 0x41 on pci0.9.0 es1: <AudioPCI ES1370> rev 0x00 int a irq 11 on pci0.10.0 pcm1: using I/O space register mapping at 0xe400 de0: <Digital 21041 Ethernet> rev 0x21 int a irq 10 on pci0.11.0 de0: SMC 21041 [10Mb/s] pass 2.1 de0: address 00:e0:29:10:af:8a Probing for devices on PCI bus 1: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A ppc0 at 0x378 irq 7 on isa ppc0: Winbond chipset (NIBBLE-only) in COMPATIBLE mode plip0: <PLIP network interface> on ppbus 0 lpt0: <generic printer> on ppbus 0 lpt0: Interrupt-driven port fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa000a000 on isa wdc0: unit 0 (wd0): <Maxtor 82560 A4 ->, DMA, 32-bit wd0: 2442MB (5001696 sectors), 4962 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): <FUJITSU MPC3102AT E>, DMA, 32-bit wd1: 9765MB (20000536 sectors), 19841 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): <FX120T/b03>, removable, intr, dma, iordis acd0: drive speed 2066KB/sec, 256KB cache acd0: supported read types: CD-DA acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface de0: enabling 10baseT port Intel Pentium detected, installing workaround for F00F bug IP packet filtering initialized, divert disabled, rule-based forwarding disabled , default to accept, logging limited to 100 packets/entry de0 XXX: driver didn't set ifq_maxlen changing root device to wd1s1a ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates norn@norn (~)> dd if=/dev/zero of=testfile bs=32k count=1000 1000+0 records in 1000+0 records out 32768000 bytes transferred in 2.315757 secs (14150016 bytes/sec) --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990127181720.cpiazza>