summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wd.c
Commit message (Expand)AuthorAgeFilesLines
* Set si_iosize_max rather than d_maxio.phk1999-09-201-12/+7
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-201-1/+1
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-7/+1
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-011-91/+33
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-23/+4
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-23/+10
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Simplify cdevsw registration.phk1999-05-311-9/+4
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* GC unused #define id_physid id_scsiidpeter1999-05-081-7/+1
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-18/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-8/+17
* Build the functionality of the wdc_p hack into the ide_pci.c code.peter1999-04-131-3/+2
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-131-99/+2
* We don't need to splbio() around biodone().phk1999-04-021-3/+1
* Fixed a couple of missing drive selects in wdreset(). This mainlybde1999-03-231-2/+4
* Fix an operator precedence bug.dt1999-02-201-3/+3
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+4
* Patch from Soeren to remove inapropriate interrupt messagesjulian1999-01-271-6/+7
* Pass the unit number to the DMA cookie lookup routine and use itbde1999-01-171-3/+5
* Don't let bugs in ide_pci.c break wdprobe(), at least for standardbde1999-01-161-25/+10
* Silence warnings by cleaning up xxxintr typeseivind1999-01-121-3/+4
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesjulian1999-01-111-3/+2
* Correct the wrong PCI-IDE probing on AcerLabs Aladdin-V chipset. It won'tfoxfair1998-12-241-4/+14
* Fixed misformatted error messages. wderror() was broken way backbde1998-12-151-3/+3
* Make it possible to adjust the IDE probe delay from kernel config files.eivind1998-11-151-1/+6
* Fixed the bug that caused negative busycounts in devstat. Thebde1998-11-151-6/+6
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+3
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Update system to new device statistics code.gibbs1998-09-151-53/+22
* Remove the SLICE code.sos1998-09-141-314/+2
* remove bdevsw arg from dsopen();phk1998-08-231-2/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-2/+2
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-131-5/+3
* Fixed printf format errors.bde1998-07-111-4/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-10/+30
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Oops, only apply the CHS size from lbasize thing when disk reportssos1998-05-111-2/+3
* cleanup:julian1998-05-071-184/+62
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+158
* Fix the 4-8G LBA geometry it was wrong.sos1998-05-051-2/+7
* slice_device.c: permissions changes for SLICE devicesjulian1998-04-241-2/+4
* When calling the open function, specify either FREAD and/or FWRITEjulian1998-04-231-3/+3
* Bad144 support for the slice system (!)julian1998-04-221-3/+9
* close() is no longer a SLICE method.julian1998-04-221-11/+21
OpenPOWER on IntegriCloud