summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove i386-specific psm.c - it's now in sys/isa/psm.cpeter1999-04-181-2267/+0
* Add support for 'disabled' probe hint.dfr1999-04-182-4/+12
* These two have been replaced with isa/sio* in the generic isa area.peter1999-04-182-3063/+0
* Added PC98 code.kato1999-04-182-2/+24
* Set ifq_maxlen to IFQ_MAXLENpaul1999-04-181-2/+2
* Set ifq_maxlen to number of transmit descriptors.paul1999-04-181-1/+2
* The changes to vm_page.c have broken the assumption that mallocingpaul1999-04-181-13/+24
* Wrap the pcm driver for old isa probes.peter1999-04-171-2/+7
* Allocate space for struct isa_device's, not for pointers thereto.bde1999-04-171-2/+2
* We use the generic isa version now.peter1999-04-172-170/+0
* We now use the generic isa version..peter1999-04-171-74/+0
* vga_isa.c is now generic, not i386 specific (src/sys/isa/vga_isa.c)peter1999-04-171-2241/+0
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1632-1733/+3540
* Add SYSVSEM so that newer versions of Xaccel don't require a kerneljkh1999-04-161-1/+2
* Remove the entries for umodem and ucom. These drivers only proben_hibma1999-04-163-13/+3
* Removed dead code and cleaned up. setconf() now just asks for thebde1999-04-151-108/+38
* Made booting with -a work for all configurations. Previously itbde1999-04-154-32/+11
* Add example for 'makeoptions DEBUG' and some notes. I have not activatedpeter1999-04-142-2/+24
* Search bdevsw[] instead of the half-baked builtin table of devicesbde1999-04-141-14/+26
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-147-285/+183
* Add a commented-out example on using the makeoptions command to get apeter1999-04-131-1/+3
* Build the functionality of the wdc_p hack into the ide_pci.c code.peter1999-04-133-28/+6
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-1312-700/+39
* Clean up the kernel/kernel.debug/install.debug etc stuff.peter1999-04-131-39/+21
* Backout early start of APs since it caused some machines to hang.tegge1999-04-133-12/+3
* ppp != iijppp any morebrian1999-04-122-6/+6
* Make debugging more selective.n_hibma1999-04-113-9/+21
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-112-12/+6
* Back out default debug kernel. The flags revert to historical behaviour.grog1999-04-111-5/+2
* Correct prototype for wdstarteivind1999-04-111-1/+1
* Staticize.eivind1999-04-119-18/+18
* Random text after #endif changed to comment.eivind1999-04-111-1/+1
* Add prototype for wait_ap().tegge1999-04-113-3/+12
* Let BSP wait until all APs are initialized.tegge1999-04-104-4/+31
* When trying to enable or disable an interrupt not described by the mp table,tegge1999-04-101-3/+7
* Test CF after a btrl operation instead of testing ZF (which is undefined).tegge1999-04-102-4/+4
* uncomment the uhci entryn_hibma1999-04-102-4/+4
* pmap_remove_pte:alc1999-04-101-14/+7
* Add a warning bout the SoundBlaster and ISA DMA locking up the machine,nik1999-04-092-2/+12
* o sys/i386/include/soundcard.hkato1999-04-082-4/+3
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-073-3/+21
* 1. Modify config to issue different code for debugging.grog1999-04-071-13/+43
* Add defines for the P6 model-specific registers.msmith1999-04-071-1/+58
* mem.cmsmith1999-04-073-104/+674
* Add i686_mem.c - memory range attribute support for P6 processors.msmith1999-04-071-1/+2
* failled spell-checkphk1999-04-061-2/+2
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-063-4/+19
* Two changes to pmap_remove_all:alc1999-04-061-20/+5
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.peter1999-04-061-3/+3
OpenPOWER on IntegriCloud