summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isapnpres.c
AgeCommit message (Collapse)Author
2002-06-30When duplicating isa_attach_args structures to build several attachementMiod Vallat
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.
2002-03-14First round of __P removal in sysTodd C. Miller
1997-12-26use bcopyTheo de Raadt
1997-12-25Avoid infinite loop with busted cards.Jason Downs
1997-12-25New ISA/ISA PnP configuration infrastructure:Jason Downs
isa_attach_args and isapnp_attach_args have been merged.
1997-12-21Obliterate old PnP `code' and outright replace with christos' code.Jason Downs