summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2006-10-16 21:55:19 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2006-10-16 21:55:19 +0000
commit9ce24eecdfa73a85a4e75fba309e6a92fc2bcf8c (patch)
treeb1544972a5495eff17891d4ce7820dba030e2681
parentd9ee70fa7f1ad010000dbce72e1dbe031e0b8fd3 (diff)
More devices (re which tries to attach and pciide)
-rw-r--r--sys/arch/landisk/conf/GENERIC21
1 files changed, 13 insertions, 8 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC
index a55e214eb73..fbbc4371a68 100644
--- a/sys/arch/landisk/conf/GENERIC
+++ b/sys/arch/landisk/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.3 2006/10/07 20:52:38 miod Exp $
+# $OpenBSD: GENERIC,v 1.4 2006/10/16 21:55:18 drahn Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -56,14 +56,20 @@ wd* at wdc? flags 0x0000
# Network Interfaces
# PCI network interfaces
-#re* at pci? # Realtek 8139C+/8169/8169S/8110S
-#rl* at pci? # Realtek 8129/8139
+re* at pci? # Realtek 8139C+/8169/8169S/8110S
+rl* at pci? # Realtek 8129/8139
# MII/PHY support
-#rgephy* at mii? phy ?
-#rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
-#urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
-#ukphy* at mii? phy ? # generic unknown PHYs
+rgephy* at mii? phy ?
+rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
+urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
+ukphy* at mii? phy ? # generic unknown PHYs
+
+# PCIIDE
+pciide* at pci?
+wd* at pciide? flags 0x0000
+atapiscsi* at pciide? flags 0x0000
+scsibus* at atapiscsi?
# USB Controller and Devices
@@ -85,7 +91,6 @@ uhidev* at uhub? port ? configuration ? interface ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass?
-#atapiscsi* at umass?
sd* at scsibus? # SCSI disk drives
cd* at scsibus? # SCSI CD-ROM drives