CVS commit: src/sys/arch/x86/pci

2012-12-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 19 05:52:00 UTC 2012 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add Intel 7 series' LPC devices. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x86/pci/ichlpcib.c Please

CVS commit: src/sys/arch/x86/pci

2012-12-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 6 10:32:44 UTC 2012 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: No functional change: - Remove trailing white space. - Sort entries. - Remove duplicated entries. To generate a diff of this commit:

CVS commit: src/sys/arch/x86/pci

2012-12-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 6 12:50:09 UTC 2012 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add support 3400 series, 5 series, C216, 82801GH, 82801E and 6300ESB. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/arch/x86/pci

2012-07-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jul 16 01:52:37 UTC 2012 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Enable entropy gathering To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/pci/amdtemp.c Please note that

CVS commit: src/sys/arch/x86/pci

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Fri Jun 15 14:02:41 UTC 2012 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: assertions. use a macro. no functional changes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/x86/pci

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Fri Jun 15 14:07:44 UTC 2012 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: comment To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/pci/pci_intr_machdep.c Please note that

CVS commit: src/sys/arch/x86/pci

2012-04-16 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Mon Apr 16 16:07:24 UTC 2012 Modified Files: src/sys/arch/x86/pci: amdnb_misc.c Log Message: Add rescan support. Re-fixes PR 45268. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/pci/amdnb_misc.c

CVS commit: src/sys/arch/x86/pci

2012-04-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 16 04:57:42 UTC 2012 Modified Files: src/sys/arch/x86/pci: pchb.c pchbvar.h Log Message: Now that we have amdnb_misc for attaching amdtemp, revert pchb.c revisions 1.27 and 1.32. This will unbreak the build. XXX The

CVS commit: src/sys/arch/x86/pci

2012-04-13 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Fri Apr 13 12:14:42 UTC 2012 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: - support AMD Family15h - deregister pmf on detach To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/x86/pci

2012-04-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Apr 6 20:38:52 UTC 2012 Modified Files: src/sys/arch/x86/pci: pcib.c Log Message: device_pmf_is_registered() is not required To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/pci/pcib.c Please

CVS commit: src/sys/arch/x86/pci

2012-03-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Mar 1 20:16:27 UTC 2012 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: slightly rework pcim1_quirk_tbl[]-related bits: - put patchable entry first so finding it with gdb/ddb is more trivial - use

CVS commit: src/sys/arch/x86/pci

2012-02-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 28 18:14:47 UTC 2012 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: cosmetic, spelling, and grammar adjustments To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/arch/x86/pci

2012-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Feb 15 16:30:29 UTC 2012 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Add VIA VX900 host bridge to a buggy PCI mode 1 quirk table. PR/46018 Ok releng@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2011-11-17 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Nov 17 20:04:25 UTC 2011 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Also match ICH8, ICH9 and ICH10 devices. Tested on ICH10. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/x86/pci

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 18 23:30:54 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: Add an implementation of device_pci_props_register(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/x86/pci

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 17:58:43 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Bracket a debugging printf() with #ifdef DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys/arch/x86/pci

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 18:09:52 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: Clean up a bit: delete #if 1 and its corresponding #endif. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/x86/pci

2011-08-29 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Aug 29 22:41:52 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: Use a loop instead of tail-recursion for the pci_intr(9) overrides. This is the same change that I just made to the pci(9)

CVS commit: src/sys/arch/x86/pci

2011-08-29 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Aug 29 22:46:04 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Added Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: Move the code for grovelling in PCI configuration space for assigned memory

CVS commit: src/sys/arch/x86/pci

2011-08-28 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 06:08:15 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_addr_fixup.c Log Message: Normalize whitespace. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/pci/pci_addr_fixup.c Please

CVS commit: src/sys/arch/x86/pci

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 04:59:37 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Make the override implementation more concise. Saves about three lines of code per routine, makes it more explicit what's going on,

CVS commit: src/sys/arch/x86/pci

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 05:32:41 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_addr_fixup.c Log Message: Replace some anonymous constants with PCI_ constants. Print debugging information using aprint_debug(9) not aprint_verbose(9) and

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:06:57 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: We need to initialize the PCI chipset and device tags in the softc for the suspend and resume handlers. To generate a diff of this commit:

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:43:47 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: We no longer need to #include rnd.h. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/x86/pci/pchb.c Please

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:49:55 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: staticification To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/pci/pchb.c Please note that diffs are not

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 19:56:31 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: pchb_get_bus_number() is actually public To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/pci/pchb.c Please

CVS commit: src/sys/arch/x86/pci

2011-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 20 20:01:09 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c pchbvar.h Log Message: Add rescan support for 'amdtempbus' to x86 pchb(4). Maybe finally fixes PR#45268. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/x86/pci

2011-08-17 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 17 14:56:55 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: In pci_msi_establish(), replace several anonymous constants with IOAPIC_ symbols. No change in the generated assembly. To

CVS commit: src/sys/arch/x86/pci

2011-08-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Aug 14 12:42:20 UTC 2011 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add some LPC entries for Intel 6 series and C20x. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/arch/x86/pci

2011-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 31 22:04:07 UTC 2011 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: add Family14h (AMD Fusion) support To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/pci/amdtemp.c Please

CVS commit: src/sys/arch/x86/pci

2011-07-01 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jul 1 18:22:08 UTC 2011 Modified Files: src/sys/arch/x86/pci: agp_machdep.c amdpcib_hpet.c fwhrng.c ichlpcib.c ichlpcib_hpet.c pchb.c pci_addr_fixup.c pci_bus_fixup.c pcib.c rdcpcib.c Log Message:

CVS commit: src/sys/arch/x86/pci

2011-06-14 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 15 03:30:15 UTC 2011 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Small cleanup; use KM_SLEEP, wrap long lines, etc. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/x86/pci

2011-02-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 24 20:02:20 UTC 2011 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: Add Intel Pineview support To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/pci/pchb.c Please note that diffs

CVS commit: src/sys/arch/x86/pci

2010-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 6 20:03:56 UTC 2010 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: make it compile. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/pci/ichlpcib.c Please note that diffs

CVS commit: src/sys/arch/x86/pci

2010-08-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Aug 23 02:57:19 UTC 2010 Modified Files: src/sys/arch/x86/pci: fwhrng.c i82802reg.h Log Message: Move FWH chip detection area entirely within the mapping for the smaller i82802AB. This is needed as not all BIOSes set a

CVS commit: src/sys/arch/x86/pci

2010-08-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 17 01:45:51 UTC 2010 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Match ichlpcib(4) on ICH0 (82801AB_LPC). To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/pci/ichlpcib.c

CVS commit: src/sys/arch/x86/pci

2010-05-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri May 14 18:11:25 UTC 2010 Modified Files: src/sys/arch/x86/pci: files.pci Log Message: gcscpcib depends on functions from x86/pci/pcib.c To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/pci/files.pci

CVS commit: src/sys/arch/x86/pci

2010-04-30 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Apr 30 21:05:27 UTC 2010 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Add an exponential back-off to the loop that tries to lock the PCI configuration-access registers, to avoid excessive cacheline

CVS commit: src/sys/arch/x86/pci

2010-04-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 27 23:33:14 UTC 2010 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Make pci_conf_read(9) and pci_conf_write(9) re-entrant so that the kernel can use them in an NMI trap handler. Only one CPU can be in

CVS commit: src/sys/arch/x86/pci

2010-02-16 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Feb 16 19:29:40 UTC 2010 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: PCI Configuration Mechanisms #1 and #2 are controlled by two to three registers. Let us think of the kernel operating the registers in

CVS commit: src/sys/arch/x86/pci

2009-11-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Nov 25 15:06:26 UTC 2009 Modified Files: src/sys/arch/x86/pci: aapic.c Log Message: aprintify. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/pci/aapic.c Please note that diffs are not public

CVS commit: src/sys/arch/x86/pci

2009-11-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Nov 3 01:19:35 UTC 2009 Modified Files: src/sys/arch/x86/pci: i82802reg.h Log Message: Drop 3rd and 4th clauses, as the copyright holder (Michael Shalayeff) did in OpenBSD revision 1.2. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x86/pci

2009-10-16 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Fri Oct 16 12:05:19 UTC 2009 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Family 10h Errata #319: Attach on Family10h cpu series which have it fixed. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/x86/pci

2009-09-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 27 18:27:01 UTC 2009 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Make this build without gpio(4). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/pci/ichlpcib.c Please

CVS commit: src/sys/arch/x86/pci

2009-08-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 23 15:37:51 UTC 2009 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: Save a line of dmesg by printing the vendor/product info on the same line as the locators. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2009-08-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 23 15:42:51 UTC 2009 Modified Files: src/sys/arch/x86/pci: pcib.c Log Message: Save a line of dmesg by printing the vendor/product info on the same line as the locators. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x86/pci

2009-08-18 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Aug 18 17:15:10 UTC 2009 Modified Files: src/sys/arch/x86/pci: pcib.c pcibvar.h Log Message: Allow detachment and re-attachment of an ISA bus at an PCI-ISA bus bridge, isa0 at pcib0. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x86/pci

2009-08-11 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Aug 11 17:15:32 UTC 2009 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Fix watchdog code: - the timer bound constants are in tick, so convert period to tick before checking it against the bounds - for ICH5

CVS commit: src/sys/arch/x86/pci

2009-07-03 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jul 3 13:15:22 UTC 2009 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: add SIS 740 to the list of chipsets known to implement PCI configuration mode 1 incorrectly, from Jason White (see thread ACPI issue

CVS commit: src/sys/arch/x86/pci

2009-05-01 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Fri May 1 09:26:34 UTC 2009 Modified Files: src/sys/arch/x86/pci: pciide_machdep.c Log Message: - struct device * - device_t - remove useless parenthesis To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/x86/pci

2009-04-29 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Apr 29 14:55:36 UTC 2009 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Attach 82801IEM LPC Interface Bridge too. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/pci/ichlpcib.c

<    1   2