summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. Thisjdp1999-08-051-3/+3
* pmap_object_init_pt:alc1999-07-311-2/+2
* Fix an unbelievably stupid typo that cases as500 & as600 machines bootedgallatin1999-07-291-1/+1
* On an AS 600 5/266 (and possibly others), accessing the configurationgallatin1999-07-291-3/+26
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-298-64/+51
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-282-11/+31
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-252-2/+4
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-5/+5
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Make mountroot work again (change makedev to makebdev).dfr1999-07-211-3/+4
* Fix the following problem:alc1999-07-211-4/+14
* Centralize dumpdev handling.phk1999-07-171-57/+1
* Implementation of TCXONC.marcel1999-07-171-2/+6
* Handle R_ALPHA_NONE relocations in KLD.dfr1999-07-161-1/+4
* * Restore register correctly.simokawa1999-07-162-7/+27
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-1/+4
* Add wb0 to GENERIC now that it actually does work on alpha. (Forgot thiswpaul1999-07-112-2/+4
* Add in dbregs stubs that a committer for changes on the i386 ought to have done.mjacob1999-07-092-2/+28
* Implement VT_RELDISP ioctlmarcel1999-07-081-1/+2
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-2/+2
* Rename bpfilter to bpf.des1999-07-062-8/+8
* Implement SA_SIGINFO support for the Alpha. This is obviously a littlepeter1999-07-062-56/+43
* Rename struct members sa_siginfo. POSIX reserves identifiers startingcracauer1999-07-061-5/+5
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-051-7/+1
* Take the Winbond driver out of GENERIC for the alpha. It'll comewpaul1999-07-052-4/+2
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Improve compatibility with other systems by changing the defaultimp1999-07-031-1/+10
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-032-43/+39
* Bump maxusers to 32 to match the i386.msmith1999-07-032-6/+6
* Fix last delta which reinitialized nextpaddr to zero each time through themjacob1999-07-021-7/+10
* Replicate changes to i386 to do tags. I doesn't work yet 'coz ctags dumpsmjacob1999-07-021-2/+5
* Unused variable.peter1999-07-011-2/+1
* Pull some prototypes into scopepeter1999-07-012-1/+3
* Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()peter1999-07-011-1/+6
* Declare busdma_swi() like on i386 version.peter1999-07-011-1/+2
* Avoid warning on nextpaddr, just like on the x86.peter1999-07-011-2/+2
* Get prototype for isa_init_intr().peter1999-07-011-1/+2
* Fix a warning, and pull prototypes into scope for ide/isa interrupt setup.peter1999-07-011-2/+3
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+3
* Dequote like on the i386 configs. Also remove some references to oldpeter1999-06-292-44/+38
* Add some extra alpha_pal_imb()'s in overkill mode. This makes this PC164SXpeter1999-06-281-6/+12
* Revert back to not using -DKERNEL - it exposes inlines etc.peter1999-06-282-99/+6
* Revert back to not using -DKERNELpeter1999-06-281-1/+3
* Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h'speter1999-06-281-2/+2
* Make <sys/buf.h>'s inlines happier.peter1999-06-271-3/+3
* Make genassym compile - the recent buf locking changes meant that morepeter1999-06-262-12/+5
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* The second phase of syscons reorganization.yokota1999-06-225-663/+52
* Add device rl0 to GENERIC. Also add al0 (ADMtek PCI ethernet) which Iwpaul1999-06-192-2/+6
* Adjust mcclock lines to avoid config(8) warning.dfr1999-06-191-4/+4
OpenPOWER on IntegriCloud