|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Theo de Raadt (deraadt
cvs.openbsd.org)
Date: Wed Dec 05 2007 - 13:17:14 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: deraadt
cvs.openbsd.org 2007/12/05 12:17:14
Modified files:
share/man/man4 : acpi.4
sys/dev/acpi : acpi.c acpimadt.c acpivar.h files.acpi
sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD
sys/arch/i386/i386: acpi_machdep.c apm.c bios.c mainbus.c
sys/arch/i386/include: biosvar.h
sys/arch/i386/pci: pcibios.c
sys/arch/amd64/amd64: acpi_machdep.c bios.c mainbus.c
sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD
sys/arch/amd64/include: biosvar.h
Log message:
Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)
before pcibios(4), and then.... if acpi(4) attaches, skip pcibios(4) since
it messes the machines up. Fixes claudio's HP dl320 G5, and almost assuredly
others.
ok kettenis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]