| Commit message (Expand) | Author | Age | Files | Lines |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | notyet, notever. delete a bunch of code we won't be using. |  tedu | 2011-06-29 | 1 | -17/+1 |
* | Do not use NULL in integer comparisons. No functional change. |  miod | 2011-04-07 | 1 | -3/+3 |
* | - use nitems() no binary change on amd64 |  jasper | 2011-04-05 | 1 | -2/+2 |
* | - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline. |  jasper | 2010-06-24 | 1 | -5/+5 |
* | More pccom references |  miod | 2008-05-21 | 1 | -4/+3 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -2/+3 |
* | Allow isapnp to compile without isadma configured. From NetBSD. |  miod | 2002-07-07 | 1 | -1/+5 |
* | When duplicating isa_attach_args structures to build several attachement |  miod | 2002-06-30 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -23/+23 |
* | Correct some pryntf() usage: get the correct number of arguments in the |  miod | 2001-09-21 | 1 | -2/+2 |
* | even shorter |  mickey | 2001-01-29 | 1 | -2/+2 |
* | fix isadma-less compile, new pnpdevs, space control |  mickey | 2001-01-29 | 1 | -8/+12 |
* | make isapnp_print() use canonical format |  deraadt | 1999-08-22 | 1 | -6/+8 |
* | if we cannot match a device by name, check to see if it looks like a |  deraadt | 1999-08-11 | 1 | -8/+44 |
* | we only run this insid the kernel now |  deraadt | 1999-08-10 | 1 | -15/+1 |
* | simplify cs4232 handling; apollo@slcnet.net |  deraadt | 1999-03-04 | 1 | -40/+1 |
* | cs4232 hack |  deraadt | 1999-03-04 | 1 | -1/+40 |
* | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 1 | -2/+2 |
* | carefully clear r->h, and avoid a panic |  deraadt | 1998-12-28 | 1 | -3/+7 |
* | clear the isapnp softc |  deraadt | 1998-11-30 | 1 | -1/+2 |
* | Fix indentation problems. |  csapuntz | 1998-07-28 | 1 | -6/+2 |
* | Disable ISA PNP devices before ISA scan |  csapuntz | 1998-07-28 | 1 | -1/+31 |
* | indent |  deraadt | 1998-06-02 | 1 | -2/+2 |
* | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it |  niklas | 1998-01-20 | 1 | -1/+3 |
* | pretty printing |  deraadt | 1997-12-30 | 1 | -7/+4 |
* | print pnp device id in isapnp_print |  deraadt | 1997-12-26 | 1 | -1/+3 |
* | Real DRQ usage tracking. |  downsj | 1997-12-25 | 1 | -2/+2 |
* | New ISA/ISA PnP configuration infrastructure: |  downsj | 1997-12-25 | 1 | -30/+41 |
* | Obliterate old PnP `code' and outright replace with christos' code. |  downsj | 1997-12-21 | 1 | -1100/+714 |
* | Get rid of pause |  weingart | 1997-07-13 | 1 | -1/+4 |
* | Add PnP stuff. Should compile, doubt if it works 100%. Worked for |  weingart | 1997-07-12 | 1 | -358/+590 |
* | Missing pieces of new bus.h that CVS lost behind my back |  niklas | 1996-11-29 | 1 | -33/+35 |
* | added const to second parameter of cfprint_t routines |  kstailey | 1996-11-23 | 1 | -3/+3 |
* | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road |  niklas | 1996-11-12 | 1 | -2/+2 |
* | -Wall happiness. |  mickey | 1996-10-18 | 1 | -2/+15 |
* | : 0 devices |  deraadt | 1996-08-16 | 1 | -1/+3 |
* | make use of compatiable device id; delete redundant argument |  shawn | 1996-08-15 | 1 | -4/+5 |
* | pass in sc_delayioh too |  deraadt | 1996-08-15 | 1 | -4/+5 |
* | perfect attach messages, use bcopy/bzero |  deraadt | 1996-08-15 | 1 | -24/+15 |
* | rudimentary plug-and-play support, see pnp(4) |  shawn | 1996-08-14 | 1 | -0/+1037 |