History log of /openbsd-current/sys/arch/alpha/alpha/dec_550.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.14 08-May-2014 miod

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


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.13 23-Nov-2010 shadchin

removed slot argument of function pckbc_cnattach
because it is always PCKBC_KBD_SLOT

ok krw@, miod@


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.12 26-Oct-2009 deraadt

Do not do strncmp comparisons on dv_xname because longer device names which
look similar could arrive in the future. Instead, compare directly against
dv_cfdata->cf_driver->cd_name
Issue originally spotted by miod


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.11 16-Jul-2008 miod

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@


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.10 28-Nov-2006 dlg

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@


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.9 09-May-2005 martin

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@


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE SMP_SYNC_A SMP_SYNC_B UBC_SYNC_A UBC_SYNC_B
# 1.8 25-Jun-2002 miod

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


Revision tags: OPENBSD_3_1_BASE
# 1.7 14-Mar-2002 millert

First round of __P removal in sys


Revision tags: UBC_BASE
# 1.6 14-Dec-2001 nate

branches: 1.6.2;
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


Revision tags: OPENBSD_3_0_BASE
# 1.5 29-Sep-2001 millert

Enable pckbd support and use symbolic #defines for ctb_term_type
instead of hard-coding values. art@ OK


Revision tags: OPENBSD_2_9_BASE
# 1.4 16-Nov-2000 ericj

branches: 1.4.2;

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


# 1.3 08-Nov-2000 art

no need to extern booted_device everywhere.


# 1.2 08-Nov-2000 ericj

add tags


# 1.1 08-Nov-2000 art

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.