History log of /openbsd-src/sys/dev/isa/ast.c (Results 1 – 20 of 20)
Revision Date Author Comments
# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 14124d57 07-Mar-2021 jsg <jsg@openbsd.org>

ansi


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

First round of __P removal in sys


# a7e78db1 07-Jul-1997 niklas <niklas@openbsd.org>

Removed the unused arg of comprobe1


# fc647f91 03-Dec-1996 deraadt <deraadt@openbsd.org>

comreg/var moved, niklas


# b9a85264 29-Nov-1996 niklas <niklas@openbsd.org>

Missing pieces of new bus.h that CVS lost behind my back


# 833613b2 23-Nov-1996 kstailey <kstailey@openbsd.org>

added const to second parameter of cfprint_t routines


# d51e57cb 12-Nov-1996 niklas <niklas@openbsd.org>

s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
possibly taken in small steps


# 34b5e5fd 02-Jun-1996 niklas <niklas@openbsd.org>

removed an unused variable


# f1a5e2be 26-May-1996 deraadt <deraadt@openbsd.org>

sync 0521


# 7a1e2957 10-May-1996 deraadt <deraadt@openbsd.org>

proto updates


# 950395c0 27-Apr-1996 niklas <niklas@openbsd.org>

Fix typos (some s/bc/sc->sc_bc/ ops)


# d724e01a 21-Apr-1996 deraadt <deraadt@openbsd.org>

partial sync with netbsd 960418, more to come


# 8bd19141 18-Apr-1996 niklas <niklas@openbsd.org>

NetBSD 960317 merge


# 84412db7 20-Mar-1996 mickey <mickey@openbsd.org>

Fix back wrong patches.


# f2d5a2e3 19-Mar-1996 mickey <mickey@openbsd.org>

Merging w/ NetBSD 021796.
speaker upgraded to the current.
some changes to the VM stuff (ie kern_thread.c added and so).


# 71bd8889 08-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: merge of 960217


# a90518f7 20-Feb-1996 tholo <tholo@openbsd.org>

Pass device name to interrupt establish routines so it can be recorded in
the device interrupt chain structures (isa, pci)

Move interrupt chain structure definition to <machine/psl.h> so vmstat can

Pass device name to interrupt establish routines so it can be recorded in
the device interrupt chain structures (isa, pci)

Move interrupt chain structure definition to <machine/psl.h> so vmstat can
get at it (i386)

Remove hack to count interrupts the old way (i386)

show more ...


# eecb46f8 27-Dec-1995 deraadt <deraadt@openbsd.org>

from netbsd:
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.


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

initial import of NetBSD tree