summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Set ifq_maxlen to IFQ_MAXLENpaul1999-04-182-4/+4
* Set ifq_maxlen to number of transmit descriptors.paul1999-04-182-2/+4
* Make WangTek 51000 a fixed block device.mjacob1999-04-181-1/+5
* The changes to vm_page.c have broken the assumption that mallocingpaul1999-04-182-26/+48
* UHCI_DEBUG should of course be OHCI_DEBUGn_hibma1999-04-171-13/+12
* Probe the SiS 85c503 as a PCI-ISA bridge.dfr1999-04-171-3/+5
* Wrap the pcm driver for old isa probes.peter1999-04-171-2/+7
* Disconnect lkm subdir so we don't build a lkm module, in case somethingpeter1999-04-171-2/+3
* Convert the dummynet lkm code to be kld aware (this isn't actually usedpeter1999-04-171-26/+27
* Allocate space for struct isa_device's, not for pointers thereto.bde1999-04-171-2/+2
* GC some unused code.peter1999-04-171-294/+1
* Oops, forgot this part of lkm code that's been replaced with kld.peter1999-04-171-50/+3
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-1722-160/+27
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macropeter1999-04-172-2/+2
* Reverse last checkin, which was a regression. Grrr.grog1999-04-171-663/+4
* free_vinum: clear up a warning message.grog1999-04-171-0/+2
OpenPOWER on IntegriCloud