summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/nexus.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add pccard child to nexus. A better version would take care of thisimp1999-09-061-0/+5
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-031-0/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed a misplaced cast to uintptr_t. Cosmetic.bde1999-08-241-7/+4
* The nexus_attach() code works a lot better if it's actually connected topeter1999-08-231-12/+6
* Take advantage of the apm/npx code and let them identify themselves ratherpeter1999-08-221-23/+34
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-4/+9
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-161-1/+13
* Activate/deactivate resources by calling the method, not through thedfr1999-05-301-1/+17
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-181-54/+4
* Add missing suspend/resume methods.dfr1999-05-101-1/+5
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-12/+10
* Add some notes about the globalness of certain things like interruptspeter1999-05-081-5/+22
* Don't print 'interrupting at irq nn' on the x86 family, it's not allpeter1999-05-081-4/+4
* 1MB is not 1024 * 1024 * 1024 but 1024 * 1024.kato1999-04-241-2/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-6/+7
* Always create attach points for the various child busses that can bepeter1999-04-191-30/+14
* Added PC98 code.kato1999-04-181-1/+12
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-0/+409
OpenPOWER on IntegriCloud