Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -5/+5 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | notyet, notever. delete a bunch of code we won't be using. | 2011-06-29 | 1 | -17/+1 | |
| | |||||
* | Do not use NULL in integer comparisons. No functional change. | 2011-04-07 | 1 | -3/+3 | |
| | | | | ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@ | ||||
* | - use nitems() no binary change on amd64 | 2011-04-05 | 1 | -2/+2 | |
| | | | | "reads OK" claudio@ | ||||
* | - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline. | 2010-06-24 | 1 | -5/+5 | |
| | | | | ok thib@ deraadt@ | ||||
* | More pccom references | 2008-05-21 | 1 | -4/+3 | |
| | |||||
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | 2003-04-27 | 1 | -2/+3 | |
| | |||||
* | Allow isapnp to compile without isadma configured. From NetBSD. | 2002-07-07 | 1 | -1/+5 | |
| | |||||
* | When duplicating isa_attach_args structures to build several attachement | 2002-06-30 | 1 | -2/+2 | |
| | | | | | | | 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 sys | 2002-03-14 | 1 | -23/+23 | |
| | |||||
* | Correct some pryntf() usage: get the correct number of arguments in the | 2001-09-21 | 1 | -2/+2 | |
| | | | | correct order. | ||||
* | even shorter | 2001-01-29 | 1 | -2/+2 | |
| | |||||
* | fix isadma-less compile, new pnpdevs, space control | 2001-01-29 | 1 | -8/+12 | |
| | |||||
* | make isapnp_print() use canonical format | 1999-08-22 | 1 | -6/+8 | |
| | |||||
* | if we cannot match a device by name, check to see if it looks like a | 1999-08-11 | 1 | -8/+44 | |
| | | | | | com/pccom device, and try that. this catches more than 90% of failing isapnp devices. | ||||
* | we only run this insid the kernel now | 1999-08-10 | 1 | -15/+1 | |
| | |||||
* | simplify cs4232 handling; apollo@slcnet.net | 1999-03-04 | 1 | -40/+1 | |
| | |||||
* | cs4232 hack | 1999-03-04 | 1 | -1/+40 | |
| | |||||
* | panic prints a newline for you, don't do it in the panic string | 1999-01-11 | 1 | -2/+2 | |
| | |||||
* | carefully clear r->h, and avoid a panic | 1998-12-28 | 1 | -3/+7 | |
| | |||||
* | clear the isapnp softc | 1998-11-30 | 1 | -1/+2 | |
| | |||||
* | Fix indentation problems. | 1998-07-28 | 1 | -6/+2 | |
| | | | | Remove annoying printf. | ||||
* | Disable ISA PNP devices before ISA scan | 1998-07-28 | 1 | -1/+31 | |
| | |||||
* | indent | 1998-06-02 | 1 | -2/+2 | |
| | |||||
* | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | 1998-01-20 | 1 | -1/+3 | |
| | | | | | | | | so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | ||||
* | pretty printing | 1997-12-30 | 1 | -7/+4 | |
| | |||||
* | print pnp device id in isapnp_print | 1997-12-26 | 1 | -1/+3 | |
| | |||||
* | Real DRQ usage tracking. | 1997-12-25 | 1 | -2/+2 | |
| | |||||
* | New ISA/ISA PnP configuration infrastructure: | 1997-12-25 | 1 | -30/+41 | |
| | | | | isa_attach_args and isapnp_attach_args have been merged. | ||||
* | Obliterate old PnP `code' and outright replace with christos' code. | 1997-12-21 | 1 | -1100/+714 | |
| | |||||
* | Get rid of pause | 1997-07-13 | 1 | -1/+4 | |
| | |||||
* | Add PnP stuff. Should compile, doubt if it works 100%. Worked for | 1997-07-12 | 1 | -358/+590 | |
| | | | | | | | my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-) | ||||
* | Missing pieces of new bus.h that CVS lost behind my back | 1996-11-29 | 1 | -33/+35 | |
| | |||||
* | added const to second parameter of cfprint_t routines | 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 | 1996-11-12 | 1 | -2/+2 | |
| | | | | possibly taken in small steps | ||||
* | -Wall happiness. | 1996-10-18 | 1 | -2/+15 | |
| | | | | i suppose i may hurt someone editing this file, but i need a fresh kernel (: | ||||
* | : 0 devices | 1996-08-16 | 1 | -1/+3 | |
| | |||||
* | make use of compatiable device id; delete redundant argument | 1996-08-15 | 1 | -4/+5 | |
| | |||||
* | pass in sc_delayioh too | 1996-08-15 | 1 | -4/+5 | |
| | |||||
* | perfect attach messages, use bcopy/bzero | 1996-08-15 | 1 | -24/+15 | |
| | |||||
* | rudimentary plug-and-play support, see pnp(4) | 1996-08-14 | 1 | -0/+1037 | |