diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-09-26 23:57:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-09-26 23:57:17 +0000 |
commit | 0000fece49a70882e3a27bbc1245548b0cd1b1e7 (patch) | |
tree | d32de7f34a1a44faf5e56761d177d45c1e6c910f /sys/dev | |
parent | d50905a6fb8468a792dcfae31f61755523896fd1 (diff) |
update the comment for bge_chipinit().
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_bge.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index a74efbe3ddd..d30bc751dcf 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.181 2006/09/26 13:10:44 mickey Exp $ */ +/* $OpenBSD: if_bge.c,v 1.182 2006/09/26 23:57:16 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -1073,8 +1073,7 @@ bge_setpromisc(struct bge_softc *sc) } /* - * Do endian, PCI and DMA initialization. Also check the on-board ROM - * self-test results. + * Do endian, PCI and DMA initialization. */ void bge_chipinit(struct bge_softc *sc) |