summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-234-1/+229
* Pack the SWI bits to save some time and space.bde2000-05-313-18/+6
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-314-6/+6
* Add SWI_TQ_MASK to imask definition.dfr2000-05-293-3/+3
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-281-5/+0
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-103-27/+27
* Add a little do-nothing ``slopsucker'' device which gives a homewollman2000-05-041-0/+44
* Mark two functions as private.peter2000-04-293-0/+11
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-0/+102
* Isolate the Timecounter internals in their own two files.phk2000-03-201-6/+7
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-1/+5
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-132-12/+16
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-5/+0
* Use device_printf() instead of device_print_prettyname().dfr2000-01-251-10/+9
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-041-9/+27
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-262-0/+12
* Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.bde1999-12-263-8/+4
* Fixed races accessing the RTC. The races apparently causedbde1999-12-251-4/+16
* Use the correct return value for MCA NMIs.eivind1999-12-212-2/+2
* Remove references to register_intr() etc in comments.peter1999-12-201-1/+1
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-203-138/+0
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+22
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-11/+25
* Trim some unused #includespeter1999-10-111-4/+0
* Print out flags valuephk1999-09-211-0/+2
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-033-4/+56
* Eliminate some magic numbers.peter1999-09-011-4/+4
* $Id$ -> $FreeBSD$peter1999-08-2818-20/+20
* Add an identify method to allow npx to arrange itself to be attached topeter1999-08-221-1/+18
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-291-2/+1
* We're called too early to have any idea whether APM is going to bemsmith1999-07-281-11/+7
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-261-140/+140
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-251-24/+202
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-201-2/+6
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-181-23/+10
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-181-6/+6
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-105-15/+11
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts werebde1999-07-102-24/+26
* Shut up gcc.peter1999-06-271-1/+3
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-241-5/+7
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-031-5/+1
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-311-2/+2
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-2/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-284-74/+81
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-431/+32
* Recover from removing the last (unshared) interrupt handler.peter1999-05-222-54/+24
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-151-6/+11
OpenPOWER on IntegriCloud