#
5a395386 |
| 18-Aug-2009 |
dyoung <dyoung@NetBSD.org> |
Let us detach ichlpcib(4) and its children.
XXX More testing is needed. I've tested this on a Dell Dimension 3000, XXX but that system does not attach every possible device that I try to XXX detach
Let us detach ichlpcib(4) and its children.
XXX More testing is needed. I've tested this on a Dell Dimension 3000, XXX but that system does not attach every possible device that I try to XXX detach with this code:
ichlpcib0 at pci0 dev 31 function 0 ichlpcib0: vendor 0x8086 product 0x24d0 (rev. 0x02) timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000 ichlpcib0: 24-bit timer ichlpcib0: TCO (watchdog) timer configured. isa0 at ichlpcib0
show more ...
|
#
529e91fc |
| 12-May-2009 |
cegger <cegger@NetBSD.org> |
struct device * -> device_t, no functional changes intended.
|
#
70885129 |
| 08-Apr-2008 |
cegger <cegger@NetBSD.org> |
use aprint_*_dev and device_xname
|
#
3615cf77 |
| 20-Jan-2008 |
joerg <joerg@NetBSD.org> |
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, remove the conditionals and the code associated with the undef case.
|
#
a2a38285 |
| 19-Oct-2007 |
ad <ad@NetBSD.org> |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
#
079789d3 |
| 27-Aug-2007 |
xtraeme <xtraeme@NetBSD.org> |
Add missing __KERNEL_RCSID().
|
#
70c59631 |
| 27-Aug-2007 |
xtraeme <xtraeme@NetBSD.org> |
Cosmetic: "device %d-bit timer" -> "device: %d-bit timer".
|
#
eff81877 |
| 26-Jun-2006 |
drochner <drochner@NetBSD.org> |
add some common code to support the ACPI power management timer independly of ACPI
|