Date: Tue, 03 Oct 2000 09:28:09 -0600 From: Warner Losh <imp@village.org> To: behanna@zbzoom.net Cc: Steve Roome <steve@sse0691.bri.hp.com>, Thomas David Rivers <rivers@dignus.com>, freebsd-stable@FreeBSD.ORG, jim@siteplus.net Subject: Re: 4.1-RELEASE pccard? Message-ID: <200010031528.JAA26440@harmony.village.org> In-Reply-To: Your message of "Tue, 03 Oct 2000 11:01:38 EDT." <Pine.BSF.4.21.0010031059520.29703-100000@topperwein.dyndns.org> References: <Pine.BSF.4.21.0010031059520.29703-100000@topperwein.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0010031059520.29703-100000@topperwein.dyndns.org> Chris BeHanna writes: : > It might not be your problem, but it was easily/grottily solved with a : > few lines like in /usr/src/sys/dev/ed/if_ed_pccard.c such as : : > : > ether_addr[0] = 0; : > ether_addr[1] = 0xe0; : > .. etc.. : > ether_addr[5] = 0x26; : > : > Nasty hack and all, not the right way etc. etc. but in a results : > oriented world and all! =) Obviously I wouldn't advocate this sort of : > kludgery, it's a pain for things like cvsup. : : If you find you have to do this a lot, you can do one of two : things: Isn't that what the ether keyword is for. ether 0x12 or whatever. Pccardd also tries to figure it out itself, but sometimes needs help. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010031528.JAA26440>