NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/39094 CVS commit: src



The following reply was made to PR kern/39094; it has been noted by GNATS.

From: "John Nemeth" <jnemeth%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39094 CVS commit: src
Date: Sat, 13 Nov 2010 00:47:26 +0000

 Module Name:   src
 Committed By:  jnemeth
 Date:          Sat Nov 13 00:47:25 UTC 2010
 
 Modified Files:
        src/distrib/sets/lists/man: mi
        src/doc: CHANGES
        src/share/man/man4: Makefile
        src/sys/dev/mii: files.mii
        src/sys/dev/pci: files.pci
 Added Files:
        src/share/man/man4: et.4 etphy.4
        src/sys/dev/mii: etphy.c
        src/sys/dev/pci: if_et.c if_etreg.h
 
 Log Message:
 PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver
 
 The et(4) driver supports PCI Express Ethernet adapters based on
 the Agere/LSI ET1310/ET1301 integrated MAC/PHY.
 
 The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD,
 ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD
 by Kaspar Brand.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1248 -r1.1249 src/distrib/sets/lists/man/mi
 cvs rdiff -u -r1.1457 -r1.1458 src/doc/CHANGES
 cvs rdiff -u -r1.532 -r1.533 src/share/man/man4/Makefile
 cvs rdiff -u -r0 -r1.1 src/share/man/man4/et.4 src/share/man/man4/etphy.4
 cvs rdiff -u -r0 -r1.1 src/sys/dev/mii/etphy.c
 cvs rdiff -u -r1.45 -r1.46 src/sys/dev/mii/files.mii
 cvs rdiff -u -r1.333 -r1.334 src/sys/dev/pci/files.pci
 cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_et.c src/sys/dev/pci/if_etreg.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index