Filter

Displaying 0 — 50 of 140 commits

Pages [1 2 3 ]

freebsd/RELENG_7: src/sys/dev/acpi_support acpi_ibm.c

  SVN rev 202456 on 2010-01-17 06:24:24Z by iwasaki
  
  MFC r201605: Update acpi_ibm syctl nodes on resume.
Rev Delta File
1.14.2.3 +30-0 src/sys/dev/acpi_support/acpi_ibm.c
+30-0 [Original Commit Message]

freebsd/RELENG_8: src/sys/dev/acpi_support acpi_ibm.c

  SVN rev 202455 on 2010-01-17 06:24:09Z by iwasaki
  
  MFC r201605: Update acpi_ibm syctl nodes on resume.
Rev Delta File
1.19.2.4 +30-0 src/sys/dev/acpi_support/acpi_ibm.c
+30-0 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpi_support acpi_ibm.c

  SVN rev 201605 on 2010-01-05 20:29:30Z by iwasaki
  
  Update acpi_ibm syctl nodes on resume.
  
  This should fix some Thinkpad specific problems such as
  connecting to a headphone jack is not functional on X41.
  
  Reviewed by:    takawata
  MFC after:      1 week
Rev Delta File
1.22 +30-0 src/sys/dev/acpi_support/acpi_ibm.c
+30-0 [Original Commit Message]

freebsd/RELENG_7_0: src/share/man/man4 ciss.4, src/sys/dev/ciss ciss.c

  MFC:    share/man/man4/ciss.4:1.15, sys/dev/ciss/ciss.c:1.87
  
  Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for
  NOP-message polling in ciss_periodic().
  Note that setting the tunable to non-zero can be workaround only for
  `ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o
  the problem.
  
  Approved by:    re (kensmith)
Rev Delta File
1.14.4.1 +6-0 src/share/man/man4/ciss.4
1.81.2.1.2.2 +4-1 src/sys/dev/ciss/ciss.c
+10-1 [Original Commit Message]

freebsd/RELENG_7: src/share/man/man4 ciss.4, src/sys/dev/ciss ciss.c

  MFC:    share/man/man4/ciss.4:1.15, sys/dev/ciss/ciss.c:1.87
  
  Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for
  NOP-message polling in ciss_periodic().
  Note that setting the tunable to non-zero can be workaround only for
  `ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o
  the problem.
Rev Delta File
1.14.2.1 +6-0 src/share/man/man4/ciss.4
1.81.2.3 +4-1 src/sys/dev/ciss/ciss.c
+10-1 [Original Commit Message]

freebsd/HEAD: src/share/man/man4 ciss.4, src/sys/dev/ciss ciss.c

  Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for
  NOP-message polling in ciss_periodic().
  Note that setting the tunable to non-zero can be workaround only for
  `ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o
  the problem.
  
  Reviewed by:    scottl
  Reported by:    Attila Nagy
  MFC after:      3 days
Rev Delta File
1.15 +6-0 src/share/man/man4/ciss.4
1.87 +4-1 src/sys/dev/ciss/ciss.c
+10-1 [Original Commit Message]

freebsd/RELENG_7_0: src/sys/dev/ciss ciss.c

  MFC revision:   1.83, 1.85, 1.86
  
  Add NOP-message polling to ciss_periodic().
  Disable adapter by detecting adapter is dead.
  
  Reviewed by:    scottl
  Approved by:    re (kensmith)
Rev Delta File
1.81.2.1.2.1 +97-1 src/sys/dev/ciss/ciss.c
+97-1 [Original Commit Message]

freebsd/RELENG_7_0: src/sys/dev/acpica acpi.c, src/sys/kern subr_bus.c

  MFC revision:   subr_bus.c:1.204,  bus.h:1.79, acpi.c:1.244
  
  o Add devctl_process_running() so that power management system driver
    can check whether devd(8) is running.
  o Enter the sleep state immediately without waiting for timeout if
    devd(8) is not running such as the system in single user mode.
  
  Approved by:    re (kensmith)
Rev Delta File
1.243.4.1 +10-0 src/sys/dev/acpica/acpi.c
1.201.4.1 +9-0 src/sys/kern/subr_bus.c
1.78.4.1 +1-0 src/sys/sys/bus.h
+20-0 [Original Commit Message]

freebsd/RELENG_7: src/sys/dev/ciss ciss.c

  MFC revision:   1.83, 1.85, 1.86
  
  Add NOP-message polling to ciss_periodic().
  Disable adapter by detecting adapter is dead.
  
  Reviewed by:    scottl
  Approved by:    re (kensmith)
Rev Delta File
1.81.2.2 +97-1 src/sys/dev/ciss/ciss.c
+97-1 [Original Commit Message]

freebsd/RELENG_7: src/sys/dev/acpica acpi.c

  MFC revistion:  1.244
  
  Enter the sleep state immediately without waiting for timeout if
  devd(8) is not running such as the system in single user mode.
  
  Approved by:    re (kensmith)
Rev Delta File
1.243.2.1 +10-0 src/sys/dev/acpica/acpi.c
+10-0 [Original Commit Message]

freebsd/RELENG_7: src/sys/kern subr_bus.c, src/sys/sys bus.h

  MFC revision:   subr_bus.c:1.204,  bus.h:1.79
  
  Add devctl_process_running() so that power management system driver
  can check whether devd(8) is running.
  
  Approved by:    re (kensmith)
Rev Delta File
1.201.2.1 +9-0 src/sys/kern/subr_bus.c
1.78.2.1 +1-0 src/sys/sys/bus.h
+10-0 [Original Commit Message]

freebsd/HEAD: src/sys/dev/ciss ciss.c

  Don't repeat error logging about NOP message sending if
  ciss_report_request() return an error (which is most likely data
  underrun).
  
  Noticed by:     Mark Atkinson
  MFC after:      1 week
Rev Delta File
1.86 +5-1 src/sys/dev/ciss/ciss.c
+5-1 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi.c

  Return errno value rather than boolean in this context.
  
  MFC after:      1 week
Rev Delta File
1.245 +6-2 src/sys/dev/acpica/acpi.c
+6-2 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi.c

  Enter the sleep state immediately without waiting for timeout if
  devd(8) is not running such as the system in single user mode.
  
  MFC after:      1 week
Rev Delta File
1.244 +6-0 src/sys/dev/acpica/acpi.c
+6-0 [Original Commit Message]

freebsd/HEAD: src/sys/kern subr_bus.c, src/sys/sys bus.h

  Add devctl_process_running() so that power management system driver
  can check whether devd(8) is running.
  
  MFC after:      1 week
Rev Delta File
1.204 +9-0 src/sys/kern/subr_bus.c
1.79 +1-0 src/sys/sys/bus.h
+10-0 [Original Commit Message]

freebsd/HEAD: src/sys/dev/ciss ciss.c

  Fix NOP message sending in ciss_periodic() which causes panic with
  option INVARIANTS.
  
  Reviewed by:    simokawa
  Tested by:      noriyosi_kawano
  MFC after:      1 week
Rev Delta File
1.85 +16-3 src/sys/dev/ciss/ciss.c
+16-3 [Original Commit Message]

freebsd/HEAD: src/sys/dev/ciss ciss.c

  Add NOP-message polling to ciss_periodic().
  Disable adapter by detecting adapter is dead.
  
  Tested by:      Masaki YATSU(on RELENG_6)
  Reviewed by:    scottl
  MFC after:      1 week
Rev Delta File
1.83 +80-1 src/sys/dev/ciss/ciss.c
+80-1 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi_cmbat.c

  Oops, untested code was included accidentally.
  Fixed.
Rev Delta File
1.45 +3-1 src/sys/dev/acpica/acpi_cmbat.c
+3-1 [Original Commit Message]

freebsd/HEAD: src/sys/conf files, src/sys/dev/acpica acpi.c acpi_cmbat.c

  Import ACPI Dock Station support.  Note that this is still very young.
  Additional detach implementaions (or maybe improvement) for other
  deivce drivers is required.
  
  Reviewed by:    njl, imp
  MFC after:      1 week
Rev Delta File
1.1 +583-0 src/sys/dev/acpica/acpi_dock.c (new)
1.50 +42-0 src/sys/dev/ppc/ppc.c
1.24 +18-0 src/sys/dev/ppbus/ppbconf.c
1.39 +16-0 src/sys/dev/ppbus/lpt.c
1.221 +12-2 src/sys/dev/acpica/acpi.c
+20-1 6 more files.
+691-3 [Original Commit Message]

freebsd/HEAD: src/usr.bin/ipcs ipcs.c

  Cosmetic fix on some TIME related columns.
Rev Delta File
1.22 +6-6 src/usr.bin/ipcs/ipcs.c
+6-6 [Original Commit Message]

freebsd/HEAD: src/share/man/man4 acpi.4, src/sys/i386/acpica acpi_machdep.c acpi_wakecode.S

  Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
  the same effect as ACPI_NO_RESET_VIDEO kernel option.
Rev Delta File
1.14 +10-0 src/sys/i386/acpica/acpi_machdep.c
1.16 +4-0 src/share/man/man4/acpi.4
1.6 +4-0 src/sys/i386/acpica/acpi_wakecode.S
1.28 +3-0 src/sys/i386/acpica/acpi_wakeup.c
+21-0 [Original Commit Message]

freebsd/HEAD: src/sys/conf options, src/sys/i386/conf NOTES

  Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO.
  Add short comment about ACPI_NO_RESET_VIDEO into NOTES.
  
  Pointed-out by: njl
Rev Delta File
1.1098 +4-1 src/sys/i386/conf/NOTES
1.421 +1-1 src/sys/conf/options
+5-2 [Original Commit Message]

freebsd/HEAD: src/sys/conf options, src/sys/i386/acpica Makefile acpi_wakecode.S

  Add kernel option ACPI_NO_RESET_VIDEO as workaround for problems
  (e.g. LCD white-out after resume) on some machine cased by
  re-initialize video BIOS code in acpi_wakecode.
Rev Delta File
1.4 +4-0 src/sys/i386/acpica/Makefile
1.5 +2-0 src/sys/i386/acpica/acpi_wakecode.S
1.420 +1-0 src/sys/conf/options
1.1097 +1-0 src/sys/i386/conf/NOTES
+8-0 [Original Commit Message]

freebsd/HEAD: src/sys/compat/linux linux_socket.c

  Fix some problems in linux_sendmsg() and linux_recvmsg().
   - Allocate storage for uap->msg always because it is copyin()'ed in
     native sendmsg().
   - Convert sockopt level from Linux to FreeBSD after native recvmsg() calling.
   - Some cleanups.
  
  Tested with:    Oracle 9i shared server connection mode.
  
  MFC after:      1 week
Rev Delta File
1.43 +38-36 src/sys/compat/linux/linux_socket.c
+38-36 [Original Commit Message]

freebsd/HEAD: src/sys/i386/acpica acpi_machdep.c

  Add final adjustment code of battery status based on the battery capacity
  rather than returning unknown status.
Rev Delta File
1.13 +9-0 src/sys/i386/acpica/acpi_machdep.c
+9-0 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi_pci.c, src/sys/dev/pci pci.c pci_private.h

  Add pci_resume() to reestablish interrupt routing after
  suspend/resume.
  Especially after hibernation, interrupt routing went back to initial
  status on some machines.
Rev Delta File
1.233 +33-1 src/sys/dev/pci/pci.c
1.6 +1-1 src/sys/dev/acpica/acpi_pci.c
1.11 +1-0 src/sys/dev/pci/pci_private.h
+35-2 [Original Commit Message]

freebsd/HEAD: ports/devel/acpicatools Makefile distinfo, ports/devel/acpicatools/files patch-compiler::aslutils.c patch-include::platform::acfreebsd.h

  Update for acpica-unix-20030523.
Rev Delta File
1.3 +38-5 ports/devel/acpicatools/files/patch-include::platform::acfreebsd.h
1.2 +3-3 ports/devel/acpicatools/files/patch-osunixxf.c
1.2 +2-2 ports/devel/acpicatools/files/patch-compiler::aslutils.c
1.19 +2-2 ports/devel/acpicatools/distinfo
1.22 +2-2 ports/devel/acpicatools/Makefile
+47-14 [Original Commit Message]

freebsd/HEAD: CVSROOT access

  Add myself to ports committer.
Rev Delta File
1.537 +1-0 CVSROOT/access
+1-0 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi.c

  Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicate
  the list of supported sleep state.
  This should help people understand what following message means.
  
  acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND
  
  MFC after:      3 days
Rev Delta File
1.88 +23-0 src/sys/dev/acpica/acpi.c
+23-0 [Original Commit Message]

freebsd/HEAD: src/sys/contrib/dev/acpica acconfig.h acpiosxf.h, src/sys/dev/acpica acpi_ec.c

  Resolve conflicts arising from the ACPI CA 20021118 import.
Rev Delta File
1.7 +76-52 src/sys/contrib/dev/acpica/rscreate.c
1.19 +47-48 src/sys/contrib/dev/acpica/psparse.c
1.8 +20-36 src/sys/contrib/dev/acpica/utglobal.c
1.14 +30-16 src/sys/contrib/dev/acpica/exfldio.c
1.7 +19-1 src/sys/contrib/dev/acpica/dbfileio.c
+41-23 11 more files.
+233-176 [Original Commit Message]

freebsd/INTEL: src/sys/contrib/dev/acpica dbcmds.c dbdisply.c

  Vendor import of the Intel ACPI CA 20021118 drop.
  
  Approved by:        re
Rev Delta File
Import +- src/sys/contrib/dev/acpica/dbcmds.c (conflict)
Import +- src/sys/contrib/dev/acpica/dbdisply.c
Import +- src/sys/contrib/dev/acpica/dbexec.c
Import +- src/sys/contrib/dev/acpica/dbfileio.c (conflict)
Import +- src/sys/contrib/dev/acpica/dbhistry.c
+0-0 148 more files.
+0-0 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi_pci_link.c

  Disable debug output from acpi_pci_link.
  There were no serious problem reports on this in spite of my concern.
  
  To get debug output from acpi_pci_link, just enable bootverbose flag
  in usual manner (boot -v).
  
  Approved by:    re
Rev Delta File
1.4 +5-5 src/sys/dev/acpica/acpi_pci_link.c
+5-5 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi.c, src/sys/i386/acpica acpi_wakeup.c

  Add `if (!cold)' checkings for functions which is called via SYSINIT.
  Loading acpi.ko with kldload is disallowed, however some
  functions were executed unexpectedly.
  
  Approved by:    re
Rev Delta File
1.81 +13-7 src/sys/dev/acpica/acpi.c
1.16 +3-0 src/sys/i386/acpica/acpi_wakeup.c
+16-7 [Original Commit Message]

freebsd/HEAD: ports/devel/acpicatools Makefile distinfo

  Update for acpica-unix-20021118.
Rev Delta File
1.20 +2-2 ports/devel/acpicatools/Makefile
1.18 +2-2 ports/devel/acpicatools/distinfo
+4-4 [Original Commit Message]

freebsd/RELENG_4: src/sys/i386/i386 machdep.c

  MFC: 1.549
  Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS
  has broken int 12H.
  This should fix kernel panic problem caused by 1.385.2.26 changes.
Rev Delta File
1.385.2.27 +82-48 src/sys/i386/i386/machdep.c
+82-48 [Original Commit Message]

freebsd/HEAD: src/sys/i386/i386 machdep.c

  Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS
  has broken int 12H.
  If hw.hasbrokenint12="1" in loader environment, kernel never use BIOS
  INT 12 call to determine base memory size.
  Otherwise, kernel use INT 12 in old behaviour.
  This should fix kernel panic problem caused by 1.544 changes.
  
  MFC after:      1 day
Rev Delta File
1.549 +79-47 src/sys/i386/i386/machdep.c
+79-47 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi_acad.c acpi_cmbat.c

  Add status initialization code for acpi_cmbat and acpi_acad,
  acpi_cmbat_init_battery() and acpi_cmbat_init_acline() respectively.
  Call acpi_cmbat_init_battery() from acpi_cmbat_resume() too just in
  case.
  This is a workaround for embedded controller operations which is
  unstable for about a minute (typically 30 or 40 sec.) at boot time.
Rev Delta File
1.19 +83-6 src/sys/dev/acpica/acpi_cmbat.c
1.13 +37-1 src/sys/dev/acpica/acpi_acad.c
+120-7 [Original Commit Message]

freebsd/RELENG_4: src/sys/i386/i386 machdep.c

  MFC: 1.544
  Change method to determine base memory size, try INT 15H/E820H first,
  then INT 12H.
Rev Delta File
1.385.2.26 +57-45 src/sys/i386/i386/machdep.c
+57-45 [Original Commit Message]

freebsd/RELENG_4: src/sys/i386/apm apm.c, src/sys/i386/include clock.h

  MFC: Restore all the timers (RTC as well as i8254) at resume time.
Rev Delta File
1.149.2.6 +26-9 src/sys/i386/isa/clock.c
1.38.2.1 +2-2 src/sys/i386/include/clock.h
1.114.2.5 +1-1 src/sys/i386/apm/apm.c
+29-12 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi_pci_link.c

  Don't examine ACPI_STA_ENABLE bit of device's_STA object on initial
  state.  Instead, use ACPI_STA_PRESENT and ACPI_STA_FUNCTIONAL for it.
  In some ACPI BIOS implementations, boot disabled devices don't have
  ACPI_STA_ENABLE bit in _STA object.
  Also it is not fatal if getting current IRQ of boot disabled devices
  is failed in initial state.
  
  And minor fixes.
Rev Delta File
1.3 +4-5 src/sys/dev/acpica/acpi_pci_link.c
+4-5 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi.c

  Interpret new loader tunable "hw.acpi.verbose" to turn
  verbose mode on at boot time.
Rev Delta File
1.80 +6-2 src/sys/dev/acpica/acpi.c
+6-2 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi.c acpivar.h, src/sys/dev/acpica/Osd OsdSchedule.c

  Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS is
  not defined.
  To make previous default behavior (ACPI_MAX_THREADS undefined), define
  option ACPI_MAX_THREADS as 0.
Rev Delta File
1.37 +8-1 src/sys/dev/acpica/acpivar.h
1.23 +0-4 src/sys/dev/acpica/Osd/OsdSchedule.c
1.79 +1-1 src/sys/dev/acpica/acpi.c
+9-6 [Original Commit Message]

freebsd/HEAD: src/sys/i386/i386 machdep.c

  Change method to determine base memory size.
  Try INT 15H/E820H first, then fall back to the old compatibility
  method (INT 12H).
  This is a workaround for newer machines which have broken INT 12H BIOS
  service implementation.
  
  Reviewed by:    -current ML
  MFC after:      3 days
Rev Delta File
1.544 +55-43 src/sys/i386/i386/machdep.c
+55-43 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi_ec.c

  Add new loader tunable hw.acpi.ec.event_driven so that we control
  EcWaitEventIntr()'s behavior.
  Some EC controllers require this for working properly (including
  sleep/wakeup).
Rev Delta File
1.28 +4-1 src/sys/dev/acpica/acpi_ec.c
+4-1 [Original Commit Message]

freebsd/HEAD: src/sys/i386/isa clock.c

  1. Fix a comment.  Locking _is_ needed (but not done).
  2. Update a comment.  We now restore much more than RTC updates and
     interrupts.
  3. Order change.  Stop interrupts by writing to RTC_STATUSB,
     restore rate bits for the interrupts by writing to RTC_STATUSA,
     then enable interrupts again.
     This seems to be done perfectly backwards in startrtclock().
     Otherwise, the idea for this change was obtained from
     startrtclock().
  4. Don't stop the clock (RTCB_HALT).  We only program some control bits
     and don't want to stop the clock.
  5. (Not really related.)  Add caveats to the comment about timer_restore().
     The update is non-atomic since locking is not done.
  
  On locking:
  6. rtcin() and writertc() are locked() adequately by splhigh() in RELENG_4,
     but this locking is null in -current.
  7. Doing things in the correct order in (3) combined with (6) is probably
     enough locking for rtcrestore() in RELENG_4.  In -current, the
     writertc()'s race with rtcintr() unless the BIOS disables RTC interrupts.
  
  Submitted by:   bde (including commit message)
  MFC after:      1 week
Rev Delta File
1.190 +8-12 src/sys/i386/isa/clock.c
+8-12 [Original Commit Message]

freebsd/HEAD: ports/devel/acpicatools Makefile distinfo

  Update for acpica-unix-20021002.
Rev Delta File
1.19 +2-2 ports/devel/acpicatools/Makefile
1.17 +2-2 ports/devel/acpicatools/distinfo
+4-4 [Original Commit Message]

freebsd/HEAD: src/sys/conf NOTES options.alpha, src/sys/isa syscons_isa.c

  Add new syscons option SC_NO_SUSPEND_VTYSWITCH.
  This disables vty switch during suspend/resume.
Rev Delta File
1.19 +4-0 src/sys/isa/syscons_isa.c
1.13 +1-0 src/sys/conf/options.ia64
1.182 +1-0 src/sys/conf/options.i386
1.39 +1-0 src/sys/conf/options.alpha
1.156 +1-0 src/sys/conf/options.pc98
+2-0 2 more files.
+10-0 [Original Commit Message]

freebsd/HEAD: src/sys/dev/acpica acpi_pci_link.c

  Fix a possible bug about freeing non-malloc'ed pointer.
  
  Suggested by:   jhb (in -current ML)
Rev Delta File
1.2 +3-2 src/sys/dev/acpica/acpi_pci_link.c
+3-2 [Original Commit Message]

freebsd/RELENG_4: src/sys/i386/isa pcibus.c

  Oops, it seems I've forgiven some ':'.
  
  Submitted by:   Nephtali <aurelien.nephtali at wanadoo.fr>
Rev Delta File
1.57.2.10 +2-2 src/sys/i386/isa/pcibus.c
+2-2 [Original Commit Message]

freebsd/RELENG_4: src/sys/i386/isa pcibus.c

  MFC:
      src/sys/i386/pci pci_bus.c (1.92)
  
  Add 2 Ids for new ServerWorks host to PCI bridge chipset.
Rev Delta File
1.57.2.9 +8-0 src/sys/i386/isa/pcibus.c
+8-0 [Original Commit Message]

Pages [1 2 3 ]