summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* (mostly) fix ordering.peter1999-06-291-152/+151
* Save common_tssd before it's loaded and the busy bit set.luoqi1999-06-281-3/+3
* Fix page fault in visual userconfig's save code. (I only use normalpeter1999-06-281-3/+5
* Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.peter1999-06-282-3/+6
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-281-2/+1
* Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h'speter1999-06-281-2/+2
* Hmm, might as well make all of BEFORE_DEPEND first in case make dependphk1999-06-281-2/+2
* Also make pci_if.h early if make depend wasn't run.phk1999-06-281-2/+2
* Make bus_if.h and device_if.h as early as possible if make depend hasn'tphk1999-06-281-2/+2
* An SMP-specific change: Remove an unnecessary lock acquire and releasealc1999-06-271-5/+13
* add description of Qlogic ISP FC Full Duplex optionmjacob1999-06-272-2/+14
* Shut up gcc.peter1999-06-272-2/+6
* Quieten some warnings as a result of changes in ls_items[] constness overpeter1999-06-261-4/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Fix warning message; that was 4GB, not 2GB. I apparently can't dojlemon1999-06-241-2/+2
* Explicitly ignore any memory > 2GB, we don't support it yet.jlemon1999-06-241-1/+7
* Only include AMD wt_alloc routines if I586_CPU is defined. Fixesjlemon1999-06-241-2/+2
* Add ida/id linesjlemon1999-06-242-2/+20
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-243-12/+26
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-241-1786/+0
* From the submitter:msmith1999-06-241-2/+2
* Changes in the way that the APs are started appears to have removed themsmith1999-06-233-33/+9
* Do not setup 4M pdir until all APs are up.luoqi1999-06-235-64/+44
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.msmith1999-06-223-9/+3
* The second phase of syscons reorganization.yokota1999-06-229-777/+665
* Handle suspend/resume methodspeter1999-06-221-1/+3
* Correct description of Vinum.grog1999-06-201-3/+3
* Clean up some of the documentation at the top.jkh1999-06-201-8/+12
* Goodbye to vaules, becasue, similiar, backgroud, aquired, freelisat, etc.rnordier1999-06-192-26/+26
* K6-family MTRR supportgreen1999-06-182-1/+194
* Harmless change to prevent possible problems in the future. I madegreen1999-06-181-2/+4
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-184-19/+16
* Add a kernel config for PC-Card machines. This is part of themarkm1999-06-171-0/+220
* Clean up bitrot in interrupt tracing code.tegge1999-06-162-6/+6
* Add a couple of command definitions.julian1999-06-151-67/+74
* Kill option FAILSAFE.des1999-06-155-23/+10
* Use pmap_kenter instead of pmap_enter to map the message buffer.alc1999-06-131-3/+2
* Change variable used for calculating ending address of physical memoryjlemon1999-06-101-2/+2
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocatedt1999-06-081-2/+2
* The FD options are now in /sys/conf/options so need to duplicate themsteve1999-06-061-4/+1
* Small optimization: use wi_seek() in wi_read_record() and wi_write_record()wpaul1999-06-061-27/+9
* Reserve cdev major 126 for sync support.phk1999-06-061-1/+2
* Fix an accounting problem when prefaulting 4M pages.luoqi1999-06-051-2/+2
* Fixed null setting of `rc_started'. This was fixed for thebde1999-06-041-7/+2
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-041-3/+5
* Remove a rather bogus search path reference..peter1999-06-031-1/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-031-5/+1
* Back out last commit (did I get all of them?)newton1999-06-022-0/+6
* Unbreak memory sizing for SMP.jlemon1999-06-012-12/+18
OpenPOWER on IntegriCloud