cvs commit: src/sys/i386/i386 mp_clock.c

John Baldwin jhb at FreeBSD.org
Fri Oct 24 14:01:32 PDT 2003


jhb         2003/10/24 14:01:31 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        mp_clock.c 
  Log:
  - Fail to probe if acpi0 probed ok as this driver basically tries to probe
    the ACPI timer and we shouldn't do that if ACPI is already around to do
    that for us.
  - Set a description and tweak the order of checks in the probe function
    to more closely match other PCI drivers.
  
  This should probably be moved to sys/dev/piix/piix.c at some point and
  turned on for all i386 kernels rather than just SMP ones.
  
  Revision  Changes    Path
  1.18      +12 -7     src/sys/i386/i386/mp_clock.c


More information about the cvs-src mailing list