summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't try to allocate memory resource unless address is non-zero.dfr1999-05-241-2/+3
* Fix a [start,end] vs [start,count] botch that corrupted the resourcepeter1999-05-241-3/+3
* - Make setroot() conditional on FFS etc, to avoid a compiler warningjb1999-05-241-17/+5
* Don't reference non-existant ATAPI option..peter1999-05-232-8/+8
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-221-9/+9
* Don't use BUS_WRITE_IVAR to manipulate resources.dfr1999-05-221-9/+10
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-222-454/+89
* Recover from removing the last (unshared) interrupt handler.peter1999-05-222-54/+24
* Fixed style bugs in previous commit.bde1999-05-222-10/+10
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-214-6/+16
* Set CHAR_{MIN,MAX} according to -funsigned-char flag given or notache1999-05-202-6/+18
OpenPOWER on IntegriCloud