summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isapnp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* 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
* - use nitems() no binary change on amd64jasper2011-04-051-2/+2
* - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.jasper2010-06-241-5/+5
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* -Wall happiness.mickey1996-10-181-2/+15
* : 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