diff options
author | 2007-03-15 04:22:22 +0000 | |
---|---|---|
committer | 2007-03-15 04:22:22 +0000 | |
commit | c62b86af934a6e60227863af047253ff8c31dbad (patch) | |
tree | a8a508a48259c6ce72645cb2854394ab6d2443b4 | |
parent | Make SMU sensors and fan control work on PowerMac8,1. (diff) | |
download | wireguard-openbsd-c62b86af934a6e60227863af047253ff8c31dbad.tar.xz wireguard-openbsd-c62b86af934a6e60227863af047253ff8c31dbad.zip |
JMB368 has no SATA.
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 6d109f0ea40..9e588cd29c8 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1214 2007/02/17 11:41:49 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1215 2007/03/15 04:22:22 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2267,7 +2267,7 @@ product JMICRON JMB361 0x2361 JMB361 IDE/SATA product JMICRON JMB363 0x2363 JMB363 IDE/SATA product JMICRON JMB365 0x2365 JMB365 IDE/SATA product JMICRON JMB366 0x2366 JMB366 IDE/SATA -product JMICRON JMB368 0x2368 JMB368 IDE/SATA +product JMICRON JMB368 0x2368 JMB368 IDE /* KTI */ product KTI KTIE 0x3000 KTI |