summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalbde1998-02-033-3/+24
* Forward declare a union so that this file is self-sufficient.bde1998-02-031-11/+10
* Fixed a gratuitous ANSIism.bde1998-02-031-1/+1
* Ifdefed use of a GNU feature.bde1998-02-031-1/+3
* Moved misplaced idempotency ifdef. Multiple inclusion was fatal sincebde1998-02-031-3/+3
* Changed `inline' to `__inline' so that this file can be compiled bybde1998-02-031-3/+3
* Don't declare prototypes for driver functions unless KERNEL is defined.bde1998-02-031-0/+2
* Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>,bde1998-02-032-21/+37
* Bugs/Enhancements:ahasty1998-02-021-0/+4
* Fixed disordering of busdma* and swi_vm.bde1998-02-011-4/+4
* Fixed a recently broken comment.bde1998-02-011-4/+4
* Don't set even parity uselessly in the line control register (paritybde1998-02-011-5/+4
* Use <machine/*.h> instead of <i386/include/*.h>.bde1998-02-012-3/+5
* Fixed a sloppy common-style declaration again.bde1998-02-011-1/+1
* Fixed disordering of *cam* and splsoftvm.bde1998-02-011-14/+14
* Removed unused #includes.bde1998-02-011-5/+1
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-011-0/+1
* Fixed the search for free wd drives. The search was terminatedbde1998-02-011-3/+4
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-011-4/+3
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-011-3/+2
* Make RAWBOOT functional again; don't read `boot.config' and `boot.help'yokota1998-02-011-1/+3
* add the SUIDDIR option and tell people what it is for. (And when NOT to use it)julian1998-01-312-2/+32
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-7/+21
* Make the debug options new-style.eivind1998-01-315-12/+7
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-312-4/+6
* Add support for cleandepend, ${DESTDIR}, and there not being a file namedeivind1998-01-311-6/+11
* Add various options people have ignored.eivind1998-01-312-4/+46
* Skip probing devices which have already probed true.eivind1998-01-311-1/+13
* Include "opt_nfs.h"eivind1998-01-311-1/+2
* Include "opt_devfs.h".eivind1998-01-311-0/+2
* Synchronize with ../biosboot/Makefile.yokota1998-01-311-16/+4
* Don't clobber pp_flags when PP_KEEPALIVE must be set.jhay1998-01-301-3/+4
* Retire LFS.phk1998-01-303-30/+7
* Make the bounce buffer code a little more robust when space isn'tdyson1998-01-302-19/+25
* Remove obsolete strategy code that was replaced by the disk slice mapping code.pst1998-01-291-9/+3
* Correct usage of unit to t->lun. This fixes the DEVFS case and themsmith1998-01-291-5/+5
* APM calls inittodr(0) which is stupid, but at least stop setting thephk1998-01-282-10/+14
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyyokota1998-01-281-5/+5
* Symlink bootblocks for 'wfd' disks as well.msmith1998-01-271-2/+2
* Fix operation with the Iomega Zip 100 ATAPI.msmith1998-01-271-13/+92
* Check the status port after waiting for DRQ; some drives seem to be verymsmith1998-01-271-0/+9
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU.kato1998-01-271-4/+13
* Move DPT related options out of i386 specific filesjulian1998-01-262-14/+2
* Add the DPT driver and options.julian1998-01-262-2/+88
* Add Simon Shapiro's DPT driverjulian1998-01-264-5/+19
* re-sort back into orderpeter1998-01-261-8/+8
* Add missing definition for swi_vmpeter1998-01-261-1/+2
* Undo previous commit. The cpuid symbol has been already used by SMPkato1998-01-252-23/+5
* Added cpuid instruction.kato1998-01-251-1/+10
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU,kato1998-01-251-4/+13
OpenPOWER on IntegriCloud