[Soekris] Net 4801 Debian install
M. Warner Losh
imp at bsdimp.com
Tue Aug 26 18:02:31 UTC 2003
k
In message: <1061919523.16807.32.camel at onizuka.mindwaresystems.com>
Kourosh Ghassemieh <soekris at mindwaresystems.com> writes:
: On Mon, 2003-08-25 at 21:59, Jay Doscher wrote:
: > So, just so I understand, the old line is:
: >
: > temp->hdr_type = hdr_type & 0x7f;
: >
: > And the new line should be:
: >
: > (hdr_type & 0x7f) > 2
: >
: > Is that right? Thanks,
: >
:
: Bill,
:
: I double checked, and my new line is:
:
: temp->hdr_type = hdr_type & 0x7f;
:
: It works fine for me, and I'm now not sure why I had
: changed it to this, as it's a little bit different from
: what Warner had listed. Oh well... it worked for me =)
you want to check to see if hdr_type & 0x7f is <= 2, not if certian
bits are set. it will work for you because there are no cardbus or
pci bridges in the system. if you have those, you will lose those
devices from the probe.
Warner
More information about the Soekris-tech
mailing list