diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-09 01:13:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-09 01:13:48 +0000 |
commit | be28b152f861ce750af1b79bbcdcd5f970803fd1 (patch) | |
tree | 27137cb5fa71e89ae73310efc307f5556258949a /sys/arch | |
parent | 1ad8f70bda5b295bc5d4a6d95ca1ae4ca73f98ec (diff) |
Disable xlights for now, since the rapid periodic interrupts it generates
help worsen the interrupt race that dale is trying to fix. He'll get that
fixed, but for now, we can try to run macppc in the most reliable fashion.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 0f5a77f81c5..9ce035bab88 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.191 2009/06/01 15:53:46 jsg Exp $g +# $OpenBSD: GENERIC,v 1.192 2009/06/09 01:13:47 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -143,7 +143,7 @@ pwdog0 at pci? # Quancom PWDOG1 watchdog timer macintr0 at macobio? # old interrupt controller openpic* at macobio? # openpic interrupt controller bm* at macobio? # BMAC ethernet -xlights* at macobio? # Xserve front panel LEDs +#xlights* at macobio? # Xserve front panel LEDs mc* at macobio? # MACE ethernet #esp* at macobio? flags 0x0000ffff # 53c9x SCSI mesh* at macobio? flags 0xffff # MESH SCSI |