diff options
author | simon <simon@FreeBSD.org> | 2008-10-06 17:49:24 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2008-10-06 17:49:24 +0000 |
commit | c6ee8b827ee48ad938e75f3a501d9353e9c449d5 (patch) | |
tree | 4c8edfa5e3deefca5334781f12de8cf62144cc9b | |
parent | 1cd4dae7a2daab4429dfa28c6b089cee6fa57c17 (diff) | |
download | FreeBSD-src-c6ee8b827ee48ad938e75f3a501d9353e9c449d5.zip FreeBSD-src-c6ee8b827ee48ad938e75f3a501d9353e9c449d5.tar.gz |
Add a HARDWARE section. It doesn't contain any information not
already in the DESCRIPTION section, but this allows for the manual
page to be used in the automatic hardware notes generation.
MFC after: 3 days
-rw-r--r-- | share/man/man4/jme.4 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man4/jme.4 b/share/man/man4/jme.4 index 0436d4e..2c823ee 100644 --- a/share/man/man4/jme.4 +++ b/share/man/man4/jme.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 27, 2008 +.Dd October 6, 2008 .Dt JME 4 .Os .Sh NAME @@ -94,6 +94,17 @@ Force half duplex operation. .Pp For more information on configuring this device, see .Xr ifconfig 8 . +.Sh HARDWARE +The +.Nm +device driver provides support for the following Ethernet controllers: +.Pp +.Bl -bullet -compact +.It +JMicron JMC250 PCI Express Gigabit Ethernet controller +.It +JMicron JMC260 PCI Express Fast Ethernet controller +.El .Sh LOADER TUNABLES Tunables can be set at the .Xr loader 8 |