Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 1996 14:23:09 -0700 (PDT)
From:      Stefan Esser <se>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/pci pci.c pcisupport.c
Message-ID:  <199609022123.OAA13558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
se          96/09/02 14:23:08

  Modified:    sys/pci   pci.c pcisupport.c
  Log:
  Add preliminary support for the Orion PCI chip set. It is special in the
  way it attaches multiple PCI buses directly to the CPU, instead of having
  them hanging off from PCI to PCI bridges. This code is a hack, and will
  be obsoleted by the planned rework of the PCI code, which will change the
  dealing with PCI to PCI bridges and other special devices significantly.
  
  The patch also adds a kern_devconf entry for PCI bus 0 which is assumed
  to be a child of cpu0. The new PCI code will make it possible to hand out
  the kern_devconf structure to a pci device being attached, since this is
  (regretably, IMHO) required by a few ISA devices.
  
  Finally there are new PCI ids for some Intel chip set devices, which had
  already been known to 2.1.5R, but did not make it into -current. This closes
  "kern/1558: PCI probe seems to have lost a device in -current".
  
  Revision  Changes    Path
  1.52      +52 -21    src/sys/pci/pci.c
  1.34      +53 -3     src/sys/pci/pcisupport.c



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