History log of /src/sys/arch/sun3/dev/if_ie_obio.c |
Revision | | Date | Author | Comments |
1.26 |
| 20-Dec-2024 |
tsutsui | Remove trailing whitespace.
|
1.25 |
| 28-Jun-2008 |
tsutsui | branches: 1.25.120; Split softc/device_t, with misc cosmetic changes.
|
1.24 |
| 28-Apr-2008 |
martin | branches: 1.24.2; 1.24.4; Remove clause 3 and 4 from TNF licenses
|
1.23 |
| 04-Mar-2007 |
tsutsui | branches: 1.23.40; 1.23.42; 1.23.44; Add (char *) casts on pointer arith.
|
1.22 |
| 04-Mar-2007 |
christos | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.21 |
| 11-Dec-2005 |
christos | branches: 1.21.26; merge ktrace-lwp.
|
1.20 |
| 22-Jan-2005 |
chs | branches: 1.20.8; de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
|
1.19 |
| 15-Jul-2003 |
lukem | branches: 1.19.8; __KERNEL_RCSID()
|
1.18 |
| 02-Oct-2002 |
thorpej | branches: 1.18.6; Add trailing ; to CFATTACH_DECL.
|
1.17 |
| 01-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.16 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.15 |
| 01-Oct-1998 |
thorpej | branches: 1.15.26; 1.15.30; Update for bcopy/bzero -> memcpy/memset changes.
|
1.14 |
| 05-Jul-1998 |
jonathan | defopt INET, NETATALK.
|
1.13 |
| 05-Feb-1998 |
gwr | Merge arch/sun3x into arch/sun3
|
1.12 |
| 08-Dec-1997 |
gwr | branches: 1.12.2; The ie_reset function needs to turn off loopback mode. (Remember the TDR complaint: short X clocks away? that was because the chip was in looback mode! 8)
|
1.11 |
| 07-Oct-1997 |
gwr | Use sizeof(struct ieob) instead of a sun3-specific macro, so this driver will work on the sun3x as well. (Works!)
|
1.10 |
| 28-Apr-1997 |
gwr | branches: 1.10.4; Rename obio_alloc/obio_mapin and check for obio in match functions for attachments that will use obio_mapin.
|
1.9 |
| 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.8 |
| 27-Jan-1997 |
gwr | branches: 1.8.4; Fix copyrights (/s/REGENTS/FOUNDATION/)
|
1.7 |
| 17-Dec-1996 |
gwr | Make this compile with -Werror -Wall -Wstrict-prototypes (finally! yea!) Also get rid of __BROKEN_INDIRECT_CONFIG
|
1.6 |
| 20-Nov-1996 |
gwr | Most files that were copyright Adam Glass and/or Gordon W. Ross are now copyright The NetBSD Foundation (rights assigned).
|
1.5 |
| 30-Oct-1996 |
gwr | Get rid of some cruft in the match function.
|
1.4 |
| 13-Oct-1996 |
christos | backout previous kprintf change
|
1.3 |
| 11-Oct-1996 |
christos | printf -> kprintf, sprintf -> ksprintf
|
1.2 |
| 26-Mar-1996 |
gwr | Use the traditional names (*reg.h, *var.h)
|
1.1 |
| 26-Mar-1996 |
gwr | Take advantage of the new config attach stuff by splitting out the obio and vme support code.
|
1.8.4.2 |
| 10-Mar-1997 |
is | netinet/if_ether.h => netinet/if_inarp.h
|
1.8.4.1 |
| 06-Mar-1997 |
is | Convert to new ARP version.
|
1.10.4.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.12.2.1 |
| 27-Jan-1998 |
gwr | Merged Sun3 and Sun3X kernel sources.
|
1.15.30.1 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.15.26.1 |
| 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.18.6.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.18.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.18.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.18.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.19.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.20.8.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.21.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.23.44.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.23.44.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.23.42.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.23.40.2 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.23.40.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.24.4.1 |
| 03-Jul-2008 |
simonb | Sync with head.
|
1.24.2.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.25.120.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|