aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/firewire/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Add fwip module.Doug Rabson2004-07-121-0/+1
| | | | Notes: svn path=/head/; revision=132034
* Normalize SUBDIR.Ruslan Ermilov2004-01-191-5/+4
| | | | Notes: svn path=/head/; revision=124711
* Add SBP-II target mode driver.Hidetoshi Shimokawa2003-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Though this is still incomplete and has some missing features such as exclusive login and event notification, it may be enough for someone who wants to play with it. This driver is supposed to work with firewire(4), targ(4) of CAM(4) and scsi_target(8) which can be found in /usr/share/example/scsi_target. This driver doesn't require sbp(4) which implements initiator mode. Sample configuration: Kernel: (you can use modules as well) device firewire device scbus device targ device sbp_targ After reboot: # mdconfig -a -t malloc -s 10m md0 # scsi_target 0:0:0 /dev/md0 (Assuming sbp_targ0 on scbus0) You should find the 10MB HDD on FreeBSD/MacOS X/WinXP or whatever connected to the target using FireWire. Manpage is not finished yet. Notes: svn path=/head/; revision=121186
* Enable if_fwe.Hidetoshi Shimokawa2002-11-031-1/+1
| | | | Notes: svn path=/head/; revision=106375
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-131-0/+8
Bus Protocol 2:SCSI over IEEE1394) support for CAM. Notes: svn path=/head/; revision=103285