diff options
| author | 2012-07-22 18:30:16 +0000 | |
|---|---|---|
| committer | 2012-07-22 18:30:16 +0000 | |
| commit | 156003da5d77249bf0a87291e9354fcdac81edab (patch) | |
| tree | 6f7e461b775f2ad4c5961c8312c940c29dadf51c /sys/arch/sparc | |
| parent | Fix for ClickPad. On issue pointed gilles@ and matthieu@ (diff) | |
| download | wireguard-openbsd-156003da5d77249bf0a87291e9354fcdac81edab.tar.xz wireguard-openbsd-156003da5d77249bf0a87291e9354fcdac81edab.zip | |
remove a few things to make this fit again; with miod
Diffstat (limited to 'sys/arch/sparc')
| -rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 4174fe7a5bd..f4743f07006 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.74 2012/04/19 21:10:11 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.75 2012/07/22 18:30:16 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -24,7 +24,7 @@ option CD9660 # ISO 9660 + Rock Ridge file system option INET # IP + ICMP + TCP + UDP #option INET6 # IPv6 (needs INET) option BOOT_CONFIG # add support for boot -c -option CRYPTO # Cryptographic framework +#option CRYPTO # Cryptographic framework # Options for variants of the Sun SPARC architecture. # At least one is required. @@ -314,7 +314,7 @@ wsdisplay* at rfx? # unit numers dynamically. scsibus* at scsi? sd* at scsibus? # SCSI disks -st* at scsibus? # SCSI tapes +#st* at scsibus? # SCSI tapes cd* at scsibus? # SCSI CD-ROMs #ch* at scsibus? # SCSI changer devices #uk* at scsibus? # unknown SCSI devices |
