summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert signalling NaNs to quiet NaNs as specified by the Alpha Architecturedfr1999-06-191-5/+11
* Make syscall tracing work: include "opt_ktrace.h" and make it compile.dt1999-06-161-2/+8
* Kill option FAILSAFE.des1999-06-153-6/+3
* Add the System V message queue and semaphore options for better 3rd partyjb1999-06-142-6/+10
* Fix typo confusing `fa' and 'fb' registers.simokawa1999-06-141-4/+4
* 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
OpenPOWER on IntegriCloud