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