summaryrefslogtreecommitdiffstats
path: root/sys/arch/amiga/dev (follow)
Commit message (Collapse)AuthorAgeFilesLines
* amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asmiod2002-12-31130-62277/+0
| | | | well as the few userland tools which were only used on these platforms.
* handeled -> handled; reported by someone on the list, but i no longerfgsch2002-12-141-5/+5
| | | | have the mail.
* From Andrushock, s/sucess/success/gmillert2002-12-092-5/+5
|
* Eliminate the use of KERN_SUCCESS outside of uvm/art2002-11-061-3/+3
| | | | | | | | Also uvm_map returns KERN_* codes that are directly mapped to errnos, so we can return them instead of doing some attempt to translation. drahn@ "I see no problem" pval@ "makes sense"
* Do correct bounds checking in get/set/put cmap routines. A few ofmillert2002-08-027-20/+23
| | | | | these check were already OK but have been modified for consistency. Problem found by Silvio Cesare.
* 'sez' is not an english word; ok deraadt@jsyn2002-07-101-2/+2
|
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-061-17/+1
|
* Oops, <machine/cons.h> does not exist in the current tree yet.miod2002-06-191-2/+1
| | | | Sorry niklas.
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
|
* Include <sys/conf.h> from <machine/conf.h> like in other arches. Changesmiod2002-06-1121-44/+31
| | | | to come soon depend on this.
* splbio around biodoneart2002-06-051-1/+3
|
* spell transceiver correctlyderaadt2002-06-031-3/+3
|
* withough -> withoutderaadt2002-06-021-1/+1
|
* wierd -> weirdpvalchev2002-04-292-4/+4
|
* Cosmetic changes only, primarily making comments line up nicely after themillert2002-03-151-5/+5
| | | | __P removal.
* Final __P removal plus some cosmetic fixupsmillert2002-03-145-14/+12
|
* First round of __P removal in sysmillert2002-03-1484-959/+956
|
* Don't cast nonexistent return value from splx to (void). ok art@nordin2002-02-153-6/+6
|
* Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ oknordin2002-01-302-12/+2
|
* Don't provide a duplicate addupc_task() routine.miod2002-01-241-3/+3
|
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-3/+3
| | | | | | | | | machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience.
* Make it possible for mmutype to contain MMU_68060 if the hardware ismiod2001-11-305-11/+11
| | | | | actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways.
* Sync in more uvm changes from NetBSD.art2001-11-281-3/+3
| | | | | This time we're getting rid of KERN_* and VM_PAGER_* error codes and use errnos instead.
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-064-8/+8
| | | | (Look ma, I might have broken the tree)
* redundant includes.art2001-11-066-24/+11
|
* Kill vm/vm_param.h, move it to uvm/uvm_param.hart2001-11-061-2/+2
|
* typo.art2001-11-051-2/+2
|
* Change d_mmap in struct cdevsw from:art2001-11-012-6/+8
| | | | | | | | int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets.
* merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okmickey2001-09-191-2/+2
|
* old timeout removal, code by art@. (ok by miod)jj2001-09-131-6/+11
|
* signed -> unsigned. From NetBSD via Todd Miller.jj2001-09-132-5/+5
|
* Don't include <vm/vm_kern.h> if you don't need foo_map.miod2001-09-116-12/+6
|
* Convert to new timeouts; ite tested by jj@miod2001-08-205-22/+45
|
* redundant includes.art2001-08-111-3/+1
|
* Remove defines that are now defined elsewhere.jj2001-06-291-3/+3
|
* recieve -> receivenate2001-06-272-6/+6
|
* No more old VM on amiga.art2001-06-271-31/+1
|
* comment typo. from jsyn@nthought.comniklas2001-06-201-2/+2
|
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-5/+1
|
* unifyderaadt2001-05-111-76/+0
|
* Remove the (vaddr_t) casts inside the round_page and trunc_page macros.art2001-05-051-2/+2
| | | | | | We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts.
* Get rid of CLSIZE and all related stuff.art2001-05-051-3/+3
| | | | | | | | | CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
* Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.aaron2001-03-121-9/+3
| | | | | The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-204-20/+4
|
* Zap some unnecessary defines.art2001-02-191-7/+1
|
* zap old timeoutespie2001-02-161-6/+10
|
* XXX two horrible abuses of spl.art2001-02-072-2/+5
|
* spellingtodd2001-01-252-6/+6
|
* People have difficulty spelling 'initial' and derivatives thereof (too manyaaron2000-12-211-3/+3
| | | | "i's" I guess).
* ITE_INGRF checks needed, from NetBSD.espie2000-12-151-2/+11
| | | | Reported by Lars Hecking.