On Sun, Jul 31, 2005 at 02:10:34PM -0500, Joe Szedula wrote: > I was trying to build a OpenBSD file server using an old 5U computer I > was given. I purchased: > - ASUS K8S-MX > - AMD Athlon 64 Processor 2800+ > - 512MB of RAM > I was going to use a couple of older drives (10GB & 3GB) I had around to > build a working system and then add larger disk drives for the file > server volumes. I picked the ASUS K8S-MX primarily because it's small > size and everything I needed was on the motherboard (ethernet, video, > SATA). > > My problems began when booting from the OpenBSD 3.7 amd64 CD. I got the > following error: > > wd0 (pciide0:0:0): timeout > type: ata > c_bcount: 512 > c_skip: 0 > pciide0:0:0: bus-master DMA error: missing interrupt, status=0x21
This should no longer happen as of about 3 months ago with -current. > vendor "SIS", unknown product 0x0965 (class bridge subclass ISA, rev > 0x47) at pci0 dev 2 function 0 not configured harmless > vendor "SIS", unknown product 0x0190 (class network subclass ethernet, > rev 0x00) at pci0 dev 4 function 0 not configured Can't find much information about this seems to be a new chipset from SiS that has 10/100 and 10/100/1000 versions and only really seems to exist as a product in your motherboard. No relevant information on SiS site I could find... > vendor "SIS", unknown product 0x0182 (class mass storage subclass RAID, > rev 0x01) at pci0 dev 5 function 0 not configured SATA part of the motherboard, should also work in -current as well. > ppb1 at pci0 dev 6 function 0 vendor "SIS", unknown product 0x000a rev > 0x00 > ppb2 at pci0 dev 7 function 0 vendor "SIS", unknown product 0x000a rev > 0x00 harmless > lm0 at isa0 port 0x290/8: unknown winbond chip ID 0x88 Didn't look into this one, but might only require a few small changes. Jonathan