summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isapnpres.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
| | | | after discussions with beck deraadt kettenis.
* ansify some function definitions.brad2013-11-151-19/+11
| | | | | | no functional change. ok sthen@
* - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.jasper2010-06-241-7/+7
| | | | ok thib@ deraadt@
* When duplicating isa_attach_args structures to build several attachementmiod2002-06-301-5/+6
| | | | | | | 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.
* First round of __P removal in sysmillert2002-03-141-9/+9
|
* use bcopyderaadt1997-12-261-6/+6
|
* Avoid infinite loop with busted cards.downsj1997-12-251-2/+5
|
* New ISA/ISA PnP configuration infrastructure:downsj1997-12-251-33/+36
| | | | isa_attach_args and isapnp_attach_args have been merged.
* Obliterate old PnP `code' and outright replace with christos' code.downsj1997-12-211-0/+524