summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/vnet.c
AgeCommit message (Expand)Author
2014-05-10Some straightforward format string fixes. Also, print both the tx and rxMark Kettenis
2014-04-03Use <uvm/uvm_extern.h> if it's enough.Martin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2012-12-07Use a timeout to do a delayed handshake if the receive queue of the LDCMark Kettenis
2012-11-24Do not assign the "host" MAC address to virtual switch ports. Don't print theMark Kettenis
2012-10-26Turns out that for devices that attach to cbus(4), it is better to disableMark Kettenis
2010-04-15Print both the tx and the rx interrup vector numbers instead of the tx numberMark Kettenis
2010-02-21Make sure we only request our peer to start processing descriptors if itMark Kettenis
2010-02-21Start and stop watchdog timer in the appropriate places, and print a messageMark Kettenis
2009-12-26Remove unused variable.Mark Kettenis
2009-12-14Sanitize the code that resets the state when the LDC channel link stateMark Kettenis
2009-12-14Fix previous commit. I left out a small fragment and accidentally committedMark Kettenis
2009-12-14Support for in-band descriptor mode (VIO_DESC_MODE) used by OBP.Mark Kettenis
2009-12-14Make sure interrupts are disabled when we don't have queues configured. ThisMark Kettenis
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-05-12Don't throw away ldc packets if the ldc link went just up, otherwise we mayMark Kettenis
2009-05-12Add padding to ATTR_INFO message structure; OBP seems to insist on itMark Kettenis
2009-05-10Remove a dead variable and some unneeded returns.Mark Kettenis
2009-02-20Make sure we have enough space in the LDC transmit queue to send a DRING_DATAMark Kettenis
2009-01-17Clean things up a bit, and be a bit more fussy about the proper sequence inMark Kettenis
2009-01-17Sync vio_sendmsg() with equivalent code in vdsk(4).Mark Kettenis
2009-01-16Improve VIO state machine, and initiate VIO handshake ourselves. Makes thisMark Kettenis
2009-01-12As recommended by the Sun Virtual IO specification, use tick() to generateMark Kettenis
2009-01-11Fix pasto in debug message.Mark Kettenis
2009-01-10Split off VIO definitions into their own file.Mark Kettenis
2009-01-10Split off LDC support code into its own file.Mark Kettenis
2009-01-10Add multicast support. Doesn't handle multicast ranges yet, but inet6 seemsMark Kettenis
2009-01-07Set IFF_OACTIVE when we run out of resources transmitting packets.Mark Kettenis
2009-01-06Properly report link state and don't abuse IFF_RUNNING.Mark Kettenis
2009-01-05Hide many debug printfs behind DPRINTF, and remove most others. Remove someMark Kettenis
2009-01-04Initial stab at a driver for virtual network devices found on sun4v logicalMark Kettenis