aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/legacy.c
Commit message (Expand)AuthorAgeFilesLines
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-4/+4
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-6/+5
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-131-21/+0
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsJohn Baldwin2008-03-101-12/+23
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-0/+5
* Tweak the probe/attach order of devices on the x86 nexus devices.John Baldwin2007-03-201-3/+3
* MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars.Nate Lawson2005-02-151-3/+2
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpuNate Lawson2005-02-061-1/+1
* MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtimeNate Lawson2005-02-041-26/+64
* Sync with i386 - pass resource requests up to parentPeter Wemm2004-08-161-92/+2
* MFi386: apic intpin programming updates etc.Peter Wemm2004-06-031-7/+9
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-031-0/+1
* MFi386: numerous interrupt and acpi updatesPeter Wemm2004-05-161-1/+71
* Cosmetic and/or trivial sync up with i386.Peter Wemm2003-11-211-1/+1
* Use __FBSDID().David E. O'Brien2003-07-251-2/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-14/+2
* - Give legacy an identify routine that always adds 'legacy0' at an orderJohn Baldwin2002-09-301-0/+21
* Add a new legacy(4) device driver for use on machines that do not haveJohn Baldwin2002-09-231-452/+103
* Use resource_list_print_type() instead of duplicating the code inJohn Baldwin2002-09-041-33/+3
* - Split the routine to initialize a bus_space_handle into the separateYoshihiro Takahashi2002-02-171-33/+18
* Don't include <isa/isavar.h> or compile code depending on it when isaBruce Evans2002-01-301-0/+6
* Rewrite the pc98 bus_space stuff.Yoshihiro Takahashi2001-10-071-2/+8
* Use the MI ithread helper functions in the x86 interrupt code.John Baldwin2001-02-091-13/+5
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-2/+2
* Initialize bus_space_handle_t with zero (for PC-98).Yoshihiro Takahashi2000-11-131-2/+2
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert the type of bus_space_handle_t of pc98 from structure intoKATO Takenori2000-10-201-11/+28
* Use appropriate resource management accessors instead of directlyMatthew N. Dodd2000-10-181-7/+8
* Fix the no-pci case of attaching isa, eisa and mca devices.Peter Wemm2000-10-011-7/+3
* Get out the roto-rooter and clean up the abuse of nexus ivars by thePeter Wemm2000-09-281-3/+43
* Since the nexus is responsible for creating the I/O resources (ports, memory)Mike Smith2000-09-271-2/+148
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,Paul Saab2000-09-221-1/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-131-27/+3
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-12/+20
* Add a stub driver to consume the PnP "system resource" items, and hideMike Smith2000-06-231-0/+49
* Stop trying to do anything funny with the interrupt resource range. TheMike Smith2000-06-231-13/+4
* - PC-98 uses IRQ2 too.Yoshihiro Takahashi2000-04-221-1/+13
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hKATO Takenori2000-03-291-0/+20
* Correctly initialise the available IRQ numbers in the APIC_IO case.Mike Smith2000-01-261-9/+12
* Cast rman_get_virtual() to a vm_offset_t.Bill Fumerola2000-01-181-1/+1
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machineAlfred Perlstein2000-01-181-1/+1
* Don't try to map memory resources into the kernel until they're actuallyMike Smith2000-01-181-20/+35
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-4/+5
* Remove pccard attachment stub, this caused pccard unit 0 to be allocatedPeter Wemm1999-10-191-5/+0
* Zap unneeded #includesPeter Wemm1999-10-111-3/+0
* Add pccard child to nexus. A better version would take care of thisWarner Losh1999-09-061-0/+5
* This adds the i386 specific support for systems with a MicroChannelMatthew N. Dodd1999-09-031-0/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed a misplaced cast to uintptr_t. Cosmetic.Bruce Evans1999-08-241-7/+4