Please Welcome Yoda (Bipin Ajith) to the Moderation Team


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Please Welcome Yoda (Bipin Ajith) to the Moderation Team
# 8  
Old 09-08-2019
Welcome to the team, Yoda!
This User Gave Thanks to Scrutinizer For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Please Welcome Akshay Hegde to the Moderation Team

Dear All, Following our policy for forum moderators to have active LinkedIn profiles (and also to increase mod team diversity), please join me in congratulating the newest addition to our mod team, Akshay Hegde: Akshay Hegde on LinkedIn Akshay has been very helpful to the site over the... (3 Replies)
Discussion started by: Neo
3 Replies

2. What is on Your Mind?

Please Welcome Peasant to the Moderation Team

Dear All, Following our new policy for future forum moderators to have active LinkedIn profiles (and increase mod team diversity), please join me in congratulating our new addition to our mod team, Peasant: Peasant (Filip Skoblar) on LinkedIn Peasant is also an active moderator on our... (10 Replies)
Discussion started by: Neo
10 Replies

3. What is on Your Mind?

Please Welcome Ravinder Singh to the Moderation Team

On this special Happy News Year day, 1 January 2019, I am pleased to promote Ravinder Singh to UNIX.COM Moderator, for at least the following reasons: Ravinder Loves UNIX.COM Ravinder has 1,372 Thanks, which puts him in the Top Ten in that important single category. Ravinder is one of... (8 Replies)
Discussion started by: Neo
8 Replies
Login or Register to Ask a Question
JME(4)							   BSD Kernel Interfaces Manual 						    JME(4)

NAME
jme -- JMicron Technologies JMC250 Gigabit Ethernet and JMC260 Fast Ethernet controller driver SYNOPSIS
jme* at pci? dev ? function ? Configuration of PHYs is necessary. See mii(4). DESCRIPTION
The jme device driver supports network adapters based on the JMicron Technologies JMC250 Gigabit Ethernet and JMC260 Fast Ethernet chips. The following features are supported: IPv4 transmit/receive IP/TCP/UDP checksum offload IPv6 transmit TCP/UDP checksum offload IPv4 and IPv6 TCP segmentation offload VLAN tag insertion/removal Interrupt coalescing 10/100/1000Mbps operation in full-duplex mode 10/100Mbps operation in half-duplex mode Jumbo frames (up to 9022 bytes) Due to hardware limitation checksums and TCP segmentation offload can't be enabled if the configured MTU is larger than 4000 bytes. Interrupt coalescing can be controlled on a per-adapter basis through the following sysctls: hw.jme.jme<x>.int_rxtos jme receive interrupt moderation timer, in microseconds (defaults to 100) hw.jme.jme<x>.int_rxct jme receive interrupt moderation packet counter (defaults to 128) hw.jme.jme<x>.int_txto jme transmit interrupt moderation timer, in microseconds (defaults to 100) hw.jme.jme<x>.int_txct jme transmit interrupt moderation packet counter (defaults to 128) SEE ALSO
ifmedia(4), mii(4), netintro(4), pci(4), ifconfig(8) HISTORY
The jme device driver first appeared in NetBSD 5.0. BUGS
Hardware bugs prevent support of IPv6 receive TCP/UDP checksum offload in the JMC250 rev A2, and is disabled in the driver. This should be revisited when a newer hardware revision is available. BSD
October 17, 2008 BSD