diff options
author | 2004-01-15 05:25:09 +0000 | |
---|---|---|
committer | 2004-01-15 05:25:09 +0000 | |
commit | 6f63c590b41fc3e810991474b02f28facee2c25d (patch) | |
tree | 4b72dfdef1ce275129665689b20a6ec67a127b22 | |
parent | Add 'sysctl hw.cpuspeed' support. copied from macppc. (diff) | |
download | wireguard-openbsd-6f63c590b41fc3e810991474b02f28facee2c25d.tar.xz wireguard-openbsd-6f63c590b41fc3e810991474b02f28facee2c25d.zip |
No reason to exclude xl from ramdisk. GENERIC and RAMDISK need a severe sync.
-rw-r--r-- | sys/arch/pegasos/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/pegasos/conf/RAMDISK b/sys/arch/pegasos/conf/RAMDISK index 57d7e54860f..52b07d7141b 100644 --- a/sys/arch/pegasos/conf/RAMDISK +++ b/sys/arch/pegasos/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2004/01/04 00:29:50 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.3 2004/01/15 05:25:09 drahn Exp $ # # PPC RAMDISK config file # @@ -62,6 +62,7 @@ vga* at pci? dev ? function ? # PCI VGA graphics siop* at pci? dev ? function ? #ncr* at pci? dev ? function ? +xl* at pci? dev ? function ? # 3C9xx ethernet fxp* at pci? dev ? function ? vr* at pci? dev ? function ? #de* at pci? dev ? function ? |