Home | History | Annotate | Download | only in tc
History log of /src/sys/dev/tc/if_le_tc.c
RevisionDateAuthorComments
 1.23  23-Feb-2022  andvar fix various typos in comments, mainly immediatly/immediately/,
as well shared and recently fixed typos in OpenBSD code by Jonathan Grey.
 1.22  22-Jun-2017  flxd spelling (DEC called it "TURBOchannel")
 1.21  04-Apr-2008  tsutsui branches: 1.21.48; 1.21.68;
Split device_t/softc for le(4) and variants and misc cosmetic changes.
 1.20  31-Mar-2006  thorpej branches: 1.20.58;
Use ANSI function decls, apply static.
 1.19  30-Mar-2006  thorpej Use device_private().
 1.18  11-Dec-2005  christos branches: 1.18.4; 1.18.6; 1.18.8; 1.18.10; 1.18.12;
merge ktrace-lwp.
 1.17  04-Feb-2005  perry branches: 1.17.6;
de-__P
 1.16  22-Jan-2003  mhitch branches: 1.16.2; 1.16.10; 1.16.12;
Lance chip needs to be accessed in sparse address space for alpha. Fixes
Turbochannel Ethernet card on Alpha 3000 systems.
 1.15  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL.
 1.14  01-Oct-2002  thorpej Use CFATTACH_DECL().
 1.13  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.12  13-Nov-2001  lukem branches: 1.12.10;
add/cleanup RCSIDs
 1.11  30-Mar-2000  augustss branches: 1.11.6; 1.11.8;
Remove register declarations.
 1.10  04-Mar-1999  nisimura branches: 1.10.8;
- Nuke "PMAD-BA " match string because it is an internal name of IOASIC
assisted LANCE circuit found only in IOASIC DECstations. This file is
for 3MAX builtin and PMAD-AA TURBOchannel option card.
 1.9  21-Jul-1998  drochner adapt to LANCE driver split
 1.8  05-Jul-1998  jonathan defopt INET, NETATALK.
 1.7  22-Jul-1997  jonathan Garbage-collect __BROKEN_INDIRECT_CONFIG from /sys/dev/tc
 1.6  17-Mar-1997  thorpej #include <net/if_media.h>
 1.5  15-Mar-1997  cgd fix botches in is's new ARP changes
 1.4  15-Mar-1997  is New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.
 1.3  05-Dec-1996  cgd branches: 1.3.6;
update these so they compile whether or not __BROKEN_INDIRECT_CONFIG
is defined.
 1.2  07-May-1996  thorpej Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.

Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_reset)()
to take a struct ifnet *, rather than a unit number.
 1.1  18-Apr-1996  cgd restructure to take advantage of config's (relatively) new 'attach'
specifiers. Many #ifdefs and much other nastiness removed.
 1.3.6.1  09-Mar-1997  is netinet/if_ether.h -> netinet/if_inarp.h
 1.10.8.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.11.8.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.11.8.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.11.6.2  18-Oct-2002  nathanw Catch up to -current.
 1.11.6.1  14-Nov-2001  nathanw Catch up to -current.
 1.12.10.1  27-Jan-2003  jmc Pullup revisions 1.15-1.16 (requested by mhitch in ticket #1118)
Lance chip needs to be accessed in sparse address space for alpha.
Fixes Turbochannel Ethernet card on Alpha 3000 systems.
 1.16.12.1  12-Feb-2005  yamt sync with head.
 1.16.10.1  29-Apr-2005  kent sync with -current
 1.16.2.1  04-Feb-2005  skrll Sync with HEAD.
 1.17.6.1  21-Jun-2006  yamt sync with head.
 1.18.12.2  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.18.12.1  31-Mar-2006  tron Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
 1.18.10.1  19-Apr-2006  elad sync with head.
 1.18.8.1  01-Apr-2006  yamt sync with head.
 1.18.6.1  22-Apr-2006  simonb Sync with head.
 1.18.4.1  09-Sep-2006  rpaulo sync with head
 1.20.58.1  02-Jun-2008  mjf Sync with HEAD.
 1.21.68.1  28-Aug-2017  skrll Sync with HEAD
 1.21.48.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed