From owner-cvs-all Wed Dec 22 0:44:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48BA915057; Wed, 22 Dec 1999 00:44:15 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA11872; Wed, 22 Dec 1999 00:44:15 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912220844.AAA11872@freefall.freebsd.org> From: Warner Losh Date: Wed, 22 Dec 1999 00:44:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_isa.c if_sn_pccard.c if_snvar.h if_sn.c if_snreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/12/22 00:44:14 PST Modified files: sys/dev/sn if_sn.c if_snreg.h Added files: sys/dev/sn if_sn_isa.c if_sn_pccard.c if_snvar.h Log: Newbusify the driver. Add support, kinda, for megaheartz xjack nic cards. This support works well for one machine per ethernet segment because it hard codes the MAC address. The pccardd in -current doesn't have support to parse the ethernet address from the CIS in the funky way that the megaheartz card does things (it includes it in the info tuple, as ascii, which is non-standard). I'd rather kludge this for the moment and work to read the CIS from the kernel rather than mess with pccardd. The isa attachment is untested. The pccard attachment is known to work since I'm committing over it. Card Obtained from: Chris D. Faulhaber Revision Changes Path 1.4 +144 -313 src/sys/dev/sn/if_sn.c 1.2 +1 -32 src/sys/dev/sn/if_snreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message