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
This commit is contained in:
drochner 1999-09-01 11:47:46 +00:00
parent 7eaa4e57fd
commit 45e5d743af
4 changed files with 12740 additions and 0 deletions

2756
sys/dev/pci/if_ti.c Normal file

File diff suppressed because it is too large Load Diff

1157
sys/dev/pci/if_tireg.h Normal file

File diff suppressed because it is too large Load Diff

4461
sys/dev/pci/ti_fw.h Normal file

File diff suppressed because it is too large Load Diff

4366
sys/dev/pci/ti_fw2.h Normal file

File diff suppressed because it is too large Load Diff