From 448b26fea81ffda0c5ca4877fa8134c0682b4699 Mon Sep 17 00:00:00 2001 From: glebius Date: Thu, 23 Jun 2011 10:43:36 +0000 Subject: Document that autoSrcAddr isn't re-enabled on NGM_SHUTDOWN. Submitted by: Vadim Goncharov --- share/man/man4/ng_ether.4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man4/ng_ether.4 b/share/man/man4/ng_ether.4 index 9fd409d..6ca5c11 100644 --- a/share/man/man4/ng_ether.4 +++ b/share/man/man4/ng_ether.4 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 4, 2006 +.Dd June 23, 2011 .Dt NG_ETHER 4 .Os .Sh NAME @@ -183,7 +183,6 @@ Detach from underlying Ethernet interface and shut down node. Upon receipt of the .Dv NGM_SHUTDOWN control message, all hooks are disconnected, promiscuous mode is disabled, -and the source address override flag is re-enabled, but the node is not removed. Node can be shut down only using .Dv NGM_ETHER_DETACH -- cgit v1.1 From 0ba7056c72d2c6e7f6bb86a7196d396432068aa5 Mon Sep 17 00:00:00 2001 From: se Date: Mon, 27 Jun 2011 13:23:51 +0000 Subject: Add macros to specify owner, group and mode of config files for installation. Submitted by: Chris Rees (crees) --- share/mk/bsd.own.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'share') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index a589fba..ee78619 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -63,6 +63,15 @@ # SHAREMODE ASCII text file mode. [${NOBINMODE}] # # +# CONFDIR Base path for configuration files. [/etc] +# +# CONFOWN Configuration file owner. [root] +# +# CONFGRP Configuration file group. [wheel] +# +# CONFMODE Configuration file mode. [644] +# +# # DOCDIR Base path for system documentation (e.g. PSD, USD, # handbook, FAQ etc.). [${SHAREDIR}/doc] # @@ -145,6 +154,11 @@ SHAREOWN?= root SHAREGRP?= wheel SHAREMODE?= ${NOBINMODE} +CONFDIR?= /etc +CONFOWN?= root +CONFGRP?= wheel +CONFMODE?= 644 + MANDIR?= ${SHAREDIR}/man/man MANOWN?= ${SHAREOWN} MANGRP?= ${SHAREGRP} -- cgit v1.1 From a963cb97121e4c58292b7deaf2a9d08d4455b21b Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 28 Jun 2011 10:38:12 +0000 Subject: Remove AN again now that tzdata2011h has been imported. --- share/misc/iso3166 | 1 - 1 file changed, 1 deletion(-) (limited to 'share') diff --git a/share/misc/iso3166 b/share/misc/iso3166 index d8d5972..23c9bd6 100644 --- a/share/misc/iso3166 +++ b/share/misc/iso3166 @@ -176,7 +176,6 @@ NA NAM 516 Namibia NR NRU 520 Nauru NP NPL 524 Nepal NL NLD 528 Netherlands -AN ANT 530 Netherlands Antilles NC NCL 540 New Caledonia NZ NZL 554 New Zealand NI NIC 558 Nicaragua -- cgit v1.1 From 431ae8d898b487b6197ed7b5dadbffe0349cb6c1 Mon Sep 17 00:00:00 2001 From: yongari Date: Wed, 29 Jun 2011 17:32:52 +0000 Subject: Document two known hardware errata which requires manual link configuration. Submitted by: Aries Lee (arieslee <> jmicron com) --- share/man/man4/jme.4 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man4/jme.4 b/share/man/man4/jme.4 index 4220ab5..0bcf652 100644 --- a/share/man/man4/jme.4 +++ b/share/man/man4/jme.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 20, 2010 +.Dd June 29, 2011 .Dt JME 4 .Os .Sh NAME @@ -178,3 +178,17 @@ address once station address is reprogrammed via eFuse. It is highly recommended not to reprogram station address and it is responsibility of administrator to store original station address into a safe place when station address should be changed. +.Pp +There are two known 1000baseT link establishment issues with JMC25x. +If the full mask revision number of JMC25x controller is less than +or equal to 4 and link partner enabled IEEE 802.3az Energy Efficient +Ethernet feature, the controller would not be able to establish a +1000baseT link. +Also if the length of cable is longer than 120 meters, controller +can not establish a 1000baseT link. +The known workaround for the issue is to force manual link +configuration with 100baseTX instead of relying on auto-negotiation. +The full mask revision number of controller could be checked with +verbose kernel boot option. +Use lower nibble of chip revision number to get full mask revision of +the controller. -- cgit v1.1