Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 12:03:13 -0800 (PST)
From:      Max Khon <fjoe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files files.i386 src/sys/dev/cm if_cm_isa.c smc90cx6.c smc90cx6reg.h smc90cx6var.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/arcnet Makefile src/sys/modules/cm Makefile ...
Message-ID:  <200201082003.g08K3Da68379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fjoe        2002/01/08 12:03:13 PST

  Modified files:
    sys/conf             files files.i386 
    sys/i386/conf        NOTES 
    sys/modules          Makefile 
  Added files:
    sys/dev/cm           if_cm_isa.c smc90cx6.c smc90cx6reg.h 
                         smc90cx6var.h 
    sys/modules/arcnet   Makefile 
    sys/modules/cm       Makefile 
    sys/net              if_arcsubr.c 
  Log:
  - generic Arcnet framework
  - device driver for SMC COM90cx6 Arcnet network adapters
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.595     +2 -0      src/sys/conf/files
  1.388     +1 -0      src/sys/conf/files.i386
  1.1       +135 -0    src/sys/dev/cm/if_cm_isa.c (new)
  1.1       +1071 -0   src/sys/dev/cm/smc90cx6.c (new)
  1.1       +91 -0     src/sys/dev/cm/smc90cx6reg.h (new)
  1.1       +103 -0    src/sys/dev/cm/smc90cx6var.h (new)
  1.991     +9 -0      src/sys/i386/conf/NOTES
  1.228     +2 -0      src/sys/modules/Makefile
  1.1       +12 -0     src/sys/modules/arcnet/Makefile (new)
  1.1       +10 -0     src/sys/modules/cm/Makefile (new)
  1.1       +780 -0    src/sys/net/if_arcsubr.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201082003.g08K3Da68379>