diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 01:18:31 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 01:18:31 +0000 |
commit | a06cf9d64658f65a4084308f4710f3afa6525851 (patch) | |
tree | 57f9d8e1a5c7d314e8fcc587fa24357a14e66613 /sys/arch/amd64/conf/GENERIC | |
parent | 04e6c2790e0858a959541d05a7dc783b721a16a5 (diff) |
enable jmb on all archs that support ahci, so jmicron boards will continue
to work (and work better in the future)
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ba40672ae35..8f900ecfd2a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.187 2007/05/31 23:18:25 uwe Exp $ +# $OpenBSD: GENERIC,v 1.188 2007/07/02 01:18:30 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -259,6 +259,8 @@ lpt* at puc? #scsibus* at bha? ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? +jmb* at pci? # JMicron JMB36x controllers +ahci* at jmb? ahci* at pci? # AHCI SATA controllers scsibus* at ahci? sili* at pci? # Silicon Image 3124/3132/3531 SATA |