Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2000 20:27:25 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb if_kue.c if_kuereg.h kue_fw.h usb_quirks.c usbdevs usbdevs.h usbdevs_data.h src/share/man/man4 kue.4 Makefile src/sys/i386/conf GENERIC LINT NEWCARD PCCARD src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC98 ...
Message-ID:  <200001050427.UAA79909@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/01/04 20:27:25 PST

  Modified files:
    sys/dev/usb          usb_quirks.c usbdevs usbdevs.h 
                         usbdevs_data.h 
    share/man/man4       Makefile 
    sys/i386/conf        GENERIC LINT NEWCARD PCCARD 
    sys/alpha/conf       GENERIC 
    sys/pc98/conf        GENERIC98 
    sys/boot/forth       loader.conf 
    sys/modules          Makefile 
    release/sysinstall   devices.c 
    release/texts/alpha  HARDWARE.TXT RELNOTES.TXT 
    release/texts/i386   HARDWARE.TXT RELNOTES.TXT 
    sys/conf             files 
    sys/i386/i386        userconfig.c 
  Added files:
    sys/dev/usb          if_kue.c if_kuereg.h kue_fw.h 
    share/man/man4       kue.4 
    sys/modules/kue      Makefile 
  Log:
  Add device driver support for USB ethernet adapters based on the
  Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T, the
  Entrega NET-USB-E45, the Peracom USB Ethernet Adapter, the 3Com
  3c19250 and the ADS Technologies USB-10BT. This device is 10mbs
  half-duplex only, so there's miibus or ifmedia support. This device
  also requires firmware to be loaded into it, however KLSI allows
  redistribution of the firmware images (I specifically asked about
  this; they said it was ok).
  
  Special thanks to Annelise Anderson for getting me in touch with
  KLSI (eventually) and thanks to KLSI for providing the necessary
  programming info.
  
  Highlights:
  - Add driver files to /sys/dev/usb
  - update usbdevs and regenerate attendate files
  - update usb_quirks.c
  - Update HARDWARE.TXT and RELNOTES.TXT for i386 and alpha
  - Update LINT, GENERIC and others for i386, alpha and pc98
  - Add man page
  - Add module
  - Update sysinstall and userconfig.c
  
  Revision  Changes    Path
  1.16      +13 -2     src/sys/dev/usb/usb_quirks.c
  1.3       +14 -3     src/sys/dev/usb/usbdevs
  1.25      +14 -3     src/sys/dev/usb/usbdevs.h
  1.25      +45 -3     src/sys/dev/usb/usbdevs_data.h
  1.69      +2 -2      src/share/man/man4/Makefile
  1.222     +2 -1      src/sys/i386/conf/GENERIC
  1.711     +6 -1      src/sys/i386/conf/LINT
  1.13      +2 -1      src/sys/i386/conf/NEWCARD
  1.38      +2 -1      src/sys/i386/conf/PCCARD
  1.58      +2 -1      src/sys/alpha/conf/GENERIC
  1.113     +2 -1      src/sys/pc98/conf/GENERIC98
  1.23      +2 -1      src/sys/boot/forth/loader.conf
  1.101     +2 -2      src/sys/modules/Makefile
  1.113     +2 -1      src/release/sysinstall/devices.c
  1.8       +8 -0      src/release/texts/alpha/HARDWARE.TXT
  1.13      +5 -0      src/release/texts/alpha/RELNOTES.TXT
  1.31      +8 -0      src/release/texts/i386/HARDWARE.TXT
  1.46      +13 -0     src/release/texts/i386/RELNOTES.TXT
  1.311     +2 -1      src/sys/conf/files
  1.166     +3 -2      src/sys/i386/i386/userconfig.c



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?200001050427.UAA79909>