diff options
author | 2006-06-26 22:26:29 +0000 | |
---|---|---|
committer | 2006-06-26 22:26:29 +0000 | |
commit | f6bfd8282f3b640b072d48c6bac8712b00a95101 (patch) | |
tree | 0479c21372d3a107a117589c81da679ea8bf781a | |
parent | atop(PAGE_SIZE) -> 1, 'tis true but it gets computed faster when PAGE_SIZE (diff) | |
download | wireguard-openbsd-f6bfd8282f3b640b072d48c6bac8712b00a95101.tar.xz wireguard-openbsd-f6bfd8282f3b640b072d48c6bac8712b00a95101.zip |
enable mpi
ok deraadt@
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index d9718031394..cb89ffad113 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2006/02/14 18:11:04 miod Exp $ +# $OpenBSD: GENERIC,v 1.19 2006/06/26 22:26:29 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -64,8 +64,10 @@ pci* at macepcibr? #### SCSI ahc* at pci? siop* at pci? +mpi* at pci? scsibus* at siop? scsibus* at ahc? +scsibus* at mpi? #### NICs dc* at pci? # 21143, "tulip" clone ethernet |