summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Construct the minor number for the root device taking into account themsmith1998-03-081-8/+10
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-082-2/+16
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-072-6/+4
* Reenable redirection of clock interrupt to a higher priority vector.tegge1998-03-071-2/+2
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-074-4/+21
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.eivind1998-03-075-58/+33
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-057-102/+21
* Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.tegge1998-03-051-2/+7
* Disable redirection of clock interrupt to a higher priority vector.tegge1998-03-041-2/+2
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)kato1998-03-041-1/+5
* Reviewed by: msmith, bde long agodufault1998-03-041-3/+13
* Fix recent breakage when compiling under elf.peter1998-03-041-1/+5
* When entering the apic version of slow interrupt handler, leveltegge1998-03-0313-115/+912
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-037-22/+179
* Reduce timeout before assuming that forwarding of hardclock or softclocktegge1998-03-033-21/+33
* When sending an IPI to a specific target, disable interrupts inside thetegge1998-03-031-8/+70
* forward_statclock and forward_hardclock are located in mp_machdep.c.tegge1998-03-031-3/+5
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-021-2/+2
* First pre alpha Work In Progress commit of a IDE/ATAPI tape driver.sos1998-03-013-7/+853
* 1) Use a more consistent page wait methodology.dyson1998-03-014-39/+17
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-282-4/+12
* Support for "MAC address in CIS" type cards.hosokawa1998-02-271-1/+9
* make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.itojun1998-02-272-6/+6
* PCCARD-code related style nits, as requested.msmith1998-02-273-22/+22
* Move "geometry disk" device (not yet implemented) to major 95 tojkh1998-02-271-2/+3
* Fix some style nits and remove an unused header.msmith1998-02-275-14/+9
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>ahasty1998-02-261-0/+5
* Fixed syntax error by recent changes to the queue macros.kato1998-02-261-3/+3
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-251-3/+3
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-252-32/+38
* Removed vestiges of previous microtime() implementation.bde1998-02-251-6/+2
* Add loran0 to LINTphk1998-02-242-2/+4
* Add the smallest and least useful device-driver by a fair margin...phk1998-02-243-2/+125
* Use port 0x110 to avoid PNP conflicts.steve1998-02-232-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-2/+18
* Quick fix for the i8254 timecounter often gaining 10 msec.bde1998-02-232-2/+4
* Add missing CLOCK_UNLOCK() before write_eflags().jkh1998-02-212-2/+4
* there is a minor bug in sb_dsp.c -- the drivernate1998-02-211-1/+0
* A minor bugfix for my audio driver and pcaudio. The problem is withnate1998-02-211-2/+2
* Make pc98 options new-style.kato1998-02-211-0/+1
* Make TUNE_1542 a new-style option, and enable this option in LINT. Iteivind1998-02-214-6/+8
* Reserve cdev 93 for CODA filesystem.jkh1998-02-201-1/+2
* Replace TOD clock code with more systematic approach.phk1998-02-206-460/+235
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-201-2/+2
* Don't depend on "implicit int".bde1998-02-202-4/+4
* Removed unused #includes.bde1998-02-204-25/+3
* Fixed some stale comments about console drivers.bde1998-02-202-18/+12
* Don't propogate *_DEBUG options. Use DEBUG and recompilesteve1998-02-202-6/+3
* Move Luigi's I2CWR ioctl from the video_ioctl section to theahasty1998-02-201-1/+2
* Cleanup the lpt for probe code.steve1998-02-201-24/+16
OpenPOWER on IntegriCloud