diff options
author | 2006-04-23 12:03:47 +0000 | |
---|---|---|
committer | 2006-04-23 12:03:47 +0000 | |
commit | 8c90b36b9341dcefedb77660fba866b7ecdfc266 (patch) | |
tree | 31539c4cb49107e85191fabebd1af9d2717210d1 | |
parent | Avoid passing the device file descriptor to executed commands; deraadt@ ok (diff) | |
download | wireguard-openbsd-8c90b36b9341dcefedb77660fba866b7ecdfc266.tar.xz wireguard-openbsd-8c90b36b9341dcefedb77660fba866b7ecdfc266.zip |
Add puc(4) and com at puc.
ok deraadt@
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 25752db8d03..0cd047189fe 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.131 2006/04/05 14:29:47 kurt Exp $g +# $OpenBSD: GENERIC,v 1.132 2006/04/23 12:03:47 kettenis Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -161,6 +161,9 @@ radio* at bktr? eap* at pci? # Ensoniq AudioPCI S5016 emu* at pci? # SB Live! +puc* at pci? # PCI "universal" comm device +com* at puc? + #scsibus* at adv? scsibus* at ahc? #scsibus* at ami? diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 1e4e73185e9..79fe6ce7fbb 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.macppc,v 1.46 2006/01/18 23:21:17 miod Exp $ +# $OpenBSD: files.macppc,v 1.47 2006/04/23 12:03:47 kettenis Exp $ # # macppc-specific configuration info @@ -68,6 +68,8 @@ include "../../../dev/i2o/files.i2o" include "dev/pci/files.pci" file arch/macppc/pci/pciide_machdep.c pciide +include "dev/puc/files.puc" + device mpcpcibr {} : pcibus attach mpcpcibr at mainbus file arch/macppc/pci/mpcpcibus.c mpcpcibr |