diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-01 10:08:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-01 10:08:22 +0000 |
commit | 7616460a4d1701e9b29df19da292df65c266a33d (patch) | |
tree | 3091a1a559c34a87adf0cf44d251533002878351 /sys/arch/sparc/conf | |
parent | 29504a6ddef63c8e7aa23353f2f7250d9b62a3fa (diff) |
rfx fits on the installation media.
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index c2420f94619..9a45d182d07 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.48 2004/01/20 21:18:50 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.49 2004/03/01 10:08:21 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -293,6 +293,10 @@ wsdisplay* at agten? mgx* at sbus? wsdisplay* at mgx? +# Vitec/Connectware/AP&D RasterFlex framebuffer series. +rfx* at sbus? +wsdisplay* at rfx? + # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. scsibus* at esp? |