summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isapnp.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2021-03-07ansiJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2011-06-29notyet, notever. delete a bunch of code we won't be using.Ted Unangst
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2010-06-24- remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.Jasper Lievisse Adriaanse
2008-05-21More pccom referencesMiod Vallat
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-07-07Allow isapnp to compile without isadma configured. From NetBSD.Miod Vallat
2002-06-30When duplicating isa_attach_args structures to build several attachementMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-01-29even shorterMichael Shalayeff
2001-01-29fix isadma-less compile, new pnpdevs, space controlMichael Shalayeff
1999-08-22make isapnp_print() use canonical formatTheo de Raadt
1999-08-11if we cannot match a device by name, check to see if it looks like aTheo de Raadt
1999-08-10we only run this insid the kernel nowTheo de Raadt
1999-03-04simplify cs4232 handling; apollo@slcnet.netTheo de Raadt
1999-03-04cs4232 hackTheo de Raadt
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-12-28carefully clear r->h, and avoid a panicTheo de Raadt
1998-11-30clear the isapnp softcTheo de Raadt
1998-07-28Fix indentation problems.Constantine Sapuntzakis
1998-07-28Disable ISA PNP devices before ISA scanConstantine Sapuntzakis
1998-06-02indentTheo de Raadt
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
1997-12-30pretty printingTheo de Raadt
1997-12-26print pnp device id in isapnp_printTheo de Raadt
1997-12-25Real DRQ usage tracking.Jason Downs
1997-12-25New ISA/ISA PnP configuration infrastructure:Jason Downs
1997-12-21Obliterate old PnP `code' and outright replace with christos' code.Jason Downs
1997-07-13Get rid of pauseTobias Weingartner
1997-07-12Add PnP stuff. Should compile, doubt if it works 100%. Worked forTobias Weingartner
1996-11-29Missing pieces of new bus.h that CVS lost behind my backNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-10-18-Wall happiness.Michael Shalayeff
1996-08-16: 0 devicesTheo de Raadt
1996-08-15make use of compatiable device id; delete redundant argumentshawn
1996-08-15pass in sc_delayioh tooTheo de Raadt
1996-08-15perfect attach messages, use bcopy/bzeroTheo de Raadt
1996-08-14rudimentary plug-and-play support, see pnp(4)shawn