History log of /openbsd/sys/dev/pci/trm_pci.c (Results 1 – 12 of 12)
Revision Date Author Comments
# a454aff3 16-Apr-2022 naddy <naddy@openbsd.org>

constify SCSI adapter entry points

ok krw@


# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# e5eae15d 20-Jul-2020 krw <krw@openbsd.org>

Move remaining scsi bus initialization info from "prototype scsi link"
fields to struct scsibus_attach_args. Nuke the struct scsi_link *
(saa_sc_link) in scaibus_attach_args.

Explicitly initialize e

Move remaining scsi bus initialization info from "prototype scsi link"
fields to struct scsibus_attach_args. Nuke the struct scsi_link *
(saa_sc_link) in scaibus_attach_args.

Explicitly initialize each field in scsibus_attach_args variables.

show more ...


# ead808c4 19-Jul-2020 krw <krw@openbsd.org>

Move the adapter related items (luns, adapter, adapter_target,
adapter_buswidth, adapter_softc) from struct scsi_link to struct
scsibus_attach_args.

Additional compile tests by jmatthew@ (sparc64) a

Move the adapter related items (luns, adapter, adapter_target,
adapter_buswidth, adapter_softc) from struct scsi_link to struct
scsibus_attach_args.

Additional compile tests by jmatthew@ (sparc64) and aoyam@ (luna88k).

show more ...


# e803e20a 11-Jul-2020 krw <krw@openbsd.org>

Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug
statement. All to make upcoming diff(s) smaller and easier to read.


# cf229201 02-Jul-2020 krw <krw@openbsd.org>

Shuffle things around so that sc->sc_link initialization is
done just before config_found(), as all other drivers do.


# 382c0517 27-Jun-2020 krw <krw@openbsd.org>

Nuke trailing whitespace.


# a7997e14 27-Jun-2020 krw <krw@openbsd.org>

No need to bzero()/memset() 'struct scsibus_attach_args' variables
immediately before initializing the only field in the struct.


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

give scsi controllers a real attach args to fill in when attaching scsibus.

ok miod@ marco@ deraadt@


# a00b420e 21-Jan-2006 miod <miod@openbsd.org>

Remove zeroref here too; spotted by naddy@


# 798bf0b9 09-Aug-2005 mickey <mickey@openbsd.org>

do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok


# da3863c9 18-Feb-2002 krw <krw@openbsd.org>

Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).

Thanks to Tekram for donating a couple of cards and a NetBSD driver by
Erich Chen of Tekram. Thanks to Martin Akesson for a first p

Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).

Thanks to Tekram for donating a couple of cards and a NetBSD driver by
Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the
NetBSD driver to OpenBSD and thanks to Ashley Martens for the major
cleanup to make it presentable and style(9)ish.

Only tested on i386 at this time.

show more ...