Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2000 23:43:16 -0700 (PDT)
From:      Seigo Tanimura <tanimura@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc MAKEDEV src/sys/conf files files.i386 src/sys/dev/rp rp_isa.c rp_pci.c rp.c rpreg.h rpvar.h src/sys/i386/isa rp.c src/sys/modules Makefile src/sys/modules/rp Makefile
Message-ID:  <200006110643.XAA69604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tanimura    2000/06/10 23:43:16 PDT

  Modified files:
    etc                  MAKEDEV 
    sys/conf             files files.i386 
    sys/dev/rp           rp.c rpreg.h rpvar.h 
    sys/i386/isa         rp.c 
    sys/modules          Makefile 
  Added files:
    sys/dev/rp           rp_isa.c rp_pci.c 
    sys/modules/rp       Makefile 
  Log:
  1. Update Comtrol RocketPort driver(rp) to version 3.02.
  2. Newbusify the driver.
  3. Build as a module.
  
  4. Use correct minor numbers when creating device files.
  5. Correctly lock control characters.
  6. Return ENXIO when device not configured.
  Submitted by:	Tor Egge	<Tor.Egge@fast.no>
  
  7. Fix the baud_table.
  Submitted by:	Elliot Dierksen	<ebd@oau.org>
  
  Note:
  - the old driver still lives in src/sys/i386/isa, so that you can
    revert to it if something goes wrong.
  - The module does not detach very well. Attaching works fine.
  
  Revision  Changes    Path
  1.257     +13 -13    src/etc/MAKEDEV
  1.375     +4 -1      src/sys/conf/files
  1.321     +2 -2      src/sys/conf/files.i386
  1.35      +300 -584  src/sys/dev/rp/rp.c
  1.4       +170 -200  src/sys/dev/rp/rpreg.h
  1.3       +3 -11     src/sys/dev/rp/rpvar.h
  1.35      +12 -10    src/sys/i386/isa/rp.c
  1.121     +2 -2      src/sys/modules/Makefile



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?200006110643.XAA69604>