summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/legacy.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-0/+1
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-1/+2
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. Thisjkim2010-12-141-3/+14
* bus_add_child: change type of order parameter to u_intavg2010-09-101-4/+4
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-6/+5
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-21/+0
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsjhb2008-03-101-12/+23
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+5
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-201-3/+3
* MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars.njl2005-02-151-3/+2
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpunjl2005-02-061-1/+1
* MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtimenjl2005-02-041-26/+64
* Sync with i386 - pass resource requests up to parentpeter2004-08-161-92/+2
* MFi386: apic intpin programming updates etc.peter2004-06-031-7/+9
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+1
* MFi386: numerous interrupt and acpi updatespeter2004-05-161-1/+71
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-1/+1
* Use __FBSDID().obrien2003-07-251-2/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-14/+2
* - Give legacy an identify routine that always adds 'legacy0' at an orderjhb2002-09-301-0/+21
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-231-452/+103
* Use resource_list_print_type() instead of duplicating the code injhb2002-09-041-33/+3
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-33/+18
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-301-0/+6
* Rewrite the pc98 bus_space stuff.nyan2001-10-071-2/+8
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-091-13/+5
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-2/+2
* Initialize bus_space_handle_t with zero (for PC-98).nyan2000-11-131-2/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-201-11/+28
* Use appropriate resource management accessors instead of directlymdodd2000-10-181-7/+8
* Fix the no-pci case of attaching isa, eisa and mca devices.peter2000-10-011-7/+3
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-3/+43
* Since the nexus is responsible for creating the I/O resources (ports, memory)msmith2000-09-271-2/+148
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-1/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-27/+3
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-12/+20
* Add a stub driver to consume the PnP "system resource" items, and hidemsmith2000-06-231-0/+49
* Stop trying to do anything funny with the interrupt resource range. Themsmith2000-06-231-13/+4
* - PC-98 uses IRQ2 too.nyan2000-04-221-1/+13
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-0/+20
* Correctly initialise the available IRQ numbers in the APIC_IO case.msmith2000-01-261-9/+12
* Cast rman_get_virtual() to a vm_offset_t.billf2000-01-181-1/+1
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machinealfred2000-01-181-1/+1
* Don't try to map memory resources into the kernel until they're actuallymsmith2000-01-181-20/+35
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-4/+5
* Remove pccard attachment stub, this caused pccard unit 0 to be allocatedpeter1999-10-191-5/+0
* Zap unneeded #includespeter1999-10-111-3/+0
OpenPOWER on IntegriCloud