History log of /openbsd/sys/dev/isa/isapnpres.c (Results 1 – 9 of 9)
Revision Date Author Comments
# aa3cabd0 12-Jul-2014 tedu <tedu@openbsd.org>

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


# ab2e8934 15-Nov-2013 brad <brad@openbsd.org>

ansify some function definitions.
no functional change.

ok sthen@


# a602fee9 24-Jun-2010 jasper <jasper@openbsd.org>

- remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.

ok thib@ deraadt@


# 8758e0c7 30-Jun-2002 miod <miod@openbsd.org>

When duplicating isa_attach_args structures to build several attachement
possibilities for isapnp devices, make sure to carry the original ia_ic
member. Although mostly unused on i386, it is vital on

When duplicating isa_attach_args structures to build several attachement
possibilities for isapnp devices, make sure to carry the original ia_ic
member. Although mostly unused on i386, it is vital on alpha.

This makes isapnp on alpha attach without panicing.

show more ...


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

First round of __P removal in sys


# 32f046bd 26-Dec-1997 deraadt <deraadt@openbsd.org>

use bcopy


# 1eecc649 25-Dec-1997 downsj <downsj@openbsd.org>

Avoid infinite loop with busted cards.


# 0ee6d9ec 25-Dec-1997 downsj <downsj@openbsd.org>

New ISA/ISA PnP configuration infrastructure:

isa_attach_args and isapnp_attach_args have been merged.


# c8bc81f4 21-Dec-1997 downsj <downsj@openbsd.org>

Obliterate old PnP `code' and outright replace with christos' code.