Thu Mar 11 16:43:01 2021 UTC ()
Reference kernel developer's manual


(nia)
diff -r1.39 -r1.40 src/share/man/man4/cardbus.4
diff -r1.38 -r1.39 src/share/man/man4/pcmcia.4

cvs diff -r1.39 -r1.40 src/share/man/man4/cardbus.4 (expand / switch to unified diff)

--- src/share/man/man4/cardbus.4 2021/03/11 16:34:12 1.39
+++ src/share/man/man4/cardbus.4 2021/03/11 16:43:01 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: cardbus.4,v 1.39 2021/03/11 16:34:12 nia Exp $ 1.\" $NetBSD: cardbus.4,v 1.40 2021/03/11 16:43:01 nia Exp $
2.\" 2.\"
3.\" Copyright (c) 1999-2006 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999-2006 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson. 7.\" by Lennart Augustsson.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -143,27 +143,28 @@ then enabling @@ -143,27 +143,28 @@ then enabling
143.Cd options PCI_BUS_FIXUP 143.Cd options PCI_BUS_FIXUP
144.It 144.It
145.Cd options PCI_INTR_FIXUP 145.Cd options PCI_INTR_FIXUP
146.El 146.El
147or (if ACPI is in use) 147or (if ACPI is in use)
148.Bl -item -offset indent -compact 148.Bl -item -offset indent -compact
149.It 149.It
150.Cd options PCI_INTR_FIXUP_DISABLED 150.Cd options PCI_INTR_FIXUP_DISABLED
151.El 151.El
152in the kernel configuration might be of use. 152in the kernel configuration might be of use.
153.Sh SEE ALSO 153.Sh SEE ALSO
154.Xr options 4 , 154.Xr options 4 ,
155.Xr pci 4 , 155.Xr pci 4 ,
156.Xr pcmcia 4 156.Xr pcmcia 4 ,
 157.Xr cardbus 9
157.Sh HISTORY 158.Sh HISTORY
158The 159The
159.Nm 160.Nm
160driver appeared in 161driver appeared in
161.Nx 1.5 . 162.Nx 1.5 .
162.Sh BUGS 163.Sh BUGS
163.Ss Memory space conflicts 164.Ss Memory space conflicts
164.Nx 165.Nx
165maps memory on Cardbus (and therefore PCMCIA cards behind Cardbus) in 166maps memory on Cardbus (and therefore PCMCIA cards behind Cardbus) in
166order to access the cards (including reading CIS tuples on PCMCIA 167order to access the cards (including reading CIS tuples on PCMCIA
167cards) and access the devices using the 168cards) and access the devices using the
168.Tn RBUS 169.Tn RBUS
169abstraction. 170abstraction.

cvs diff -r1.38 -r1.39 src/share/man/man4/pcmcia.4 (expand / switch to unified diff)

--- src/share/man/man4/pcmcia.4 2021/03/11 16:39:58 1.38
+++ src/share/man/man4/pcmcia.4 2021/03/11 16:43:01 1.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pcmcia.4,v 1.38 2021/03/11 16:39:58 nia Exp $ 1.\" $NetBSD: pcmcia.4,v 1.39 2021/03/11 16:43:01 nia Exp $
2.\" 2.\"
3.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson. 7.\" by Lennart Augustsson.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -126,27 +126,28 @@ Digital Hinote Ultra Mobile Media Adapte @@ -126,27 +126,28 @@ Digital Hinote Ultra Mobile Media Adapte
126AnyCom Bluetooth BlueCard driver. 126AnyCom Bluetooth BlueCard driver.
127.El 127.El
128.Ss USB Controller 128.Ss USB Controller
129.Bl -tag -width speaker(4) -offset indent 129.Bl -tag -width speaker(4) -offset indent
130.It Xr slhci 4 130.It Xr slhci 4
131Cypress/ScanLogic SL811HS USB Host Controller driver. 131Cypress/ScanLogic SL811HS USB Host Controller driver.
132.El 132.El
133.Sh SEE ALSO 133.Sh SEE ALSO
134.Xr cardbus 4 , 134.Xr cardbus 4 ,
135.Xr intro 4 , 135.Xr intro 4 ,
136.Xr isa 4 , 136.Xr isa 4 ,
137.Xr options 4 , 137.Xr options 4 ,
138.Xr pcic 4 , 138.Xr pcic 4 ,
139.Xr tcic 4 139.Xr tcic 4 ,
 140.Xr pcmcia 9
140.Sh HISTORY 141.Sh HISTORY
141The 142The
142.Nm 143.Nm
143driver appeared in 144driver appeared in
144.Nx 1.3 . 145.Nx 1.3 .
145.Sh BUGS 146.Sh BUGS
146.Ss IO space conflicts 147.Ss IO space conflicts
147.Nx 148.Nx
148probes the 149probes the
149.Tn PCMCIA 150.Tn PCMCIA
150IO bus width and uses that information to decide 151IO bus width and uses that information to decide
151where to map 152where to map
152.Tn PCMCIA 153.Tn PCMCIA