Bug 14562 - ioctl() codes should be provided for ejecting all removables
Summary: ioctl() codes should be provided for ejecting all removables
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 3.3-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-28 01:10 UTC by Ronald F. Guilmette
Modified: 2017-08-09 18:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald F. Guilmette 1999-10-28 01:10:01 UTC
	In theory anyway, CD-ROM decices (the SCSI ones, anyway) can be
	induced to eject their loaded media via proper use of the `CDIOCEJECT'
	ioctl control code.

	An equivalent capability should be provided also for floppies, and
	indeed for *all* forms of removable media drives that provide this
	type of capability.

Fix: 

Manually eject the media.
How-To-Repeat: 
	RTFM (`man fdc')
Comment 1 Kenneth D. Merry freebsd_committer freebsd_triage 1999-10-28 01:15:45 UTC
State Changed
From-To: open->suspended

This is a functional duplicate of PR 13843, but instead of closing it I'll 
use it as another "vote" for some sort of generic eject ioctl.  In any case, 
until we get a generic eject ioctl, you can use 'camcontrol eject' to eject 
any SCSI removable media. 


Comment 2 Kenneth D. Merry freebsd_committer freebsd_triage 1999-10-28 01:15:45 UTC
Responsible Changed
From-To: freebsd-bugs->ken

I'll handle this sooner or later.  Due to my workload, this will likely be  
handled much later. 
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-08-02 01:36:44 UTC
Responsible Changed
From-To: ken->freebsd-bugs

With permission, reassign away from inactive committer.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-15 09:15:07 UTC
miwi        2010-07-15 08:14:48 UTC

  FreeBSD ports repository

  Modified files:
    math/gretl           Makefile distinfo pkg-plist 
    math/gretl/files     patch-cli::Makefile.in 
                         patch-gui2::Makefile.in 
  Log:
  - Update to 1.9.1
  
  PR:             14562
  Submitted by:   Ports Fury
  
  Revision  Changes    Path
  1.91      +1 -3      ports/math/gretl/Makefile
  1.47      +3 -3      ports/math/gretl/distinfo
  1.12      +9 -9      ports/math/gretl/files/patch-cli::Makefile.in
  1.14      +6 -6      ports/math/gretl/files/patch-gui2::Makefile.in
  1.46      +8 -2      ports/math/gretl/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Eugene Grosbein freebsd_committer freebsd_triage 2017-08-09 18:11:17 UTC
The request got no attention for 18 years. And we now have CAM layer working not only for SCSI devices. And floppy drives are not so topical anymore. So close this.