diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-13 06:15:33 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-13 06:15:33 +0000 |
commit | 0ff2a7fdb1bf434df4dd5440a65e351084e570d1 (patch) | |
tree | 25cf7a7aac0fa57f0fddf40d97ea81d200af987b /sys | |
parent | 2af1292978b86aced450dbe462bee56282cdcd43 (diff) |
nVidia/nvidia -> NVIDIA
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/auich.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_nfe.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/auich.c b/sys/dev/pci/auich.c index d61660b300e..8e961aa244a 100644 --- a/sys/dev/pci/auich.c +++ b/sys/dev/pci/auich.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auich.c,v 1.57 2005/11/26 14:31:26 krw Exp $ */ +/* $OpenBSD: auich.c,v 1.58 2006/02/13 06:15:32 brad Exp $ */ /* * Copyright (c) 2000,2001 Michael Shalayeff @@ -129,7 +129,7 @@ #define AUICH_SEMATIMO 1000 /* us */ #define AUICH_RESETIMO 500000 /* us */ -#define ICH_SIS_NV_CTL 0x4c /* some SiS/nVidia register. From Linux */ +#define ICH_SIS_NV_CTL 0x4c /* some SiS/NVIDIA register. From Linux */ #define ICH_SIS_CTL_UNMUTE 0x01 /* un-mute the output */ /* diff --git a/sys/dev/pci/if_nfe.c b/sys/dev/pci/if_nfe.c index 53c634fca93..646ef789285 100644 --- a/sys/dev/pci/if_nfe.c +++ b/sys/dev/pci/if_nfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nfe.c,v 1.34 2006/02/12 15:53:20 damien Exp $ */ +/* $OpenBSD: if_nfe.c,v 1.35 2006/02/13 06:15:32 brad Exp $ */ /*- * Copyright (c) 2006 Damien Bergamini <damien.bergamini@free.fr> @@ -17,7 +17,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* Driver for nvidia nForce Ethernet */ +/* Driver for NVIDIA nForce MCP Fast Ethernet and Gigabit Ethernet */ #include "bpfilter.h" #include "vlan.h" |