From b8d00eb1506d2c86a148bd073d62cc017a86f5f2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 22 Apr 2007 05:09:12 +0000 Subject: ahci works on sparc64. wish the teeny teeny tiny jmicron sample i have had a bracket though, because it almost falls out of the pci slot... --- sys/arch/sparc64/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 4e28bfab63b..e65d7041c25 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.176 2007/04/11 08:56:19 dlg Exp $ +# $OpenBSD: GENERIC,v 1.177 2007/04/22 05:09:11 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -88,6 +88,8 @@ mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface scsibus* at mpi? arc* at pci? # Areca RAID Controllers scsibus* at arc? +ahci* at pci? # AHCI SATA controllers +scsibus* at ahci? sili* at pci? # Silicon Image 3124/3132/3531 SATA controllers scsibus* at sili? -- cgit v1.2.3