diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-04 22:05:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-04 22:05:00 +0000 |
commit | ea41759ca06509283077561877e3d2f03284675f (patch) | |
tree | 4c02aae9783777553146ce7ae7e929fd9d700908 /sys/arch | |
parent | 94ead2156c4d535531407674499971a4628a2330 (diff) |
move ipmi chunk to nicer place
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 0fb06847a5b..ef818d212ef 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.433 2005/10/04 22:04:23 marco Exp $ +# $OpenBSD: GENERIC,v 1.434 2005/10/04 22:04:59 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -48,6 +48,7 @@ cpu0 at mainbus? bios0 at mainbus0 apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose +#ipmi0 at mainbus? # IPMI isa0 at mainbus0 isa0 at pcib? @@ -60,7 +61,6 @@ pci* at mainbus0 #acpitimer* at acpi? #hpet* at acpi? -#ipmi0 at mainbus? # IPMI option ACPIVERBOSE #option ACPI_ENABLE |