Commit graph

40424 commits

Author SHA1 Message Date
Gordon Bergling
a37c6fcc46 mpt(4): Fix a typo in a source code comment
- s/proccessor/processor/

MFC after:	3 days
2022-04-09 14:10:05 +02:00
Gordon Bergling
6a734168cb al_eth: Remove a double word in a source code comment
- s/for for/for/

MFC after:	3 days
2022-04-09 11:06:18 +02:00
Gordon Bergling
5f93395f2f ce(4): Remove a double word in a source code comment
- s/for for/for/

MFC after:	3 days
2022-04-09 11:05:38 +02:00
Gordon Bergling
586023f10d iwm(4): Remove a double word in a source code comment
- s/for for/for/

MFC after:	3 days
2022-04-09 11:04:23 +02:00
Gordon Bergling
2e09a4ac3b usb(4): Remove a double word in a source code comment
- s/for for/for/

MFC after:	3 days
2022-04-09 11:02:23 +02:00
Gordon Bergling
10df4dc724 iscsi(4): Remove a double word in a source code comment
- s/for for/for/

MFC after:	3 days
2022-04-09 11:01:43 +02:00
Gordon Bergling
db739f1c19 sfxge(4): Remove a double word in a few source code comments
- s/for for/for/

MFC after:	3 days
2022-04-09 10:57:31 +02:00
Gordon Bergling
6cff32b3c4 ath(4): Remove a double word in a few source code comments
- s/for for/for/

MFC after:	3 days
2022-04-09 10:55:00 +02:00
Gordon Bergling
bafe4cee3d ips(4): Remove a double word in a few source code comments
- s/for for/for/

MFC after:	3 days
2022-04-09 10:53:50 +02:00
Gordon Bergling
609e6f6d28 ena(4): Remove a double word in a source code comment
- s/for for/for/

MFC after:	3 days
2022-04-09 10:50:49 +02:00
Gordon Bergling
74c6ca6fbf usb: Remove some double words in source code comments
- s/for for/for/

MFC after:	3 days
2022-04-09 10:34:48 +02:00
Gordon Bergling
237a666333 e1000: Fix a typos in source code comments
- s/negotation/negotiation/

MFC after:	3 days
2022-04-09 10:14:06 +02:00
Gordon Bergling
c8c1c23a8c usb(4): Fix two typos in source code comments
- s/negotation/negotiation/

MFC after:	3 days
2022-04-09 10:13:52 +02:00
Gordon Bergling
78fc83f096 qlnxe(4): Fix a typo in a source code comment
- s/mulitple/multiple/

MFC after:	3 days
2022-04-09 09:29:35 +02:00
Gordon Bergling
5158cf0a38 drm2: Fix a typo in a source code comment
- s/mmaping/mapping/

MFC after:	3 days
2022-04-09 09:28:14 +02:00
Gordon Bergling
060f5c02e9 bhnd(4): Remove some double words in source code comments
- s/be be/be/
- s/is is/is/

MFC after:	3 days
2022-04-09 09:26:50 +02:00
Gordon Bergling
8a1b8cf4be cxgbe(4): Fix a typo in a source code comment
- s/simultaniously/simultaneously/

MFC after:	3 days
2022-04-09 09:26:17 +02:00
Gordon Bergling
8ece7189e0 ice: Remove a double word in a source code comment
- s/is is/is/

MFC after:	3 days
2022-04-09 09:25:47 +02:00
Gordon Bergling
19ae05aad3 neta: Fix a typo in a source code comment
- s/maintance/maintenance/

MFC after:	3 days
2022-04-09 09:25:07 +02:00
Gordon Bergling
dfa01f4f98 nvme(4): Fix a typo in a source code comment
- s/is is/is/

MFC after:	3 days
2022-04-09 09:24:34 +02:00
Gordon Bergling
4e27f86733 sym(4): Fix a typo in a source code comment
- s/explicitely/explicitly/

MFC after:	3 days
2022-04-09 09:23:57 +02:00
Gordon Bergling
35fbe62477 sound(4): Fix a typo in a source code comment
- s/Miscellanious/Miscellaneous/

MFC after:	3 days
2022-04-09 09:23:37 +02:00
Gordon Bergling
d96159bff8 sfxge(4): Remove some double words in source code comments
- s/is is/is/

MFC after:	3 days
2022-04-09 09:23:15 +02:00
Gordon Bergling
474df59def random(3): Fix a typo in a source code comment
- s/psuedo/pseudo/

MFC after:	3 days
2022-04-09 09:14:22 +02:00
Warner Losh
214df80a9c nvme: new define for size of host memory buffer sizes
The nvme spec defines the various fields that specify sizes for host
memory buffers in terms of 4096 chunks. So, rather than use a bare 4096
here, use NVME_HMB_UNITS. This is explicitly not the host page size of
4096, nor the default memory page size (mps) of the NVMe drive, but its
own thing and needs its own define.

No functional change is intended, only the logical spelling of 4k.

Sponsored by:		Netflix
2022-04-08 23:05:25 -06:00
John Baldwin
ba8c7454d1 cesa: Remove unused variable. 2022-04-08 18:31:29 -07:00
John Baldwin
438548300b ehci_imx: Remove unused variable. 2022-04-08 18:31:29 -07:00
John Baldwin
27f889cf41 if_mvneta: Remove unused variables. 2022-04-08 17:30:14 -07:00
John Baldwin
eb13232e4b agp_nvidia: Replace a dummy variable to force a read with a void cast. 2022-04-08 17:30:14 -07:00
John Baldwin
6d2a46f0ab netmap: Move more_txspace and some_recvd under #ifdef SYNC_KLOOP_POLL. 2022-04-08 17:30:14 -07:00
John Baldwin
2fb87f5147 uart_mu: Remove unused variables. 2022-04-08 17:25:15 -07:00
John Baldwin
6f1fe2a0d6 pci_host_generic_acpi: Remove unused variable. 2022-04-08 17:25:15 -07:00
John Baldwin
ae4bffd5d2 gpio pl061: Remove unused variables. 2022-04-08 17:25:14 -07:00
John Baldwin
48c21c2155 tca6408: Remove unused variable. 2022-04-08 17:25:14 -07:00
John Baldwin
683ca8034d etherswitch: Remove unused variable. 2022-04-08 17:25:14 -07:00
John Baldwin
f6abb39b5d pci fdt host drivers: Remove unused variables. 2022-04-08 17:25:14 -07:00
John Baldwin
9c11e6af89 sbni: Use memset to clear flags structure in attach.
NFC, just less nausea-inducing.
2022-04-08 17:25:14 -07:00
John Baldwin
1d0cadccf8 sbni: Remove unused variable. 2022-04-08 17:25:14 -07:00
John Baldwin
032253e1d2 tdfx: Mark a variable only used under a custom debug macro as unused. 2022-04-08 17:25:13 -07:00
John Baldwin
5cd9d25403 aac: Move sge64 declaration into the #ifdef __amd64__ block. 2022-04-08 17:25:13 -07:00
John Baldwin
834533b9c5 mlx5: Remove unused variables.
Reviewed by:	hselasky
Differential Revision:	https://reviews.freebsd.org/D34827
2022-04-08 17:25:13 -07:00
John Baldwin
6d018c93ea mlx4: Remove unused variables.
Reviewed by:	hselasky
Differential Revision:	https://reviews.freebsd.org/D34826
2022-04-08 17:25:13 -07:00
John Baldwin
516243545e mlx4: Remove a variable only used in commented-out code.
Reviewed by:	hselasky
Differential Revision:	https://reviews.freebsd.org/D34825
2022-04-08 17:25:13 -07:00
John Baldwin
0768536d19 vmci: Remove unused variables. 2022-04-07 17:01:29 -07:00
John Baldwin
197b9a2ef0 atp: Remove unused variable. 2022-04-07 17:01:29 -07:00
John Baldwin
7295403595 if_urtw: Remove unused variables. 2022-04-07 17:01:29 -07:00
John Baldwin
d62a6ff38b if_upgt: Remove unused variables. 2022-04-07 17:01:29 -07:00
John Baldwin
08ff11e524 tpm: Remove unused variables.
All of the legacy config stuff in tpm seems broken.  Nothing ever sets
tpm_enabled to a non-zero value and the legacy bits expect tpm_enabled
to be set to the base IO port address (I think).
2022-04-07 17:01:29 -07:00
John Baldwin
2d9ae66d02 splash_pcx: Remove unused variables. 2022-04-07 17:01:29 -07:00
John Baldwin
bdfc2fc0c4 pcm mss: Quiet unused variable warnings.
- Remove dummy variable for a register read.  Keep the register
  read despite the dubious comment.

- Move all references to set_res under #if 0.
2022-04-07 17:01:29 -07:00