summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-272-3/+3
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-274-96/+34
* revert last commit temporarily due to whining on the lists.dillon2002-02-268-691/+234
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-268-234/+691
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousbde2002-02-261-0/+3
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-254-34/+96
* Lock struct pgrp, session and sigio.tanimura2002-02-232-3/+12
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-5/+7
* Add needed include.nyan2002-02-101-0/+3
* Don't grab the ICU lock while reading the current pending interrupts andjhb2002-02-082-4/+0
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-304-1/+14
* Removed unused includes. In particular, don't include <isa/isavar.h> sincebde2002-01-301-24/+2
* Unbreak pcvt, it suffered from common variables. Whoever added thejoerg2002-01-271-8/+14
* Add missing destroy_dev().wes2002-01-231-10/+13
* Garbage-collect an unused variable left by rev.1.61.bde2002-01-171-3/+1
* Change the preemption code for software interrupt thread schedules andjhb2002-01-055-14/+20
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-208-49/+64
* I am not sure if it is a good idea or not to have my id in the cvs logpeter2001-12-201-824/+797
* Axe stale extern for a non-existent variable.jhb2001-12-181-1/+0
* Modify the critical section API as follows:jhb2001-12-182-79/+64
* Overhaul the per-CPU support a bit:jhb2001-12-111-17/+17
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Also remove the .h files for the old rp driver.phk2001-11-052-1137/+0
* Remove the old RocketPort driver which was left behind in favourphk2001-11-051-1988/+0
* Don't call cdevsw_add().phk2001-11-041-3/+0
* Don't call devsw_add().phk2001-11-041-4/+0
* Don't call cdevsw_add().phk2001-11-047-26/+0
* Don't call cdevsw_add()phk2001-11-041-4/+0
* Call to cdevsw_add() no longer needed.phk2001-11-041-1/+0
* Some fix for the recent apm module changes.iwasaki2001-11-011-7/+4
* Backout 1.61 -- both intrcnt and intrnames are already exportedluigi2001-10-252-12/+0
* MFi386:bde2001-10-211-0/+2
* MFpc98: fundamental differences. The magic numbers for the i/o portbde2001-10-211-0/+17
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.bde2001-10-211-0/+9
* Fix the le driver - it has been broken for a while and these fixes havejlemon2001-10-191-27/+21
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().bde2001-10-161-127/+49
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tbde2001-10-161-13/+8
* Explicitly initialize the fpu when SSE is enabled since this notegge2001-10-151-0/+5
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-093-4/+0
* Remove an unneeded variable declaration and statement.robert2001-10-091-2/+0
* Don't attempt to initialize the pcaudio device on open. The attach routinejhb2001-10-081-6/+0
* Export interrupt statistics via sysctl.luigi2001-10-072-0/+12
* Rewrite the pc98 bus_space stuff.nyan2001-10-071-10/+13
* Disable the check in icu_setup() to see if a handler was already used asjhb2001-09-272-0/+4
* Return EINVAL if the passed intr is out of bounds.jlemon2001-09-272-0/+2
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.brooks2001-09-261-2/+2
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadrwatson2001-09-261-2/+3
* o Modify spigot_open() to use securelevel_gt() instead of directrwatson2001-09-261-4/+6
OpenPOWER on IntegriCloud