History log of /openbsd/sys/arch/sparc64/include/conf.h (Results 1 – 25 of 28)
Revision Date Author Comments
# e78c98cb 29-Mar-2024 miod <miod@openbsd.org>

Remove dead defines, prototypes and data, and duplicate or misleading comments.

ok claudio@ kettenis@


# 2ad04261 28-Jun-2022 visa <visa@openbsd.org>

Remove unused field d_poll from struct cdevsw.

OK miod@ mpi@


# b37ca7ac 23-May-2020 mpi <mpi@openbsd.org>

Implement kqueue(2) support.

inputs & ok kettenis@


# 9a30e474 13-May-2020 mpi <mpi@openbsd.org>

Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.

This ensure spec_kqfilter() won't return an error when spec_poll()
returns success for a given device.

ok visa@


# 46169cb9 08-Dec-2012 kettenis <kettenis@openbsd.org>

Make ldomd(8) to control the availability of virtual disks to guest domains.
This is done by opening the corresponding /dev/vdspN device file. The virtual
disk will remain available until that devic

Make ldomd(8) to control the availability of virtual disks to guest domains.
This is done by opening the corresponding /dev/vdspN device file. The virtual
disk will remain available until that device is closed, which happens
automatically when ldomd(8) exits.

show more ...


# 1e3aa971 17-Oct-2012 kettenis <kettenis@openbsd.org>

Rename hvctl(4) into vldcp(4) since this driver now handles other services
as well.


# eed369f3 17-Mar-2012 kettenis <kettenis@openbsd.org>

Add hvctl(4).


# 8e5edee9 21-Jul-2010 deraadt <deraadt@openbsd.org>

Fix more cdev initializations which were using enodev for poll; ok kettenis


# 40a4ff6f 10-May-2009 kettenis <kettenis@openbsd.org>

Add vcctty(4).


# 2015be1a 12-Apr-2009 kettenis <kettenis@openbsd.org>

Implement /dev/mdesc, a device to read the machine description on sun4v
(virtual) machines.


# 37344b84 07-Jul-2008 kettenis <kettenis@openbsd.org>

Extend sbbc(4) to provide a console driver for the v1280.


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# 91d80908 09-Mar-2008 kettenis <kettenis@openbsd.org>

Add vcons(4).


# 8260c660 28-Feb-2007 miod <miod@openbsd.org>

SBus parallel port driver, from NetBSD but untested (no printer or cables);
this should hopefully stop people from asking me about it (-:


# 154dfaaa 23-Sep-2003 millert <millert@openbsd.org>

Replace select backends with poll backends. selscan() and pollscan()
now call the poll backend. With this change we implement greater
poll(2) functionality instead of emulating it via the select ba

Replace select backends with poll backends. selscan() and pollscan()
now call the poll backend. With this change we implement greater
poll(2) functionality instead of emulating it via the select backend.
Adapted from NetBSD and including some changes from FreeBSD.
Tested by many, deraadt@ OK

show more ...


# 93afa87d 10-Jul-2002 mickey <mickey@openbsd.org>

proper cdev_decl(crypto) and no private protos


# 0a78fa0f 10-Jul-2002 mickey <mickey@openbsd.org>

proper cdev_decl(ksyms), fix ksyms's broken functions


# a9c245be 24-Jun-2002 mickey <mickey@openbsd.org>

move cdev_decl() for usb devices into one place.
usage of cdev_decl() in the driver code is more tricky since i have
kqueue mods here and there and will fix that on that way through.


# c79026df 30-Jan-2002 jason <jason@openbsd.org>

Driver for getting at performance counters. These manifest them
selves as "sc at sbus" and a couple of registers on psycho (sabre
doesn't appear to have these registers).


# a8cebae3 13-Jan-2002 jason <jason@openbsd.org>

Port of my spif driver to sparc64 (untested)


# 83ac0456 12-Jan-2002 jason <jason@openbsd.org>

Port of Iain Hibbert's magma driver to sparc64


# 1b25518f 04-Jan-2002 jason <jason@openbsd.org>

oops, move cdev_decls to conf.h


# 5d7e57d4 11-Dec-2001 miod <miod@openbsd.org>

Remove declarations that already exist in <sys/conf.h>


# 0c21e0ed 15-Nov-2001 jason <jason@openbsd.org>

cdev glue for crypto(9) [Not known to work, but will as soon as interrupt
issues are ironed out]


# e3ff4103 28-Oct-2001 jason <jason@openbsd.org>

duh, don't forget cdev entries for char device sabtty (It's been a rough week)


12