summaryrefslogtreecommitdiffstats
path: root/sys/isa/fd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix my email address. I accidentally cut'npasted the wrong (old)joerg2001-06-031-1/+1
* Don't lie to diskerr() now that it listens to us.phk2001-05-251-5/+0
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-23/+40
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Harvest interrupt entropy off the floppy disk controller.markm2001-03-031-1/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Make diskerr() always log with printf.phk2000-11-261-2/+1
* Untangle some resource matching loops that were getting on my nervespeter2000-10-151-3/+4
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-19/+5
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-12/+76
* Avoid a '"fd" is usurping ...' message.n_hibma2000-08-091-1/+5
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-281-0/+2
* Step down a level and issue format requests with a struct bio insteadphk2000-05-061-20/+20
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-301-1/+1
* 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-061-75/+26
* 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-281-1/+1
* 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
OpenPOWER on IntegriCloud