| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct a minr whitespace inconsistency introduced in revision 1.159: | rwatson | 2005-01-29 | 1 | -1/+1 |
* | Introduce bus_free_resource. It is a convenience function which wraps | imp | 2005-01-19 | 1 | -0/+8 |
* | Implement device_quiesce. This method means 'you are about to be | imp | 2004-12-31 | 1 | -0/+101 |
* | Add the devclass_get_count(9) function and man page. It gets a count of | njl | 2004-12-08 | 1 | -7/+19 |
* | When panicing in device_unbusy(), actually tell what device has the issue. | obrien | 2004-12-05 | 1 | -1/+2 |
* | Start to add GIANT_REQUIRED; macros in places where giant is required | imp | 2004-12-05 | 1 | -0/+6 |
* | Don't print the singularly unhelpful message: | phk | 2004-11-03 | 1 | -1/+1 |
* | Update flags patch for the !ISA case. | njl | 2004-10-14 | 1 | -5/+14 |
* | Set flags for devices before probing them. In the non-ISA case, flags set | njl | 2004-10-13 | 1 | -1/+5 |
* | Fix BUS_DEBUG case | imp | 2004-08-30 | 1 | -1/+1 |
* | Initial support (disabled) for rebidding devices. I've been running | imp | 2004-08-29 | 1 | -4/+36 |
* | MFp4: Merge in the patches, submitted long ago by someone whose email | imp | 2004-08-29 | 1 | -12/+26 |
* | Set the description to NULL in the right detach routine. This should | imp | 2004-08-24 | 1 | -1/+1 |
* | Add doxygen doc comments for most of newbus and the BUS interface. | dfr | 2004-07-18 | 1 | -46/+919 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+5 |
* | Hide struct resource and struct rman. You must define | imp | 2004-06-30 | 1 | -0/+1 |
* | Include more information about the device in the devadded and | imp | 2004-06-30 | 1 | -2/+38 |
* | Turns out that jhb didn't really like this. And nate pointed out that | imp | 2004-06-28 | 1 | -2/+2 |
* | Allow dev to be NULL and assume that a device is not alive or not | imp | 2004-06-28 | 1 | -2/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
* | When we don't have any meaningful value to print for the device sysctl | mux | 2004-06-05 | 1 | -8/+4 |
* | Add a devclass level to the dev sysctl tree, in order to support per- | des | 2004-06-04 | 1 | -10/+64 |
* | As discussed on arch@, flatten the device sysctl tree to make it | mux | 2004-06-02 | 1 | -13/+12 |
* | Sysctl hw.bus.devctl_disable shouldn't be writtable from inside a jail. | pjd | 2004-05-26 | 1 | -3/+2 |
* | As previously threatened, give each device its own sysctl context and | des | 2004-05-25 | 1 | -29/+153 |
* | Don't print out 'GIANT-LOCKED' for INTR_FAST drivers. | scottl | 2004-04-01 | 1 | -1/+1 |
* | Conform to local file sytle and prefer (a && (b & flag)). | imp | 2004-03-24 | 1 | -1/+1 |
* | Change the !MPSAFE boot string to something that doesn't potentially | obrien | 2004-03-23 | 1 | -1/+1 |
* | Rather than display which interrupts are MPSAFE, display those that aren't. | obrien | 2004-03-22 | 1 | -1/+3 |
* | Whitespace cleanup | des | 2004-02-24 | 1 | -4/+4 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | o make debug_mpsafenet globally visible | sam | 2003-11-05 | 1 | -10/+0 |
* | Minor style(9) nit | imp | 2003-11-05 | 1 | -8/+8 |
* | disable MPSAFE network drivers; we aren't ready yet` | sam | 2003-11-04 | 1 | -1/+1 |
* | Add a temporary mechanism to disble INTR_MPSAFE from network interface | sam | 2003-10-29 | 1 | -0/+13 |
* | Convenience functions to generate notifications from the kernel. The ACPI | imp | 2003-10-24 | 1 | -19/+61 |
* | * Add multiple inheritance to kobj. Each class can have zero or more base | dfr | 2003-10-16 | 1 | -66/+102 |
* | With DIAGNOSTICS, sometimes we get weird crashes when some driver | imp | 2003-10-14 | 1 | -3/+4 |
* | Introduce BUS_CONFIG_INTR(). The method allows devices to tell parents | marcel | 2003-09-10 | 1 | -0/+11 |
* | Print a message at boot for interrupt handlers created with INTR_MPSAFE | sam | 2003-09-05 | 1 | -4/+14 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -2/+2 |
* | Create a new function, device_is_attached(), that is like | imp | 2003-04-21 | 1 | -0/+6 |
* | Fix /dev/devctl's implementation of poll. We should only be setting | imp | 2003-04-21 | 1 | -11/+5 |
* | Lock the process before sending it a SIGIO. Not doing so is a panic(2) | jhb | 2003-04-02 | 1 | -2/+7 |
* | Make sure we actually have a dev before dereferencing in case someone | alfred | 2003-03-13 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+7 |
* | Fix comment about what we do when there are no listeners. | imp | 2003-01-19 | 1 | -13/+3 |
* | Don't forget to disconnect object from class. | davidxu | 2003-01-15 | 1 | -2/+3 |
* | Don't record thread pointer, it's not permanent in process life cycle, | davidxu | 2003-01-10 | 1 | -6/+6 |