Maxime Henrion
7617255f4a
Remove a bunch of #include "opt_pci.h".
2002-11-13 17:40:15 +00:00
Maxime Henrion
d541eb80c6
Unbreak kernel build.
...
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-11-13 17:34:12 +00:00
Matthew N. Dodd
1c54ff3315
Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to
...
a loader tunable hw.pci.allow_unsupported_io_range.
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
Approved by: re (murray)
2002-11-13 09:42:25 +00:00
Matthew N. Dodd
04211a9bcc
Staticize local variable.
...
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
Obtained from: re (murray)
2002-11-13 09:40:09 +00:00
Hidetoshi Shimokawa
d6ec58858c
- Add fwmem_xfer_req() and use this in other functions.
2002-11-12 17:19:21 +00:00
Hidetoshi Shimokawa
8687c4fbcd
- Remove unused code.
...
- Fix style.
2002-11-12 17:16:20 +00:00
Hidetoshi Shimokawa
c57d646f99
fix wording.
2002-11-12 17:11:32 +00:00
Hidetoshi Shimokawa
17821895ee
Split userland services to fwdev.c.
2002-11-12 15:22:19 +00:00
Hidetoshi Shimokawa
f90ce7b125
Use struct fw_device in fwmem.c
...
- specify fwmem target by EUI64.
- fw_noderesolve returns struct fw_device rather than dst.
- include struct firewire_comm in struct fw_device.
2002-11-12 13:49:17 +00:00
Hidetoshi Shimokawa
5e2a411f2d
Add a prototype for suspend/resume.
2002-11-12 13:46:09 +00:00
Hidetoshi Shimokawa
98e6731b51
Change interface of fwmem_read_*() functions to be usable from other part
...
of the module.
2002-11-12 11:15:01 +00:00
Hidetoshi Shimokawa
c3b0952272
Change interface of fwmem_read_*() functions to be usable from other part
...
of the module.
2002-11-12 11:08:50 +00:00
Scott Long
2de8725950
Use better return types and a couple of casts to eliminate warnings on
...
alpha. This will take the file out of sync with the private version
that we maintain, but alpha tinderbox has been broken for too long.
Tested on: i386, sparc64, alpha
2002-11-12 10:22:49 +00:00
Hidetoshi Shimokawa
8da326fd37
- clean up
2002-11-12 10:02:50 +00:00
Scott Long
1e06ae9969
Fix two typos from the previous commit. This code is definitely infectious.
2002-11-12 09:45:59 +00:00
Scott Long
e6e272b905
Step one of cleaning and fixing cardbus:
...
- Fix some especially bad style in the CIS BAR tuple parsing code.
- activate Option ROMS correctly.
- de-obfuscate the Option ROM image selection code.
- Fix mis-interpretation of the PCI spec that prevented Option ROMs whose
CIS section wasn't in the first image from working.
- Fix mis-interpretation of the PCI spec that prevented CIS's mapped into
MEMIO space from working at all.
- Reject invalid CIS pointers.
Reviewed by: imp
2002-11-12 08:23:27 +00:00
Hidetoshi Shimokawa
c572b81055
- Remove unused code.
...
- Style fixes.
2002-11-12 05:52:01 +00:00
Hidetoshi Shimokawa
783058fa0d
Restrict process count in fwohci_arcv() and fwohci_ircv().
2002-11-12 04:54:30 +00:00
Maxime Henrion
2ac8c61ac4
Capitalize the first letter of device descriptions
...
for consistency with the rest of the drivers.
2002-11-11 15:26:08 +00:00
Thomas Moestl
20207b60a8
Declare the snp ioctl()s to work on udev_t, since that is what they
...
really do and dev_t is defined differently in kernel and userland.
Return a correctly formed udev from SNPGTTY.
Reviewed by: dd
2002-11-11 10:45:31 +00:00
Maxime Henrion
aa26768242
Warning fixes.
2002-11-11 10:28:44 +00:00
Maxime Henrion
97be736aca
Warning fix.
2002-11-11 10:17:01 +00:00
Matthew N. Dodd
f5464126bb
Replace {disable,enable}_intr() with critical_{enter,exit}().
2002-11-10 03:45:49 +00:00
Alfred Perlstein
29f194457c
Fix instances of macros with improperly parenthasized arguments.
...
Verified by: md5
2002-11-09 12:55:07 +00:00
John Baldwin
4ed3ce72b0
Fix some sizeof(int) != sizeof(void *) warnings.
2002-11-08 21:30:26 +00:00
John Baldwin
e068a87835
- Move opt_fb.h earlier so it covers included headers.
...
- Update cdevsw. Block majors are out, kqfilters are in.
- No need to bzero softc's that we get from new-bus. They come that way to
begin with.
2002-11-08 21:10:53 +00:00
John Baldwin
7b3ac8969c
Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined in
...
included headers.
2002-11-08 21:04:44 +00:00
John Baldwin
3f57c87ebf
Fix printf warnings with %j and uintmax_t.
2002-11-08 20:59:23 +00:00
John Baldwin
108a50d232
Use critical_enter/exit instead of disable/enable_intr to make this
...
driver more portable.
2002-11-08 18:32:57 +00:00
John Baldwin
672cc99ed3
- Change the ATM stack functions to use intptr_t instead of int for opaque
...
arguments.
- Fix a few other places that assumed that sizeof(int) == sizeof(void *).
Reviewed by: mdodd
2002-11-08 18:27:30 +00:00
Prafulla Deuskar
1d966d27b1
- Set RS (Report Status) bit on all descriptors of a packet instead of just the last one.
...
- Set RDTR to zero by default instead of 28.
- Fixed a problem with TX hangs with jumbo frames when number of fragments in the mbuf chain
is large.
- Added support for 82540EP based cards.
MFC after: 3 days
2002-11-08 18:14:17 +00:00
John Baldwin
f47789c828
Use %z to print a size_t value.
2002-11-08 14:58:35 +00:00
Michael Reifenberger
ad59e7ecbd
Reviewed by: n_hibma
...
MFC after: 2 weeks
fix XPT_CALC_GEOMETRY to fill in some reasonable values.
Inspired by aic/sbp.
2002-11-08 07:57:42 +00:00
John Baldwin
f544691671
- Use %p to print pointers instead of casting pointers to an int and using
...
0x%x.
- Add a cast to quiet a warning.
2002-11-07 22:25:13 +00:00
John Baldwin
482a5259ac
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
...
I fixed earlier.
Requested by: mux, jake
2002-11-07 22:23:46 +00:00
John Baldwin
7399a5ddd0
Make 'rclk' a uintptr_t to quiet warnings.
2002-11-07 22:22:10 +00:00
John Baldwin
d0ffe397df
Use %z and %j to quiet warnings.
2002-11-07 22:21:38 +00:00
John Baldwin
2fc606e29c
Cast a pointer to a uintptr_t instead of a u_int.
2002-11-07 22:21:10 +00:00
John Baldwin
148aade5cb
Fix the rest of the 64-bit warnings for the sr(4) driver.
2002-11-07 22:20:22 +00:00
John Baldwin
50be24a116
Explicitly cast daddr_t's to long long's when printing them since daddr_t
...
is not long long on all archs. (They happen to be long's on 64-bit arch's
and gcc considers that significant enough to warn about it.) These should
probably be uintmax_t but I didn't feel like adding all the extra includes.
2002-11-07 21:52:51 +00:00
John Baldwin
9cbe11ea18
Cast a ptrdiff_t value to an int to quiet a warning since we don't support
...
%t in the kernel printf yet.
2002-11-07 21:34:21 +00:00
John Baldwin
34c7d76e45
Quiet some DIAGNOSTIC printf warnings with band-aid casts.
2002-11-07 21:25:49 +00:00
John Baldwin
40e8bd8c76
Print pointers with %p instead of casting them to an unsigned int and
...
then printing them with 0x%x which doesn't work when sizeof(void *) >
sizeof(int).
2002-11-07 21:19:47 +00:00
John Baldwin
1a8fc7d6a0
Fix lots of places that assume sizeof(int) == sizeof(void *). Most of
...
these were cosmetic. However, at least two of these changes fix bugs
where a (fake) pointer to a RX descriptor was added to the physical
memory start address with the cast in the wrong place resulting in
rxdesc[pmem_start] instead of (uintptr_t)rxdesc + pmem_start.
2002-11-07 21:13:15 +00:00
John Baldwin
551d543a17
Cast a pointer to uintptr_t instead ot u_int.
2002-11-07 19:56:21 +00:00
John Baldwin
8d667a42c4
d_read_t functions return an int, not a ssize_t. (Considering the fact
...
that read(2) returns a ssize_t perhaps this is a bug in d_read_t?)
2002-11-07 17:26:38 +00:00
John Baldwin
a885bb6007
Warning fixes for sizeof(int) != sizeof(void *).
2002-11-07 17:25:33 +00:00
John Baldwin
9e14a48a03
- Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1
...
properly.
- Add a cast to quiet a printf warning.
2002-11-07 17:20:58 +00:00
Ian Dowse
947e381597
Properly fix the occassional random crash issue that revision 1.142
...
just limited to the DEVICE_POLLING case. This removes the FXP_RFA_RNRMARK
hack, and replaces it with a softc flag that is used to record when
the handling of a no-resource condition was deferred due to running
out of DEVICE_POLLING cycles. This was tested on -stable, but the
code is essentially the same as in -current. It should only affect
the case where DEVICE_POLLING is defined.
The details of the mechanism behind the crashes are still uncertain
but the most likely cause seems to be some kind of hardware confusion
when the no-resource recovery code is accidentally invoked while
the receiver is still active. This could have happened if the
hardware left the 0x4000 bit of the RFA status word set. The comments
in the commit log for revision 1.142 stating that the driver could
clash with the hardware writing to this status word were not correct.
Tested by: Guy Helmer <ghelmer@palisadesys.com>
2002-11-07 16:04:07 +00:00
Hidetoshi Shimokawa
70ce30b573
- Fix printf warnings on 64bit plathome.
...
- Disable fw_vmaccess() because it's not used and unuseful 64bit plathome.
2002-11-07 02:13:40 +00:00