summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-011-7/+7
* Null commit; note that there is a new memory sizing routine that usesjlemon1999-06-011-1/+1
* Unifdef VM86.jlemon1999-06-0127-528/+408
* Make vm86 a standard componentjlemon1999-06-014-22/+7
* Unifdef VM86jlemon1999-06-012-16/+2
* Correct dumb mistake in previous commit.dfr1999-06-011-2/+2
* Move fd driver back to files.${arch} since pc98 has a special fd driver.dfr1999-06-011-1/+2
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-318-2827/+6
* The fd driver has moved from i386/isa to isa.dfr1999-05-311-2/+1
* Simplify cdevsw registration.phk1999-05-3135-411/+110
* This commit should be a extensive NO-OP:phk1999-05-3036-197/+758
* No support for pnp yet.dfr1999-05-301-2/+5
* No support for pnp devices yet.dfr1999-05-301-1/+5
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* * Use ISA_DELETE_RESOURCE to cancel memory resource if driver clears maddr.dfr1999-05-301-4/+8
* Don't include isa_dma.h if we have already seen isavar.hdfr1999-05-301-1/+3
* Activate/deactivate resources by calling the method, not through thedfr1999-05-302-2/+34
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-294-6/+10
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-286-130/+146
* Don't call disable_intr() when interrupts are already disabled, sincebde1999-05-281-3/+6
* Add new Bt848/Bt878 driver options.roger1999-05-282-32/+72
* pmap_object_init_pt:alc1999-05-281-2/+2
* Add support for ASound Gold card using the ALS120roger1999-05-272-11/+12
* Compaq "Intelligent Disk Array" driver.julian1999-05-251-0/+1786
* Back the last change out.brian1999-05-251-2/+2
* Allow booting from "ad"brian1999-05-251-2/+2
OpenPOWER on IntegriCloud