summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-70/+69
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-7/+7
* Fix floppy driver after my isadma changes.phk2000-03-251-7/+12
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-6/+6
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underjoerg2000-03-181-244/+243
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()peter2000-01-081-54/+47
* Merge most of FDC_YE into the mainline driver.imp2000-01-062-75/+31
* Make the evil broken pnpbios compensation slightly less evil.peter2000-01-051-15/+20
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-051-83/+134
* Added following modes:kato1999-12-281-8/+21
* Add a flag to disable FIFO probing. The code seems to have a chance ofjoerg1999-12-211-1/+3
* Add a truely evil workaround (hack!) for some unfortunate BIOSpeter1999-12-061-6/+23
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* Tidy up a few loose ends in the fifo setup code.peter1999-11-181-20/+1
* Add code to support ISA PnP.dfr1999-11-111-43/+120
* Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since thepeter1999-11-081-1/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-191-7/+1
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-6/+1
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Changes to centralise the default blocksize behaviour.julian1999-09-091-3/+0
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-1/+1
* Cosmetic tweak. Collect the fdc methods together and apart from the fdpeter1999-09-031-44/+53
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+1
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-1/+0
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().phk1999-08-281-0/+3
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-1/+14
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-119/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-5/+4
* Revert rev 1.149. Bruce convinced me that the problem already disappearedjoerg1999-07-291-5/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-3/+8
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-211-1/+5
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+6
* * Change include file locations.dfr1999-05-312-13/+18
* This commit should be a extensive NO-OP:phk1999-05-301-8/+23
* No support for pnp yet.dfr1999-05-301-2/+5
* Fixed reset handling for motor off resets. I first fixed this togetherbde1999-05-111-2/+3
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-5/+3
* GC unused #define id_physid id_scsiidpeter1999-05-081-7/+1
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-17/+2
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+1
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somepeter1999-05-021-17/+26
* Suser() simplification:phk1999-04-271-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-521/+618
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.peter1999-04-061-3/+3
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
OpenPOWER on IntegriCloud