Hi,
I want to write an Intel PRO/100 driver but cannot find anything about it on google. I am very grateful if someone can give me some info.
Anyone know about Intel PRO/100 specification?
Re: Anyone know about Intel PRO/100 specification?
One way is to get the driver source from intel (publicly downloadable), but that's in GPL so you may need some "clean room design" instead of using it directly.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Anyone know about Intel PRO/100 specification?
The "Intel PRO/100" family encompasses several chipsets (..i82557, i82558, i82550, i82551, 82559, i82562).
You can find a datasheet here, along with other documentation.
They all should be largely compatible with each other, BSD's support them using a single driver.. I believe Linux might as well.
You can find a datasheet here, along with other documentation.
They all should be largely compatible with each other, BSD's support them using a single driver.. I believe Linux might as well.