diff options
author | 2002-05-07 19:42:34 +0000 | |
---|---|---|
committer | 2002-05-07 19:42:34 +0000 | |
commit | 2bf11a862f64558346b082e2a68bc1b1b3bf80bc (patch) | |
tree | 31616ef01211e0009a353c4513023bc6382481e7 | |
parent | manpage for urlphy(4) (diff) | |
download | wireguard-openbsd-2bf11a862f64558346b082e2a68bc1b1b3bf80bc.tar.xz wireguard-openbsd-2bf11a862f64558346b082e2a68bc1b1b3bf80bc.zip |
Add url(4) and urlphy(4)
ok deraadt
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d1e2b409f0d..a4c67416c0f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.296 2002/05/06 16:37:43 mickey Exp $ +# $OpenBSD: GENERIC,v 1.297 2002/05/07 19:42:34 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -113,6 +113,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus Ethernet cue* at uhub? port ? # CATC USB-EL1201A based Ethernet kue* at uhub? port ? # Kawasaki KL5KUSB101B based Ethernet upl* at uhub? port ? # Prolific PL2301/PL2302 host-to-host `network' +url* at uhub? port ? # Realtek RTL8150L based adapters urio* at uhub? port ? # Diamond Multimedia Rio 500 uscanner* at uhub? port ? # USB Scanners usscanner* at uhub? port ? # USB SCSI scanners, e.g., HP5300 @@ -372,6 +373,7 @@ brgphy* at mii? phy ? # Broadcom Gigabit PHYs eephy* at mii? phy ? # Marvell 88E1000 series PHY xmphy* at mii? phy ? # XaQti XMAC-II PHYs nsgphy* at mii? phy ? # NS gigabit PHYs +urlphy* at mii? phy ? # Realtek RTL8150L internal PHY ukphy* at mii? phy ? # "unknown" PHYs pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System |