aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Use resource allocation apis to get ports.Doug Rabson1999-05-301-9/+34
* When memory mapping a PCI device (like XFree86 does) on an XP1000, we mustAndrew Gallatin1999-05-291-2/+2
* A small change to allow automatic detection of the bootAndrew Gallatin1999-05-291-2/+3
* pmap_object_init_pt:Alan Cox1999-05-281-2/+2
* A forgotten bit of my ST6600 commitAndrew Gallatin1999-05-271-1/+2
* Add support for the DEC_ST6600 family of alphas. This includes theAndrew Gallatin1999-05-2610-4/+976
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-262-4/+15
* From our i386 counterpart:Dmitrij Tejblum1999-05-251-3/+15
* Remove the mfs stuff now that mfs_init() does the MFS_ROOT initialisation.John Birrell1999-05-241-18/+1
* * Factor out the common code between the isa bus drivers for i386 and alpha.Doug Rabson1999-05-221-418/+70
* Add support for multiple PCI "hoses" used on various alpha platforms.Andrew Gallatin1999-05-2011-62/+104
* Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is noPeter Wemm1999-05-181-7/+1
* Add support for clock calibration.Doug Rabson1999-05-181-1/+2
* Calibrate the processor cycle counter instead of believing what theDoug Rabson1999-05-183-6/+71
* Another minor fix from i386 to remember when the port is set to -1.Doug Rabson1999-05-181-2/+2
* Update isa_print_child to match i386.Doug Rabson1999-05-181-10/+10
* Make sure sysctls use udev_t, not dev_t.Doug Rabson1999-05-151-2/+5
* Make sure sysctls use udev_t, not dev_t.Doug Rabson1999-05-151-4/+4
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-141-139/+63
* The previous log message should have read:Doug Rabson1999-05-141-1/+1
* Make sure to pass a dev_t to dkunit.Doug Rabson1999-05-142-5/+7
* Include <sys/systm.h> earlier as required by include changes.Mike Smith1999-05-141-2/+2
* Oops, back out previous, it is not quite ready for commit and has nothingDmitrij Tejblum1999-05-111-9/+2
* Initialize bootifo.envp, so that the kernel environment can be used.Dmitrij Tejblum1999-05-113-6/+16
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itPeter Wemm1999-05-101-9/+5
* Serves me right for doing this by inspection and then a build afterwardsPeter Wemm1999-05-102-3/+4
* Don't do a nested extern for mfs_getimage()Peter Wemm1999-05-101-2/+5
* Explicit brace to avoid nested else warningsPeter Wemm1999-05-101-2/+3
* Explicit braces to avoid nested else warningsPeter Wemm1999-05-101-2/+3
* Add some explicit parens to avoid && within || warningsPeter Wemm1999-05-101-5/+5
* Fix warnings (unused vars)Peter Wemm1999-05-101-4/+1
* Fix warnings (unused vars, long != int in printf)Peter Wemm1999-05-101-8/+5
* Fix warnings (I hope)Peter Wemm1999-05-101-8/+6
* Give 'i' a type (int).Peter Wemm1999-05-101-2/+2
* Unused variablePeter Wemm1999-05-101-3/+1
* Adjust console stuff now that makedev is no longer a macro.Doug Rabson1999-05-102-3/+5
* Remove obsolete 'config kernel' line.Doug Rabson1999-05-102-6/+2
* Make corresponding changes to match config updatePeter Wemm1999-05-101-20/+24
* Apparently we need to define rootdev and dumpdev here now. This isPeter Wemm1999-05-101-1/+3
* s/main/mi_startup/Peter Wemm1999-05-091-3/+3
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-2/+2
* Remove DDB.Doug Rabson1999-05-092-8/+2
* Don't confuse dev_t and major numbers in DEV_MODULE()Poul-Henning Kamp1999-05-091-2/+2
* Reserve a major number for the frame buffer device.Kazutaka YOKOTA1999-05-091-1/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-0823-57/+40
* I'm sick of the automatic rename of /kernel to /kernel.old while doingPeter Wemm1999-05-081-1/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-082-11/+11
* Propagate i386 change to alpha (bdevsw[] -> bdevsw()).Matt Jacob1999-05-071-4/+4
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-072-5/+5
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-031-1/+20