Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-12-17 | add a missing \n | Theo de Raadt | |
1995-12-17 | match correctly on pfour | Theo de Raadt | |
1995-12-15 | new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supply | Theo de Raadt | |
base plus an offset new dvma routines | |||
1995-12-15 | settable ring buffer sizes from pk | Theo de Raadt | |
1995-12-15 | MI le driver | Theo de Raadt | |
1995-12-15 | simplify vm inclusions | Theo de Raadt | |
1995-12-15 | from gwr, changes in sun3 port | Theo de Raadt | |
1995-12-15 | from netbsd: | Theo de Raadt | |
Prevent possible race condition in ctx_alloc(). Remove some bogus casts Make pmap_prefer() also return a preferred virtual address when there's no associated physical page | |||
1995-12-15 | delete archaic chuck of code relating to dumpdev | Theo de Raadt | |
1995-12-15 | change u_long to u_int32_t to match rcons | Theo de Raadt | |
1995-12-15 | from netbsd; enable interrupts | Theo de Raadt | |
1995-12-14 | __FORK_BRAINDAMAGE | Theo de Raadt | |
1995-12-05 | working .cvsignore files | Theo de Raadt | |
1995-12-05 | this is useful in compile directories | Theo de Raadt | |
1995-12-03 | Restore condition codes if we pull the special_fp_store | davem | |
trick before returning from the trap. | |||
1995-11-22 | change ZLRB_RING_SIZE to 4096 | Theo de Raadt | |
1995-11-21 | fix copyrights | Theo de Raadt | |
1995-11-21 | silly theo forgot to assert copyright on his optimized version | Theo de Raadt | |
1995-11-20 | add # declaration for vme cgnine card | Theo de Raadt | |
1995-11-19 | rcons does NOT work on p4 bwtwo/cgtwo, probably because of alignment problems? | Theo de Raadt | |
1995-11-18 | remove a bunch of stupid 4/100 and bustype checks | Theo de Raadt | |
1995-11-18 | 4/100: let the scsi controller number be N. if N=0, we are on swN, else | Theo de Raadt | |
we are on siN-1 | |||
1995-11-17 | add si1 | Theo de Raadt | |
1995-11-14 | morons tend to commit before compiling | Theo de Raadt | |
1995-11-14 | show "fdeject" as a valid root filesystem choice | Theo de Raadt | |
1995-11-14 | clear pv_synchook if we halt; thus prom "sync" command will not do the wrong ↵ | Theo de Raadt | |
thing | |||
1995-11-14 | use promvec->pv_enaddr on v2 proms also | Theo de Raadt | |
1995-11-13 | varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵ | Theo de Raadt | |
pr#1695 | |||
1995-11-13 | do not use -fno-builtin for kernels; the reasons why are manifold | Theo de Raadt | |
1995-11-13 | correct some copyrights | Theo de Raadt | |
1995-11-13 | allow ufs or ffs | Theo de Raadt | |
1995-11-10 | fix DVMA problem on sun4 systems with writeback cache. you need | chuck | |
to flush the cache after map in so that the info gets written into main memory. you really only need to do this when writing data (e.g. disk write), but there is currently no way to tell if you are writing so we do it for all cases (XXX this is stupid, fix later). This causes 4/200's to be able to write disk files on SMD disks without data corruption. | |||
1995-11-09 | correct sun4 calls to fb_attach() | Theo de Raadt | |
1995-11-09 | don't panic for multiple /dev/fb declarers | Theo de Raadt | |
1995-11-09 | $NetBSD$ -> $Id$ | Theo de Raadt | |
1995-11-07 | optimized in_cksum from Zubin Dittia <zubin@dworkin.wustl.edu> | chuck | |
Zubin says: The checksum computation code here is significantly faster than its vanilla C counterpart (by significantly, I mean 2-3 times faster if the data is in cache, and 1.5-2 times faster if the data is not in cache). We optimize on three fronts: 1. By using the add-with-carry (addxcc) instruction, we can use 32-bit operations instead of 16-bit operations. 2. By unrolling the main loop to reduce branch overheads. 3. By doing a sequence of load,load,add,add,load,load,add,add, we can avoid the extra stall cycle which is incurred if the instruction immediately following a load tries to use the target register of the load. Another possible optimization is to replace a pair of 32-bit loads with a single 64-bit load (ldd) instruction, but I found that although this improves performance somewhat on Sun4c machines, it actually reduces performance considerably on Sun4m machines (because of their superscaler architecture). So I chose to leave it out. | |||
1995-11-07 | fix type-o by pk. a sun4 cpumodel looks like "SUN-4" rather than | chuck | |
"SUN/4" ... sun4's definitely do *not* want the a.out header installed. | |||
1995-11-06 | avoid bus_tmp() because mapiodev() may reuse that mapping, which would be a ↵ | Theo de Raadt | |
catastrophe | |||
1995-11-03 | can map pixels in VME32 space | Theo de Raadt | |
1995-11-03 | no obio/vme on sun4c | Theo de Raadt | |
1995-10-28 | move espreadregs() closer to where it is used | Theo de Raadt | |
1995-10-28 | RCONSOLE -> RASTERCONSOLE | Theo de Raadt | |
1995-10-27 | ufs -> ffs | Theo de Raadt | |
1995-10-27 | NetBSD -> OpenBSD | Theo de Raadt | |
1995-10-27 | handle fdeject on root line, not swap line... | Theo de Raadt | |
1995-10-27 | move msgbufmapped out of #ifdef SUN4 | Theo de Raadt | |
1995-10-27 | build stand automatically | Theo de Raadt | |
1995-10-25 | need <sys/types.h> | Theo de Raadt | |
1995-10-25 | wrap function protos in __P() | Theo de Raadt | |
1995-10-25 | Added V3 SMP function pointers to romvec. | davem | |