diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-22 05:09:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-04-22 05:09:12 +0000 |
commit | b8d00eb1506d2c86a148bd073d62cc017a86f5f2 (patch) | |
tree | 05a9500031b6cd208910e5cbff87dc2d66ef33e0 /sys/arch/sparc64 | |
parent | c61235c101e5bdb5696e80c9d298b644ced0819c (diff) |
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...
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
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? |