summaryrefslogtreecommitdiff
path: root/sys/dev/pci/esiop_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/esiop_pci.c')
0 files changed, 0 insertions, 0 deletions
020-10-25Normalize some machine dependent CPU frequenct sysctl variables.nia 2018-06-08fix low CPU speed reporting when using DFSmacallan 2018-05-04map 64KB register space on G5, provide function to bus_space_subregion()macallan 2018-03-29don't map more PCI space than needed, avoid overlap with snapper so this hasmacallan 2018-03-04avoid indentation issues. re-do previous in obio.c to avoid themrg 2018-03-04add braces.christos 2014-11-11appease gcc 4.8macallan 2013-04-25map more register space on Shasta/K2, needed for SMU mailbox registersmacallan 2013-04-17support Shastamacallan 2012-10-27split device_t/softc for all remaining drivers.chs 2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl 2011-10-19add cpufreq supportmacallan 2011-08-01sanitize sysctl interface in order to appease gcc 4.5macallan 2011-07-26finish device_t-ificationmacallan 2011-06-18struct device * -> device_tmatt 2011-03-16change the CPU speed sysctl to look more like the ACPI ones, as inmacallan 2010-12-05The gpio children have either register offsets based on gpio or on obio.phx 2010-10-20Support sysctl machdep.cpu_speed for 7447A and 7448 based Macs. On thosephx 2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl 2008-09-26Provide access functions for mac-io registers in order to get rid ofmacallan 2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled 2007-01-18fix accidential commit, this time really only add the bus_space_tagmacallan 2007-01-18pass a bus_space_tag to childrenmacallan 2006-08-051st cut of Powermac G5 support (uses bridge mode).sanjayl 2005-12-11merge ktrace-lwp.christos 2005-06-05constify skiplist.nathanw 2005-01-08Make obio match multiple times to allow access to devices on systemsbriggs 2004-12-09Apply patch from Makoto Fujiwara (and Timm Wetzel) in PR port-macppc/15505briggs 2003-07-15__KERNEL_RCSID()lukem 2003-06-11Support the PowerBook G4 12-inch (and maybe 17-inch).hamajima 2003-01-01Use aprint_normal() for cfprint routines.thorpej 2002-10-02Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2001-06-17Support the new iBook.tsubai 2001-03-02Enable CD and microphone sound input on paddington based systems.tsubai 2001-02-27Back out change to print irq.matt 2001-02-27print out irq on unconf devices.matt 2000-11-03Get 6 interrupt cells from OF.tsubai