Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-11-19 | from netbsd; Switch to ncr_si (will just do PIO for now) and cleanup | Theo de Raadt | |
1995-11-19 | from netbsd: | Theo de Raadt | |
Latest, greatest version of the new NCR driver. DMA works! Interrupts work! Disconnect/reselect works! To be paranoid, leave that all disabled for now... | |||
1995-11-19 | from netbsd; Add copyright | Theo de Raadt | |
1995-11-19 | from netbsd; get size of softc right | Theo de Raadt | |
1995-11-19 | from netbsd; Fix transposed copyin() args, from Niklas Hallqvist ↵ | Theo de Raadt | |
<niklas@appli.se>. | |||
1995-11-19 | from netbsd; Oops, this also belongs to the ser02 selection | Theo de Raadt | |
1995-11-19 | if you read with a smaller buffer than the block on the tape, b_resid and ↵ | Theo de Raadt | |
b_count would be incorrect; from jtk@kolvir.arlington.ma.us; netbsd pr#1597 | |||
1995-11-19 | in clcninit: we need to use IIOV to convert the physical address of | chuck | |
the console to a virtual address. otherwise we can not print anything because our register pointer is wrong (this is on the 167). | |||
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 | kernel is called bsd | Theo de Raadt | |
1995-11-17 | deal with new rarp_getipaddress() semantics | Theo de Raadt | |
1995-11-17 | incorrect comment character in header | Theo de Raadt | |
1995-11-17 | incorrect comment character in header | Theo de Raadt | |
1995-11-17 | add a neat hack for write, but it still does not work | Theo de Raadt | |
1995-11-17 | add si1 | Theo de Raadt | |
1995-11-16 | Add COMPAT_10; from netbsd | Theo de Raadt | |
1995-11-16 | Make sure ser02 will be connected to the 8530 when being opened; from netbsd | Theo de Raadt | |
1995-11-16 | crank ring buffer size to 4k | 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 | do not forward garbled SIMPLEX-generated packets to bpf; from ↵ | Theo de Raadt | |
Jean-Luc.Richier@imag.fr; netbsd pr#1693 | |||
1995-11-13 | from netbsd | 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 | make 24f work; from gillhaa@ghost.whirlpool.com; netbsd pr#1717 | Theo de Raadt | |
1995-11-13 | do not use -fno-builtin for kernels; the reasons why are manifold | Theo de Raadt | |
1995-11-13 | bzero adosfsmount so that mountd delete does not crash machine; from ↵ | Theo de Raadt | |
osymh@gemini.oscs.montana.edu; netbsd pr#1720 | |||
1995-11-13 | wrap isaphysmem in NISADMA; from andrew@wipux2.wifo.uni-mannheim.de; netbsd ↵ | Theo de Raadt | |
pr#1735 | |||
1995-11-13 | from netbsd: | Theo de Raadt | |
Prevent endless loop (-> kernel crash) when a signal is sent to a process waiting for a vt to become active. Move one ifdef XSERVER to the right place. | |||
1995-11-13 | can have multiple cg2 | Theo de Raadt | |
1995-11-13 | accept ufs or ffs | Theo de Raadt | |
1995-11-13 | from netbsd | Theo de Raadt | |
1995-11-13 | from netbsd:Need to define KERNTEXTOFF for kvm_mkdb | Theo de Raadt | |
1995-11-13 | ufs ==> ffs | Theo de Raadt | |
1995-11-13 | indenting error thing that is making my diffs look confusing | Theo de Raadt | |
1995-11-13 | require UNION | Theo de Raadt | |
1995-11-13 | SETUIDSCRIPTS are always on | Theo de Raadt | |
1995-11-13 | enable SETUIDSCRIPTS, because they are secure | Theo de Raadt | |
1995-11-13 | update to netbsd | Theo de Raadt | |
1995-11-13 | correct some copyrights | Theo de Raadt | |
1995-11-13 | allow ufs or ffs | Theo de Raadt | |
1995-11-13 | comment a bit better | 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-09 | no install | Theo de Raadt | |