opnsense-src/sys/dev/firewire
Nate Lawson 2813692cc2 Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
Devices below may experience a change in geometry.

* Due to a bug, aic(4) never used extended geometry.  Changes all drives
  >1G to now use extended translation.
* sbp(4) drives exactly 1 GB in size now no longer use extended geometry.
* umass(4) drives exactly 1 GB in size now no longer use extended geometry.

For all other controllers in this commit, this should be a no-op.

Looked over by:	scottl
2003-06-14 22:17:41 +00:00
..
00README Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial 2002-09-13 12:31:56 +00:00
firewire.c Allocate zeroed space for fwdev. 2003-06-03 22:58:22 +00:00
firewire.h MFp4(simokawa_firewire): 2003-04-17 03:38:03 +00:00
firewire_phy.h MFp4(simokawa_firewire): 2003-04-17 03:38:03 +00:00
firewirereg.h Move CSR definitions to iec*.h from firewirereg.h. 2003-04-29 13:27:13 +00:00
fwcrom.c - Improve configuration ROM parser for multiple unit directory. 2003-04-26 16:45:40 +00:00
fwdev.c Set the local bus address in xfer->dst. 2003-04-22 02:31:31 +00:00
fwdma.c MFp4(simokawa_firewire): 2003-04-17 03:38:03 +00:00
fwdma.h Remove the redundant declaration of bus_dmasync_op_t. 2003-05-27 16:34:52 +00:00
fwmem.c Open fwmem device exclusively. 2003-06-03 22:52:55 +00:00
fwmem.h MFp4(simokawa_firewire): 2003-04-17 03:38:03 +00:00
fwohci.c Set recv.len to zero if we get no response. 2003-04-29 15:02:34 +00:00
fwohci_pci.c Add id for TI's 1394b link chip. 2003-06-04 04:26:14 +00:00
fwohcireg.h Add id for TI's 1394b link chip. 2003-06-04 04:26:14 +00:00
fwohcivar.h MFp4(simokawa_firewire): 2003-04-17 03:38:03 +00:00
iec13213.h Fix typo in the previous revision. 2003-06-10 12:08:58 +00:00
iec68113.h Move CSR definitions to iec*.h from firewirereg.h. 2003-04-29 13:27:13 +00:00
if_fwe.c Add tx_speed sysctl variable. 2003-06-10 02:27:39 +00:00
if_fwevar.h MFp4(simokawa_firewire): 2003-04-17 03:38:03 +00:00
sbp.c Merge common XPT_CALC_GEOMETRY functions into a single convenience function. 2003-06-14 22:17:41 +00:00