diff options
author | 2001-06-23 03:47:16 +0000 | |
---|---|---|
committer | 2001-06-23 03:47:16 +0000 | |
commit | c0fdb09f793ec2bb3511e1edef526f657aa454cc (patch) | |
tree | a1f0a2dc134ed5815b8a73d43f6d18ffaa7f85ec | |
parent | Initialize only if no hardware checksumming. (diff) | |
download | wireguard-openbsd-c0fdb09f793ec2bb3511e1edef526f657aa454cc.tar.xz wireguard-openbsd-c0fdb09f793ec2bb3511e1edef526f657aa454cc.zip |
fix comment
-rw-r--r-- | sys/arch/i386/i386/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c index b8cd08d4dbd..bf4997c2175 100644 --- a/sys/arch/i386/i386/conf.c +++ b/sys/arch/i386/i386/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.71 2001/06/23 03:30:37 matthieu Exp $ */ +/* $OpenBSD: conf.c,v 1.72 2001/06/23 03:47:16 mickey Exp $ */ /* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */ /* @@ -334,7 +334,7 @@ struct cdevsw cdevsw[] = cdev_crypto_init(NCRYPTO,crypto), /* 70: /dev/crypto */ cdev_tty_init(NCZ,cztty), /* 71: Cyclades-Z serial port */ #ifdef USER_PCICONF - cdev_pci_init(NPCI,pci), /* 71: PCI user */ + cdev_pci_init(NPCI,pci), /* 72: PCI user */ #else cdev_notdef(), #endif |