History log of /original-bsd/sys/vax/if/if_vv.c (Results 1 – 25 of 54)
Revision Date Author Comments
# 68549010 25-Mar-1992 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

M_PREPEND has already freed if no mbufs available.


# dd262573 16-Dec-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

kernel reorg


# 63d21be9 02-Oct-1990 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

looutput expects a legitimate route pointer now.


# e5fc70d5 28-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# 496adc9c 07-Apr-1990 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

sleep call requires prioritity.


# 6216f964 22-Sep-1989 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

this version compiles; has SNMP stats, not yet actually run.


# 1aa0828a 04-Sep-1989 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

various hacks and fixes: don't sleep when init'ing if from uba reset;
vvprintf => vvlog; add reset, re-init on flags change


# 13c6aa5f 22-Oct-1988 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

automatic priority calculation with qbgetpri; flags-handling fixes


# fc1188e8 12-Oct-1988 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

fixes from proteon:
D 6.22 88/03/08 16:36:44 jas 48 47 00018/00013/00988
Increase default VVMTU, and correct allocation for trailer header.
Pass VVMRU to ubainit, not VVMTU.
Fix

fixes from proteon:
D 6.22 88/03/08 16:36:44 jas 48 47 00018/00013/00988
Increase default VVMTU, and correct allocation for trailer header.
Pass VVMRU to ubainit, not VVMTU.
Fix bug in non-class C address setting.

D 6.21 88/03/08 16:05:01 jas 47 46 00005/00005/00996
Mask data being placed into ubainfo down to 18 bits, don't rely on
p1000/p1100 masking it down in hardware.

show more ...


# 1b9ea1c4 04-Aug-1988 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

add Berkeley specific copyright


# bdbf97f4 05-Jun-1986 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

4.3BSD release version


# 16084793 02-Jun-1986 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

lint


# 27e756c8 27-Mar-1986 jas <jas@65305748-3e16-e211-a854-8c89a5c6f760>

New trailer scheme that is not antisocial


# 576c43b3 18-Mar-1986 jas <jas@65305748-3e16-e211-a854-8c89a5c6f760>

- Correct comments about old HSBU's, explain addition of UBA_NEED16
- Added method of setting 80-megabitness via flags
- Eliminated inifinite loop as splimp() in vvidentify()
- Eliminate double start

- Correct comments about old HSBU's, explain addition of UBA_NEED16
- Added method of setting 80-megabitness via flags
- Eliminated inifinite loop as splimp() in vvidentify()
- Eliminate double start of timeout in vvstart()
- Put all 16-bit fields in trailer packets (type and length) in proper
network byte order (bigindian)
- Have vvioctl() return an error if self testing by vvinit()/vvidentify()
fails
john shriver, proteon

show more ...


# cf32ff4d 23-Feb-1986 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

lint


# f64bb6fa 21-Feb-1986 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

missed one; use a #define for nasty number


# 0d564e0d 20-Feb-1986 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

lint


# cd267770 17-Feb-1986 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

don't NEED16


# 2fc5b1fc 19-Dec-1985 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

rm bbnnet


# b0af5ca5 24-Oct-1985 bloom <bloom@65305748-3e16-e211-a854-8c89a5c6f760>

add "#if N?? > 0"


# 7e7852ab 14-Oct-1985 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

minor nit


# e6f2123f 13-Oct-1985 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

missing vvprt_hdr


# 8ab8a506 16-Sep-1985 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

pass ifp to if_{r,}ubaget, shuffle it up if receiving trailer


# 6b9637d7 08-Jun-1985 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


# a45d1421 03-Jun-1985 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

now they compile at least


123