diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-15 17:52:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-15 17:52:21 +0000 |
commit | 4391c970ad9c9be165eeeaffd800233e9ecaed35 (patch) | |
tree | aa9c5f244f5b3fd9e6ea4eb71d9d104765897f32 /sys/dev/pci/puc.c | |
parent | 2801c508532c77a03e474ee2f6e3e4d2f93a49a3 (diff) |
support puc devices with higher speeds (not tested yet)
Diffstat (limited to 'sys/dev/pci/puc.c')
-rw-r--r-- | sys/dev/pci/puc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/puc.c b/sys/dev/pci/puc.c index bf8ef8a1604..5db8e0450c9 100644 --- a/sys/dev/pci/puc.c +++ b/sys/dev/pci/puc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: puc.c,v 1.2 1999/11/14 01:27:57 downsj Exp $ */ +/* $OpenBSD: puc.c,v 1.3 2001/03/15 17:52:19 deraadt Exp $ */ /* $NetBSD: puc.c,v 1.3 1999/02/06 06:29:54 cgd Exp $ */ /* @@ -254,6 +254,7 @@ puc_attach(parent, self, aux) /* set up to configure the child device */ paa.port = i; paa.type = sc->sc_desc->ports[i].type; + paa.flags = sc->sc_desc->ports[i].flags; paa.pc = pa->pa_pc; paa.intrhandle = intrhandle; paa.a = sc->sc_bar_mappings[barindex].a; |