summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.bde2000-10-121-2/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Made this file compile again after move of stuff from <machine.ipl.h>bde2000-10-081-1/+2
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixbde2000-10-081-5/+1
* Caught up with the changes in interruption stuff.kato2000-10-071-1/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-064-217/+91
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyjhb2000-10-061-1/+15
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-0511-303/+36
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-022-892/+0
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-0280-36713/+0
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-19/+6
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-3/+6
* Brought back schedsofttty() (SMPng casualty). Didn't bring back thebde2000-09-171-10/+7
* Make LINT link.phk2000-09-161-0/+4
* Make LINT compile.phk2000-09-161-1/+1
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-151-0/+1
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-151-0/+21
* Add Timer device driver for power management events.iwasaki2000-09-141-0/+139
* - Newbus'ify and bus_space'ify.nyan2000-09-142-4398/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-136-67/+52
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersbde2000-09-121-1/+4
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-102-0/+5
* Fixed the softintr macro which directly accessed ipending.kato2000-09-081-6/+6
* Close PR #20963. Do not pass encryption keys back to the caller viawpaul2000-09-071-0/+3
* Don't assume that address of I/O address table increase (PC-98 only).nyan2000-09-071-2/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0717-1570/+1138
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-051-19/+89
* Take a shot at fixing multiple pci busses on i386.peter2000-08-311-10/+50
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-48/+84
* Fixed freeing wrong address.kato2000-08-241-1/+1
* Fix the matcd driver for the new world order. This basically justsheldonh2000-08-231-9/+9
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-062-36/+62
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-301-1/+6
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-136-31/+9
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-042-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-032-3/+3
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-252-5/+0
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.fsmp2000-06-242-2/+4
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXmsmith2000-06-231-1/+5
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-236-1/+327
* Collect the ISA DMA defines from the MI ISA code, not a private copy.msmith2000-06-231-3/+2
* Bring the an(4) fixes to wi(4):roberto2000-06-191-3/+10
* Fix typo (accessable --> accessible).alex2000-06-142-3/+3
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-4/+0
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-9/+11
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-106-34/+0
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-061-13/+0
OpenPOWER on IntegriCloud