Seagate to Drop IDE Drives by Year End
ianare writes "Seagate plans to cease manufacturing IDE hard drives by the end of the year and will focus exclusively on SATA-based products. Seagate is the first major hard drive manufacturer to announce such plans, though others will likely follow suit. That's not to say support for the 21-year-old PATA standard is going to vanish overnight; similar to how ISA slots were available long after most of us had ditched our old ISA peripherals."
I remember about a year back reading about state of the art motherboards that got rid of all this crap we don't need. I seriously think that more manufacturers should do this. I have no use for a serial, parallel, ps2, floppy connectors, IDE connectors, and all the other legacy junk they insist on putting on motherboards. Every one of those ports takes away 1 (or several in the case of parallel/ide) ports that could be something useful, such as USB, FireWire, SATA, or something that people will actually use. If people want to hook up ancient hardware, let them use PCI adapter cards and port replecators.
Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
Hah - I can answer both of these.
a phics_performance_with_galaxy_geforce_7300gt/index .html
i ng/index.html
s _scaling_analysis/
1. There are PCI-e 1x gigabit NICs and some of 1x video cards around. I think I've seen some 1x RAID cards as well, but I wouldn't swear to it.
I've got a PCI-e 1x gigabit NIC I put into machines without onboard gigabit - performance and CPU usage are both excellent. Gigabit on PCI tends to saturate the PCI bus and have much higher CPU usage - you should always check that any onboard gigabit NIC is PCI-e.
2. Tweaktown did some comparisons of a 7300GT on 1x and 16x - the results show significant differences:
http://www.tweaktown.com/reviews/1045/pci_e_x1_gr
Tom's Hardware have two articles comparing 1x, 4x, 8x and 16x by masking off pins on graphics cards. The performance graphs are very interesting.
Original article - X600XT, X800XT, 6800GT
http://www.tomshardware.com/2004/11/22/sli_is_com
Newer article - X1900XTX, 8800GTS
http://www.tomshardware.com/2007/03/27/pci_expres
The basic conclusion is that you only need 4x for lower-end resolutions and quality, but if you're pushing high-end cards you really want 16x.
Yes, that is why Apple computers use EFI instead. Linux has had EFI support for a while, and Windows has it in some versions, although that page says Vista currently does not support it. According to that article, some x86 computers already ship with EFI using a BIOS legacy compatibility layer (including Macs for Boot Camp to work), and it links to an Intel page saying that they are in the process of switching over to EFI (once again with BIOS compatibility for now) for their motherboards. I suspect EFI will mostly replace BIOS on new hardware within a few years.
Centralization breaks the internet.
Why would you change though? Bioses are only used for booting these days
d ownload.microsoft.com/download/9/c/5/9c5b2167-8017 -4bae-9fde-d599bac8184a/WDDM_BIOS.doc+int+10+windo ws+vista+driver&hl=en&ct=clnk&cd=1&gl=us
http://www.missl.cs.umd.edu/winint/index2.html
A few equipment query functions and a lot of INT 13 calls to read sectors off the disk. And INT 13 supports 64 bit LBAs which will last essentially forever - drives of upto 8 Zetabytes ( 8*(2^70) bytes ) are possible.
The original reason for EFI was because Itaniums needed a firmware standard because the Bios is x86 only. Macs use it mostly to stop people booting OSX on normal PC hardware as far as I can see.
There's a good reason for not using EFI too. EFI graphics cards need to have EFI byte code in Flash along with a normal x86 Bios unless they want to only work on EFI systems. That means more flash memory. Or the installation utility could copy the EFI driver into a FAT formatted EFI system partition, but that means if something corrupts it the card will stop working on a legacy free EFI system.
Actually, come to think of it, video bioses are a special case. On Windows XP, the driver can use Int 10 to call the video bios.
Hmm, it seems that this is disabled on Vista -
http://72.14.235.104/search?q=cache:URuKNsrXQDAJ:
So it seems like the Bios is used so little and is so futureproof that it doesn't do any harm to keep it. It's also small and simple and can run purely from Rom, whereas EFI needs a special partition which could be corrupted.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
The reason to drop PS/2 is that then you can remove the ISA emulation logic from the Southbridge. On most modern designs the PS/2 controller is the only component still using that part of the chip so you can drop it if you drop the ports.
There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.