Subject: Re: CVS commit: syssrc
To: None <drochner@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 09/01/1999 20:58:01
>Module Name:	syssrc
>Committed By:	drochner
>Date:		Wed Sep  1 11:47:49 UTC 1999
>
>Added Files:
>	syssrc/sys/dev/pci: if_ti.c if_tireg.h ti_fw.h ti_fw2.h
>
>Log Message:
>quick 'n dirty port of FreeBSD's Alteon Gigabit Ethernet driver.
>todo:
>-IPv6
>-clean up jumbo buffer allocation - NetBSD provides an opaque argument
> to the free function, thus doesn't need the hack done here
>-deal correctly with the mapping of the shared memory

	About IPv6 on Tigon..
	Does it do anything tricky?  It looks hardware TCP checksum is
	disabled, and SIOCSIFADDR code looks fine for me.

itojun