| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119418
|
| |
|
|
|
|
|
|
|
|
| |
Change all in-tree consumers to include <sys/limits.h>
Discussed on: standards@
Partially submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=114216
|
| |
|
|
|
|
|
|
|
|
| |
nexus(4) in the case of machines w/o equivalent bridges on a PCI bus.
Reported by: winter
Pointy hat to: jhb
Notes:
svn path=/head/; revision=104015
|
| |
|
|
|
|
|
|
| |
- Return NULL from mca_alloc_resource() instead of ENOENT if we are
passed in an empty resource list.
Notes:
svn path=/head/; revision=71239
|
| |
|
|
|
|
|
|
|
|
|
| |
generic resource_list management functions.
I'll deal with the EISA bits later.
Not objected to by: new-bus
Notes:
svn path=/head/; revision=69295
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57980
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55890
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
device_add_child_ordered(). 'ivars' may now be set using the
device_set_ivars() function.
This makes it easier for us to change how arbitrary data structures are
associated with a device_t. Eventually we won't be modifying device_t
to add additional pointers for ivars, softc data etc.
Despite my best efforts I've probably forgotten something so let me know
if this breaks anything. I've been running with this change for months
and its been quite involved actually isolating all the changes from
the rest of the local changes in my tree.
Reviewed by: peter, dfr
Notes:
svn path=/head/; revision=54073
|
| |
|
|
|
|
|
|
|
| |
first arg.
Reminded by: Andy Farkas <andyf@speednet.com.au>
Notes:
svn path=/head/; revision=52915
|
| |
|
|
|
|
|
|
|
|
|
| |
- Work around a problem not yet solved in the tree (but solved in mine.)
device_get_ivars() should never be cast to a struct resource_list *
The solution, under review, involves the creation of a
device_get_resource_list() function. More later.
Notes:
svn path=/head/; revision=52050
|
| |
|
|
|
|
|
| |
Noticed by: Peter
Notes:
svn path=/head/; revision=51678
|
| |
|
|
|
|
|
|
|
|
| |
implement the resource management code correctly, using approved
interfaces.
While I'm here, clean up a few things.
Notes:
svn path=/head/; revision=51674
|
|
|
Should we ever find ourselves on an RS/6000 this code should work
with few changes.
Notes:
svn path=/head/; revision=50825
|