From owner-freebsd-stable Tue Oct 3 8:28:22 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 559B137B66C for ; Tue, 3 Oct 2000 08:28:16 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e93FSAM09802; Tue, 3 Oct 2000 09:28:10 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA26440; Tue, 3 Oct 2000 09:28:09 -0600 (MDT) Message-Id: <200010031528.JAA26440@harmony.village.org> To: behanna@zbzoom.net Subject: Re: 4.1-RELEASE pccard? Cc: Steve Roome , Thomas David Rivers , freebsd-stable@FreeBSD.ORG, jim@siteplus.net In-reply-to: Your message of "Tue, 03 Oct 2000 11:01:38 EDT." References: Date: Tue, 03 Oct 2000 09:28:09 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message 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