Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-08 | make sure we are not allowing user to fault outside user address space and ↵ | Michael Shalayeff | |
always print smth before dead_end | |||
2003-01-08 | better osiop at gsc attachment and kill dead siop from files.hppa | Michael Shalayeff | |
2003-01-08 | this one is old and must die now | Michael Shalayeff | |
2003-01-08 | Merry Christmas Mickey! | Kenneth R Westerback | |
First cut at osiop driver (LSI Logic/Symbios/NCR 53C710). For hppa only at the moment. Functional for the most part, but there are known problems: 1) SCSI_CHECK/REQUEST_SENSE not handled at all - simply returns a zero'ed scsi_sense_data buffer. As a result all osiop sc_link's are created with the ADEV_NODOORLOCK quirk to suppress PREVENT_ALLOW commands from being issued (and failing) during probe. 2) Sync negotiation (wide is not supported on this chip) needs to be validated due to some ominous comments in the source about being valid only for the 33Mhz Zeus board. 3) Probe message needs fixing/completion to issue useful info. See 2). 4) Timeout/hangs occur under heavy load, e.g. make builds. From NetBSD. ok mickey@ | |||
2003-01-08 | do not match on via866 smbus controller; reported and tested by grange@ | Michael Shalayeff | |
2003-01-07 | Remove duplicate SRX definition. | Miod Vallat | |
2003-01-07 | kill some debugging kdb_traps | Michael Shalayeff | |
2003-01-06 | Document MBR offset (used by NT4 at least). | Tobias Weingartner | |
OK deraadt@, millert@, and others. | |||
2003-01-05 | cd /usr/src/etc/../sys/arch/macppc/conf && config GENERIC | Theo de Raadt | |
config: bktr's cannot be *'d until its driver is fixed | |||
2003-01-05 | bktr works, drahn@ ok | Michael Shalayeff | |
2003-01-05 | splassert on m68k-based arches. Not totally accurate on hp300 at the moment, | Miod Vallat | |
still. | |||
2003-01-04 | On MVME187, detect the on-board memory size by probing the memory controllers | Miod Vallat | |
like on mvme68k, rather than attempting to find the first off-board memory location. | |||
2003-01-04 | Remove COMPAT_NOMID. It was deprecated since a long time, the man page wass | Miod Vallat | |
misleading, and it was never used anyways. | |||
2003-01-04 | memsize() serves no purpose anymore | Miod Vallat | |
2003-01-04 | When detecting the memory size on 167 and 177, probe both memory controllers | Miod Vallat | |
instead than only the first one. From NetBSD | |||
2003-01-04 | Fix a few pcctwo attachment addresses | Miod Vallat | |
2003-01-04 | reset cold at the end of cpu_configure(), add a comment when fooling w/ itmr | Michael Shalayeff | |
2003-01-04 | Don't define splassert goo if _LOCORE | Miod Vallat | |
2003-01-04 | Correctly invoke pmap_enter() [fix last argument] | Miod Vallat | |
2003-01-04 | A va_copy macro without drugs inside. Shupid miod. | Miod Vallat | |
2003-01-03 | splassert support for m88k | Miod Vallat | |
2003-01-03 | Provide a simple va_copy() implementation. | Miod Vallat | |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat | |
can link against libc without unresolved symbols again. Anyone who correctly guessed that my m88k hard drive has been recovered, wins a strawberry lollipop. | |||
2003-01-01 | Fill cpu_model, so that sysctl hw.model produces something interesting. | Miod Vallat | |
2003-01-01 | rip off a vmapbuf() from sparc, fix a bug in the vunmapbuf | Michael Shalayeff | |
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat | |
well as the few userland tools which were only used on these platforms. | |||
2002-12-31 | + NFSCLIENT | Theo de Raadt | |
2002-12-29 | fix buf allocation; partoff may be a NULL too | Michael Shalayeff | |
2002-12-27 | Use model control capability to distinguish 8 from 16 line models, | Hugh Graham | |
and don't ttymalloc lines we don't have. CXA16 in DHV-11 mode is probably still not correct. | |||
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat | |
set from <sys.mk> | |||
2002-12-25 | Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase. | Miod Vallat | |
2002-12-25 | Get prototypes from *dev_decl() macros rather than running our own. | Miod Vallat | |
2002-12-25 | Do not force DEBUG to be defined here. hp300 is already slow enough. | Miod Vallat | |
2002-12-25 | Initialize color palette from rasops settings (from sparc) rather than | Miod Vallat | |
from incorrect values, and restore it after X11 use (from macppc). | |||
2002-12-24 | Received a christmas card from Diego and Wim -- thanks! | Hugh Graham | |
It works even, so enable the dhu. | |||
2002-12-23 | regen | Michael Shalayeff | |
2002-12-23 | a few more machines and devs | Michael Shalayeff | |
2002-12-22 | better handling of bigendian batteries; problem noticed by blovett@bsdguru.com | Michael Shalayeff | |
2002-12-22 | Do not attempt to select keyboard layout until it has been determined from | Miod Vallat | |
the keyboard (oops). This also fixes a bad interaction with wskbd_cnattach that would hose the underlying sabtty device. | |||
2002-12-20 | dino is ataken | Michael Shalayeff | |
2002-12-20 | do not compile what we already get from libkern (size does not matter) | Michael Shalayeff | |
2002-12-20 | those are gone now | Michael Shalayeff | |
2002-12-20 | no need for these to sit in their own dirs, there not gonna be any sources ↵ | Michael Shalayeff | |
there anyway, all code is in the particular bus adapter's source | |||
2002-12-19 | make sure we are hitting user stack and not smth else here, make init show ↵ | Michael Shalayeff | |
normal vsz in ps now | |||
2002-12-19 | arc4random seems better now | Michael Shalayeff | |
2002-12-19 | setregs: put the whole frame setup into one place | Michael Shalayeff | |
2002-12-19 | level 0x16 is really an l2 | Michael Shalayeff | |
2002-12-19 | knf, remove register, space trim | Michael Shalayeff | |
2002-12-19 | do not plan for DISKLESS; cross out CRTBEGIN and CRTEND | Michael Shalayeff | |
2002-12-19 | update | Michael Shalayeff | |