Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 1996 10:56:43 -0700 (PDT)
From:      Stefan Esser <se>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/pci if_ed_p.c src/sys/conf files src/sys/i386/isa if_ed.c
Message-ID:  <199605181756.KAA11749@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
se          96/05/18 10:56:43

  Modified:    sys/i386/isa  if_ed.c
               sys/conf  files
  Added:       sys/pci   if_ed_p.c
  Log:
  Add support for NE2000 compatible PCI Ethernet cards. The PCI probe
  is enabled by having an "device ed0 at isa? [...]" config line.
  The first PCI card will get a unit number one higher than the highest
  defined for any ISA card of the ED type, e.g. if ed0 and ed1 are
  configured, then the PCI cards will be ed2, ed3, ...
  
  BEWARE: If you have configured your kernel as ed0 with the port address
  as assigned by the PCI BIOS, then your card will be found by both the
  PCI and ISA probes, and bad things may happen. Make sure to restore
  the original port address form the GENERIC kernel for the ed0 device!
  
  Reviewed by:	davidg
  
  Revision  Changes    Path
  1.98      +90 -25    src/sys/i386/isa/if_ed.c
  1.67      +1 -0      src/sys/conf/files



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