index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
vnet.c
Age
Commit message (
Expand
)
Author
2010-04-15
Print both the tx and the rx interrup vector numbers instead of the tx number
Mark Kettenis
2010-02-21
Make sure we only request our peer to start processing descriptors if it
Mark Kettenis
2010-02-21
Start and stop watchdog timer in the appropriate places, and print a message
Mark Kettenis
2009-12-26
Remove unused variable.
Mark Kettenis
2009-12-14
Sanitize the code that resets the state when the LDC channel link state
Mark Kettenis
2009-12-14
Fix previous commit. I left out a small fragment and accidentally committed
Mark Kettenis
2009-12-14
Support for in-band descriptor mode (VIO_DESC_MODE) used by OBP.
Mark Kettenis
2009-12-14
Make sure interrupts are disabled when we don't have queues configured. This
Mark Kettenis
2009-08-09
MCLGETI() will now allocate a mbuf header if it is not provided, thus
Theo de Raadt
2009-05-12
Don't throw away ldc packets if the ldc link went just up, otherwise we may
Mark Kettenis
2009-05-12
Add padding to ATTR_INFO message structure; OBP seems to insist on it
Mark Kettenis
2009-05-10
Remove a dead variable and some unneeded returns.
Mark Kettenis
2009-02-20
Make sure we have enough space in the LDC transmit queue to send a DRING_DATA
Mark Kettenis
2009-01-17
Clean things up a bit, and be a bit more fussy about the proper sequence in
Mark Kettenis
2009-01-17
Sync vio_sendmsg() with equivalent code in vdsk(4).
Mark Kettenis
2009-01-16
Improve VIO state machine, and initiate VIO handshake ourselves. Makes this
Mark Kettenis
2009-01-12
As recommended by the Sun Virtual IO specification, use tick() to generate
Mark Kettenis
2009-01-11
Fix pasto in debug message.
Mark Kettenis
2009-01-10
Split off VIO definitions into their own file.
Mark Kettenis
2009-01-10
Split off LDC support code into its own file.
Mark Kettenis
2009-01-10
Add multicast support. Doesn't handle multicast ranges yet, but inet6 seems
Mark Kettenis
2009-01-07
Set IFF_OACTIVE when we run out of resources transmitting packets.
Mark Kettenis
2009-01-06
Properly report link state and don't abuse IFF_RUNNING.
Mark Kettenis
2009-01-05
Hide many debug printfs behind DPRINTF, and remove most others. Remove some
Mark Kettenis
2009-01-04
Initial stab at a driver for virtual network devices found on sun4v logical
Mark Kettenis