I quite like these in-depth videos on the history of a particular card... would be nice to see one on the Intel PRO/100 next. If you like this kind of thing I also highly recommend this 43 minute history of Creative and the Sound Blaster: https://www.youtube.com/watch?v=VTPa6wRECw0
The Intel PRO/100 NICs using the 82557, 82558, and 82559 controllers were a joy to work with on Windows. The NICs performed well and there was some backwards compatibility in the drivers. I have a vague memory of a lockup bug in some Linux driver versions that would knock machines off the network but it was eventually fixed. I really enjoyed Intel's foray into networking in the late 90s. Their Ethernet hubs and switc…
The Legend of the Novell NE2000 [video]
11–20 of 27 posts
Re: The Legend of the Novell NE2000 [video]
#12Re: The Legend of the Novell NE2000 [video]
#13Earlier quoted context omitted.
The Intel PRO/100 NICs using the 82557, 82558, and 82559 controllers were a joy to work with on Windows. The NICs performed well and there was some backwards compatibility in the drivers. I have a vague memory of a lockup bug in some Linux driver versions that would knock machines off the network but it was eventually fixed. I really enjoyed Intel's foray into networking in the late 90s. Their Ethernet hubs and switc…
In this era 3Com was still the gold standard, but intel eventually dominated the market because they integrated 100mbit and then gigabit on the PCH relegating any margin in the expansion card market to servers. As someone that has worked on a lot of Intel drivers I always find Intel being put on a pedestal to be a little amusing, they have a tendency to make a lot of gaffes in silicon and sometimes these reappear in…
Re: The Legend of the Novell NE2000 [video]
#14Earlier quoted context omitted.
In this era 3Com was still the gold standard, but intel eventually dominated the market because they integrated 100mbit and then gigabit on the PCH relegating any margin in the expansion card market to servers. As someone that has worked on a lot of Intel drivers I always find Intel being put on a pedestal to be a little amusing, they have a tendency to make a lot of gaffes in silicon and sometimes these reappear in…
Realtek then dominated by being cheaper and simpler than Intel; they had the majority of the NIC marketshare (70%+) in the late 90s and early 2000s.
Re: The Legend of the Novell NE2000 [video]
#15I wish they had tracked down someone from Nat Semi for this. I imagine they would have been somewhat dismayed by some of this. One of the issues of the perceived low quality is the massive variance in NE2000 silicon. Basically everyone cloned/emulated the chip, but they have subtle variation, features, bugs. So a generic driver like Linux has to deal with a lot of damage.
Re: The Legend of the Novell NE2000 [video]
#16Half the Internet was running on these in the mid-90s. Every Linux and BSD PC had one stuffed in it.
Re: The Legend of the Novell NE2000 [video]
#17Earlier quoted context omitted.
The Intel PRO/100 NICs using the 82557, 82558, and 82559 controllers were a joy to work with on Windows. The NICs performed well and there was some backwards compatibility in the drivers. I have a vague memory of a lockup bug in some Linux driver versions that would knock machines off the network but it was eventually fixed. I really enjoyed Intel's foray into networking in the late 90s. Their Ethernet hubs and switc…
The bug on Linux still exists today on this family (e100, e1000, e1000e). Maybe the root cause is different, but the solution is still to disable TCP segmentation offload and I suppose this is a firmware bug. At some point, Mellanox took over the "top" card segment for servers.
There's a comical change where Intel downclocked DMA to fix some issue and it makes TSO max out at ~700mbps: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin... but they later disable TSO there with https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Re: The Legend of the Novell NE2000 [video]
#18Half the Internet was running on these in the mid-90s. Every Linux and BSD PC had one stuffed in it.
Re: The Legend of the Novell NE2000 [video]
#19Re: The Legend of the Novell NE2000 [video]
#20Earlier quoted context omitted.
Realtek then dominated by being cheaper and simpler than Intel; they had the majority of the NIC marketshare (70%+) in the late 90s and early 2000s.
Most realtek is F tier, they basically repeat the bad part of this NE2000 saga, and the simplicity comes at the cost of CPU cycles. In that sense the Intel PCH controllers were great.