summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/vnet.c
AgeCommit message (Expand)Author
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