Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 1999 10:12:08 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/pci if_ax.c if_axreg.h src/sys/i386/i386 userconfig.c src/release/sysinstall devices.c src/share/man/man4/man4.i386 ax.4 Makefile src/sys/i386/conf GENERIC LINT src/release/texts RELNOTES.TXT src/sys/conf files
Message-ID:  <199901091812.KAA27680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1999/01/09 10:12:08 PST

  Modified files:
    sys/i386/i386        userconfig.c 
    release/sysinstall   devices.c 
    share/man/man4/man4.i386 Makefile 
    sys/i386/conf        GENERIC LINT 
    release/texts        RELNOTES.TXT 
    sys/conf             files 
  Added files:
    sys/pci              if_ax.c if_axreg.h 
    share/man/man4/man4.i386 ax.4 
  Log:
  Add driver support (and man page) for PCI fast ethernet cards based
  on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
  /sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
  accordingly.
  
  For now, the only board that I know of that uses this chip is the
  Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
  Thanks again to Ulf for obtaining the board for me. If anyone runs
  across another, please feel free to update the man page and/or the
  release notes. (The same applies for the other drivers.)
  
  FreeBSD should now have support for all of the DEC tulip workalike
  chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
  And unless I'm mistaken, it should also have support for all PCI fast
  ethernet chipsets in general (except maybe the SMC FEAST chip, which
  nobody seems to ever use, including SMC). Now if only we could convince
  3Com, Intel or whoever to cough up some documentation for gigabit
  ethernet hardware.
  
  Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
  by the Macronix driver (assuming you actually have an SVEC PN102TX with
  a Macronix chip on it; I tried to order a PN102TX once and got a box
  labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
  it).
  
  Revision  Changes    Path
  1.122     +3 -2      src/sys/i386/i386/userconfig.c
  1.88      +2 -1      src/release/sysinstall/devices.c
  1.94      +4 -3      src/share/man/man4/man4.i386/Makefile
  1.142     +2 -1      src/sys/i386/conf/GENERIC
  1.529     +6 -1      src/sys/i386/conf/LINT
  1.8       +10 -1     src/release/texts/RELNOTES.TXT
  1.186     +1 -0      src/sys/conf/files

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?199901091812.KAA27680>