summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't confuse dev_t and major numbers in DEV_MODULE()phk1999-05-091-2/+2
* Reserve a major number for the frame buffer device.yokota1999-05-091-1/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-0823-57/+40
* I'm sick of the automatic rename of /kernel to /kernel.old while doingpeter1999-05-081-1/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-11/+11
* Propagate i386 change to alpha (bdevsw[] -> bdevsw()).mjacob1999-05-071-4/+4
* Continue where Julian left off in July 1998:phk1999-05-072-5/+5
* Changes to support diskless booting on the alpha:dfr1999-05-031-1/+20
* Declare the return address for __divX, __remX so that gdb can step overdfr1999-05-021-1/+1
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-291-2/+29
* pmap_emulate_reference: don't ever lose PV_TABLE_MOD bit on page. Ifdt1999-04-281-2/+2
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-282-6/+7
* Change suser_xxx() to suser() where it applies.phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-275-10/+10
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-261-16/+6
* Added used include.dt1999-04-251-1/+2
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-241-2/+2
* Fix spelling of '#if 0'.dt1999-04-241-1/+1
OpenPOWER on IntegriCloud