aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make userconfig saving actually work..Peter Wemm1999-04-191-10/+12
* GC some stray debugging printf()s...Peter Wemm1999-04-191-4/+1
* Typo fix.Masafumi Max NAKANE1999-04-191-3/+3
* _pmap_unwire_pte_hold and pmap_remove_page:Alan Cox1999-04-192-26/+62
* Fix a potential hang situation.Luoqi Chen1999-04-191-1/+2
* Don't do (1 << irq) to get an interrupt mask when irq = -1.Peter Wemm1999-04-191-4/+6
* Fixed missing changes for new-bus (return value of the probe routine).KATO Takenori1999-04-192-16/+16
* The Alpha probably wouldn't appreciate getting the pc98 isa portPeter Wemm1999-04-191-4/+4
* drop /lkmPeter Wemm1999-04-191-3/+1
* Remove LKM module glue Makefile.Peter Wemm1999-04-191-12/+0
* vfsload maps into kldload only now, no more fork/exec of modload(8).Peter Wemm1999-04-191-85/+1
* Zap LKM option and support. Farewell old friend.Peter Wemm1999-04-198-1262/+9
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-1921-476/+26
* Fix a braino from last commit.Peter Wemm1999-04-192-8/+0
* Slightly reorder the all: to make sure it's before any alternate kernelPeter Wemm1999-04-191-6/+6
* GC some now unused (and #if 0) code.Peter Wemm1999-04-192-642/+6
* Drop the 'at nexus?' from the busses, it's not used.Peter Wemm1999-04-195-19/+19
* Sync with sys/isa/sio.c revision 1.226.KATO Takenori1999-04-192-8/+44
* Sync with sys/i386/i386/userconfig.c revision 1.135.KATO Takenori1999-04-191-2/+4
* Sync with sys/boot/i386/loader/Makefile revision 1.32.KATO Takenori1999-04-191-1/+2
* Spelling policeBrian Somers1999-04-195-10/+10
* Add commented out entries for ata driver now that it works on the alpha.Doug Rabson1999-04-192-2/+28
* Add seatbelts.Doug Rabson1999-04-191-2/+5
* Fix some confusion between physical and virtual addresses when recordingDoug Rabson1999-04-191-5/+13
* Clarify wording to indicate that the arguments to find(1) are path namesJoseph Koshy1999-04-191-6/+6
* Always create attach points for the various child busses that can bePeter Wemm1999-04-194-120/+56
* EISA can (or will) be a child of the i386 nexus on non-PCI systems.Peter Wemm1999-04-192-2/+4
* Add :Q to quote variable expansion to all proper expansion ofWarner Losh1999-04-192-2/+49
* Correct typo.Joseph Koshy1999-04-191-2/+2
* Set the bus description for EISA, like it is for ISA.Peter Wemm1999-04-192-4/+6
* Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen"Warner Losh1999-04-191-1/+2
* Use const where appropriate.Steve Price1999-04-191-2/+2
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-1993-579/+696
* Update to use the new-bus framework. No functional changes.Søren Schmidt1999-04-183-110/+220
* Compile without a PCI bus in the kernel.Peter Wemm1999-04-181-2/+4
* Make the bt isa driver work..Peter Wemm1999-04-183-15/+33
* Check bus_setup_intr() as a seatbelt...Peter Wemm1999-04-181-2/+7
* Add entries for Intel 82443GX chipset.Jordan K. Hubbard1999-04-181-1/+7
* Disconnect modload/modunload/modstat from their Makefiles..Peter Wemm1999-04-182-5/+2
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-1829-2372/+2944
* Remove i386-specific psm.c - it's now in sys/isa/psm.cPeter Wemm1999-04-181-2267/+0
* Merge revs 1.57 and 1.60 of i386/isa/psm.cPeter Wemm1999-04-182-102/+194
* Add support for 'disabled' probe hint.Doug Rabson1999-04-182-4/+12
* Sync with follwing files:KATO Takenori1999-04-1825-2182/+3960
* These two have been replaced with isa/sio* in the generic isa area.Peter Wemm1999-04-182-3063/+0
* Merge missing changes from i386/isa/sioreg.h (PC98 related)Peter Wemm1999-04-182-2/+28
* Tidy up a few things left over from the conversion from i386/isa/sio.c.Peter Wemm1999-04-182-8/+42
* Added PC98 code.KATO Takenori1999-04-184-4/+48
* Use pc98/pc98/pc98.h instead of isa/isareg.h in PC98 kernel.KATO Takenori1999-04-181-2/+5
* Register sio interrupts as fast (fixing some silo overflow messages).Doug Rabson1999-04-182-4/+4