History log of /openbsd/sys/arch/alpha/alpha/dec_2100_a50.c (Results 1 – 22 of 22)
Revision Date Author Comments
# e86d96d5 08-May-2014 miod <miod@openbsd.org>

Format string fixes for alpha kernels, and remove -Wno-format


# da2786a4 23-Nov-2010 shadchin <shadchin@openbsd.org>

removed slot argument of function pckbc_cnattach
because it is always PCKBC_KBD_SLOT

ok krw@, miod@


# b07c838b 24-Jul-2008 miod <miod@openbsd.org>

Add code to decode machine checks on Avanti, providing a description of the
problem and lots of register dumps to help the skilled user to fix the hardware.
Not compiled if option SMALL_KERNEL.

From

Add code to decode machine checks on Avanti, providing a description of the
problem and lots of register dumps to help the skilled user to fix the hardware.
Not compiled if option SMALL_KERNEL.

From NetBSD.

show more ...


# aa6164b3 16-Jul-2008 miod <miod@openbsd.org>

Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.
For now, only one such flag is defined, PCKBC_CANT_TRANSLATE. It hints
pckbc that the device does not behave correctly to th

Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.
For now, only one such flag is defined, PCKBC_CANT_TRANSLATE. It hints
pckbc that the device does not behave correctly to the ``set translation''
commands.

Set this flag if we are running on a Tadpole Ultrabook machine, which needs it.
This makes the built-in keyboard work correctly on this laptop (with the
help of the software translation pckbd diff).

tested & ok kettenis@

show more ...


# a0837789 28-Nov-2006 dlg <dlg@openbsd.org>

rename scsibus_attach_args to scsi_attach_args. this can help avoid
confusing when trying to attach scsibus to a hba, since it is really meant
for attaching scsi devices to scsibus.

ok deraadt@ marc

rename scsibus_attach_args to scsi_attach_args. this can help avoid
confusing when trying to attach scsibus to a hba, since it is really meant
for attaching scsi devices to scsibus.

ok deraadt@ marco@

show more ...


# d3417849 09-May-2005 martin <martin@openbsd.org>

fixes and updates for root device detection from NetBSD:

- remove unneeded checks and variables
- use strncasecmp() to check b->protocol because the case is dependant on the
firmware revision
- ch

fixes and updates for root device detection from NetBSD:

- remove unneeded checks and variables
- use strncasecmp() to check b->protocol because the case is dependant on the
firmware revision
- check logical unit numbers
- consistently check PCI function numbers
- on the 6600 models check which PCI hierarchy is looked at
- makes root device detection on DS20 (6600) work

testing by claudio, xsa and miod; ok miod@

show more ...


# be10522b 25-Jun-2002 miod <miod@openbsd.org>

No \n at the end of a panic() message... I thought all occurences had been
squashed already.


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 70048494 14-Dec-2001 nate <nate@openbsd.org>

Don't use a single static struct alpha_bus_space since there are machines
that can have more than one system bus attached to mainbus


# 6d6b742b 13-Dec-2001 nate <nate@openbsd.org>

Get rid of magic numbers


# 49eef247 16-Nov-2000 ericj <ericj@openbsd.org>

allow the console to attach on the rest of the alpha's we support.


# d9b3553a 08-Nov-2000 art <art@openbsd.org>

no need to extern booted_device everywhere.


# ff0a2952 08-Nov-2000 ericj <ericj@openbsd.org>

add tags


# aed035ab 08-Nov-2000 art <art@openbsd.org>

Merge in big portions of the improvements NetBSD did to their alpha port.
Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware
support, possiblity for ELF, etc, etc. Too much

Merge in big portions of the improvements NetBSD did to their alpha port.
Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware
support, possiblity for ELF, etc, etc. Too much to mention.

This is still work in progress. video consoles might be broken, otherwise
we have basically the same functionality as before plus more.

show more ...


# 30ada397 11-Jan-1999 millert <millert@openbsd.org>

panic prints a newline for you, don't do it in the panic string


# 3a630e3f 24-Jan-1997 niklas <niklas@openbsd.org>

Sync with NetBSD 961207


# e464495e 08-Dec-1996 niklas <niklas@openbsd.org>

Merge to NetBSD 961107, i.e. mostly new bus.h


# 50ce9ee0 30-Oct-1996 niklas <niklas@openbsd.org>

Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
-Wall -Wstrict-prototypes -Wmissing-prototypes too.


# d335780c 29-Jul-1996 niklas <niklas@openbsd.org>

Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention


# 417eba8c 18-Jun-1996 deraadt <deraadt@openbsd.org>

sync to 0616, retaining local diffs


# 34fbf6de 14-Dec-1995 deraadt <deraadt@openbsd.org>

update to netbsd


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree