summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
* cam_periph.c:gibbs1999-04-194-48/+67
* Kill joy for the time being, it used lkm unconditionally, breaking world.peter1999-04-191-4/+3
* Always reset the isa hints after releasing the resources after probe,peter1999-04-191-16/+16
* 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)n_hibma1999-04-193-20/+73
* The missing prototype for isa_wrap_old_drivers() was bugging me..peter1999-04-191-1/+2
* Make userconfig saving actually work..peter1999-04-191-10/+12
* GC some stray debugging printf()s...peter1999-04-191-4/+1
* _pmap_unwire_pte_hold and pmap_remove_page:alc1999-04-192-26/+62
* Fix a potential hang situation.luoqi1999-04-191-1/+2
* Don't do (1 << irq) to get an interrupt mask when irq = -1.peter1999-04-191-4/+6
* Fixed missing changes for new-bus (return value of the probe routine).kato1999-04-192-16/+16
* Remove LKM module glue Makefile.peter1999-04-191-12/+0
* Zap LKM option and support. Farewell old friend.peter1999-04-198-1262/+9
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-1921-476/+26
* Fix a braino from last commit.peter1999-04-192-8/+0
* GC some now unused (and #if 0) code.peter1999-04-192-642/+6
* Drop the 'at nexus?' from the busses, it's not used.peter1999-04-195-19/+19
* Sync with sys/isa/sio.c revision 1.226.kato1999-04-192-8/+44
* Sync with sys/i386/i386/userconfig.c revision 1.135.kato1999-04-191-2/+4
* Sync with sys/boot/i386/loader/Makefile revision 1.32.kato1999-04-191-1/+2
* Spelling policebrian1999-04-195-10/+10
* Add commented out entries for ata driver now that it works on the alpha.dfr1999-04-192-2/+28
* Add seatbelts.dfr1999-04-191-2/+5
* Fix some confusion between physical and virtual addresses when recordingdfr1999-04-191-5/+13
* Always create attach points for the various child busses that can bepeter1999-04-194-120/+56
* EISA can (or will) be a child of the i386 nexus on non-PCI systems.peter1999-04-192-2/+4
* Set the bus description for EISA, like it is for ISA.peter1999-04-192-4/+6
* Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen"imp1999-04-191-1/+2
* Update to use the new-bus framework. No functional changes.sos1999-04-183-110/+220
* Compile without a PCI bus in the kernel.peter1999-04-181-2/+4
* Make the bt isa driver work..peter1999-04-183-15/+33
* Check bus_setup_intr() as a seatbelt...peter1999-04-181-2/+7
* Add entries for Intel 82443GX chipset.jkh1999-04-181-1/+7
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-1829-2425/+2997
* Remove i386-specific psm.c - it's now in sys/isa/psm.cpeter1999-04-181-2267/+0
* Merge revs 1.57 and 1.60 of i386/isa/psm.cpeter1999-04-182-106/+198
* Add support for 'disabled' probe hint.dfr1999-04-182-4/+12
* Sync with follwing files:kato1999-04-1825-2188/+3966
* These two have been replaced with isa/sio* in the generic isa area.peter1999-04-182-3063/+0
* Merge missing changes from i386/isa/sioreg.h (PC98 related)peter1999-04-182-2/+28
* Tidy up a few things left over from the conversion from i386/isa/sio.c.peter1999-04-182-8/+42
* Added PC98 code.kato1999-04-184-4/+48
* Register sio interrupts as fast (fixing some silo overflow messages).dfr1999-04-182-4/+4
* Use perl, not perl5 to compile interfaces.dfr1999-04-181-4/+4
* Add support for Joliet extensions to the iso9660 fs. The related PRdcs1999-04-1814-164/+448
* Installs a default loader.rc if none exists. Document loader.conf.dcs1999-04-182-1/+202
* A default loader.rc to be installed.dcs1999-04-181-0/+10
* I missed this PnP change for new-bus..peter1999-04-181-8/+2
* Actually build the new fxp module.bde1999-04-181-6/+6
OpenPOWER on IntegriCloud