summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Replace my previous fix of saving the FP state with a much simpler one: whendt1999-06-106-28/+18
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocatedt1999-06-081-2/+2
* Keep fpcurproc locked in memory, so that we always can save the FP statedt1999-06-085-10/+27
* * Implement ISA dma (only for CIA now but more chipsets to follow).dfr1999-06-0512-19/+1111
* cdevsw_add(&cn_devsw), not cdevsw_add(&dev).dt1999-06-011-3/+2
* Don't use nblkdev.dt1999-05-311-2/+2
* Simplify cdevsw registration.phk1999-05-312-23/+7
* This commit should be a extensive NO-OP:phk1999-05-304-20/+84
* Use resource allocation apis to get ports.dfr1999-05-301-9/+34
* When memory mapping a PCI device (like XFree86 does) on an XP1000, we mustgallatin1999-05-291-2/+2
* A small change to allow automatic detection of the bootgallatin1999-05-291-2/+3
* pmap_object_init_pt:alc1999-05-281-2/+2
* A forgotten bit of my ST6600 commitgallatin1999-05-271-1/+2
* Add support for the DEC_ST6600 family of alphas. This includes thegallatin1999-05-2610-4/+976
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-262-4/+15
* From our i386 counterpart:dt1999-05-251-3/+15
* Remove the mfs stuff now that mfs_init() does the MFS_ROOT initialisation.jb1999-05-241-18/+1
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-421/+73
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-2011-62/+104
* Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is nopeter1999-05-181-7/+1
* Add support for clock calibration.dfr1999-05-181-1/+2
* Calibrate the processor cycle counter instead of believing what thedfr1999-05-183-6/+71
* Another minor fix from i386 to remember when the port is set to -1.dfr1999-05-181-2/+2
* Update isa_print_child to match i386.dfr1999-05-181-10/+10
* Make sure sysctls use udev_t, not dev_t.dfr1999-05-151-2/+5
* Make sure sysctls use udev_t, not dev_t.dfr1999-05-151-4/+4
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-139/+63
* The previous log message should have read:dfr1999-05-141-1/+1
* Make sure to pass a dev_t to dkunit.dfr1999-05-142-5/+7
* Include <sys/systm.h> earlier as required by include changes.msmith1999-05-141-2/+2
* Oops, back out previous, it is not quite ready for commit and has nothingdt1999-05-111-9/+2
* Initialize bootifo.envp, so that the kernel environment can be used.dt1999-05-113-6/+16
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-9/+5
* Serves me right for doing this by inspection and then a build afterwardspeter1999-05-102-3/+4
* Don't do a nested extern for mfs_getimage()peter1999-05-101-2/+5
* Explicit brace to avoid nested else warningspeter1999-05-101-2/+3
* Explicit braces to avoid nested else warningspeter1999-05-101-2/+3
* Add some explicit parens to avoid && within || warningspeter1999-05-101-5/+5
* Fix warnings (unused vars)peter1999-05-101-4/+1
* Fix warnings (unused vars, long != int in printf)peter1999-05-101-8/+5
* Fix warnings (I hope)peter1999-05-101-8/+6
* Give 'i' a type (int).peter1999-05-101-2/+2
* Unused variablepeter1999-05-101-3/+1
* Adjust console stuff now that makedev is no longer a macro.dfr1999-05-102-3/+5
* Remove obsolete 'config kernel' line.dfr1999-05-102-6/+2
* Make corresponding changes to match config updatepeter1999-05-101-20/+24
* Apparently we need to define rootdev and dumpdev here now. This ispeter1999-05-101-1/+3
* s/main/mi_startup/peter1999-05-091-3/+3
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Remove DDB.dfr1999-05-092-8/+2
OpenPOWER on IntegriCloud