summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isapnp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
| | | | after discussions with beck deraadt kettenis.
* notyet, notever. delete a bunch of code we won't be using.tedu2011-06-291-17/+1
|
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-3/+3
| | | | ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@
* - use nitems() no binary change on amd64jasper2011-04-051-2/+2
| | | | "reads OK" claudio@
* - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.jasper2010-06-241-5/+5
| | | | ok thib@ deraadt@
* More pccom referencesmiod2008-05-211-4/+3
|
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-2/+3
|
* Allow isapnp to compile without isadma configured. From NetBSD.miod2002-07-071-1/+5
|
* When duplicating isa_attach_args structures to build several attachementmiod2002-06-301-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 sysmillert2002-03-141-23/+23
|
* Correct some pryntf() usage: get the correct number of arguments in themiod2001-09-211-2/+2
| | | | correct order.
* even shortermickey2001-01-291-2/+2
|
* fix isadma-less compile, new pnpdevs, space controlmickey2001-01-291-8/+12
|
* make isapnp_print() use canonical formatderaadt1999-08-221-6/+8
|
* if we cannot match a device by name, check to see if it looks like aderaadt1999-08-111-8/+44
| | | | | com/pccom device, and try that. this catches more than 90% of failing isapnp devices.
* we only run this insid the kernel nowderaadt1999-08-101-15/+1
|
* simplify cs4232 handling; apollo@slcnet.netderaadt1999-03-041-40/+1
|
* cs4232 hackderaadt1999-03-041-1/+40
|
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-2/+2
|
* carefully clear r->h, and avoid a panicderaadt1998-12-281-3/+7
|
* clear the isapnp softcderaadt1998-11-301-1/+2
|
* Fix indentation problems.csapuntz1998-07-281-6/+2
| | | | Remove annoying printf.
* Disable ISA PNP devices before ISA scancsapuntz1998-07-281-1/+31
|
* indentderaadt1998-06-021-2/+2
|
* Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itniklas1998-01-201-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 printingderaadt1997-12-301-7/+4
|
* print pnp device id in isapnp_printderaadt1997-12-261-1/+3
|
* Real DRQ usage tracking.downsj1997-12-251-2/+2
|
* New ISA/ISA PnP configuration infrastructure:downsj1997-12-251-30/+41
| | | | isa_attach_args and isapnp_attach_args have been merged.
* Obliterate old PnP `code' and outright replace with christos' code.downsj1997-12-211-1100/+714
|
* Get rid of pauseweingart1997-07-131-1/+4
|
* Add PnP stuff. Should compile, doubt if it works 100%. Worked forweingart1997-07-121-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 backniklas1996-11-291-33/+35
|
* added const to second parameter of cfprint_t routineskstailey1996-11-231-3/+3
|
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-2/+2
| | | | possibly taken in small steps
* -Wall happiness.mickey1996-10-181-2/+15
| | | | i suppose i may hurt someone editing this file, but i need a fresh kernel (:
* : 0 devicesderaadt1996-08-161-1/+3
|
* make use of compatiable device id; delete redundant argumentshawn1996-08-151-4/+5
|
* pass in sc_delayioh tooderaadt1996-08-151-4/+5
|
* perfect attach messages, use bcopy/bzeroderaadt1996-08-151-24/+15
|
* rudimentary plug-and-play support, see pnp(4)shawn1996-08-141-0/+1037