summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2006-10-16 21:55:18 +0000
committerdrahn <drahn@openbsd.org>2006-10-16 21:55:18 +0000
commite2e9b49103fd3eab21c75fcf4d441550159c9eb4 (patch)
tree3574c89a4cc398102c16b7ada4b5d93d909c1096 /sys
parentsync (diff)
downloadwireguard-openbsd-e2e9b49103fd3eab21c75fcf4d441550159c9eb4.tar.xz
wireguard-openbsd-e2e9b49103fd3eab21c75fcf4d441550159c9eb4.zip
More devices (re which tries to attach and pciide)
Diffstat (limited to 'sys')
-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