diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-09-14 03:19:42 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-09-14 03:19:42 +0000 |
| commit | 35b8b2ddab5ea905ea69b7502570b2d57d58d21a (patch) | |
| tree | 690921950f0a7be0eec5e54ec388838cdd76d271 /sys/pci/pci.c | |
| parent | ea8ef05f7ef47f04b00beaa5ce5e290fc982393c (diff) | |
Notes
Diffstat (limited to 'sys/pci/pci.c')
| -rw-r--r-- | sys/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c index bb5a0f8ff75f..468ec0556679 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pci.c,v 1.77 1997/06/25 20:56:29 fsmp Exp $ + * $Id: pci.c,v 1.78 1997/08/02 14:33:12 bde Exp $ * */ @@ -569,7 +569,7 @@ static unsigned pci_dev_list_size; static struct cdevsw pcicdev = { pci_open, pci_close, noread, nowrite, pci_ioctl, nostop, noreset, - nodevtotty, noselect, nommap, nostrategy, "pci", 0, PCI_CDEV + nodevtotty, seltrue, nommap, nostrategy, "pci", 0, PCI_CDEV }; #ifdef DEVFS |
