Date: Wed, 22 Dec 1999 00:44:14 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <199912220844.AAA11872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <jedger@fxp.org>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912220844.AAA11872>
