freebsd-dev/sys/dev/ata
Poul-Henning Kamp 70cd771337 The present defaults for the open and close for device drivers which
provide no methods does not make any sense, and is not used by any
driver.

It is a pretty hard to come up with even a theoretical concept of
a device driver which would always fail open and close with ENODEV.

Change the defaults to be nullopen() and nullclose() which simply
does nothing.

Remove explicit initializations to these from the drivers which
already used them.
2003-09-27 12:01:01 +00:00
..
ata-all.c The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
ata-all.h Cleanup the dma int/alloc/free code. 2003-08-25 11:13:04 +00:00
ata-card.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-cbus.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-chipset.c Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA. 2003-09-08 13:55:05 +00:00
ata-commands.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-disk.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-disk.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-dma.c Cleanup the dma int/alloc/free code. 2003-08-25 11:13:04 +00:00
ata-isa.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-lowlevel.c Dont reject a master device if it said slave failed. 2003-09-20 08:38:33 +00:00
ata-pci.c Cleanup the dma int/alloc/free code. 2003-08-25 11:13:04 +00:00
ata-pci.h Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA. 2003-09-08 13:55:05 +00:00
ata-queue.c Always check the sensekey field on ATAPI returns 2003-09-19 12:46:12 +00:00
ata-raid.c Limit the size of the rebuild requests to be within safety. 2003-09-08 13:36:26 +00:00
ata-raid.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-cam.c Enable DMA for ATAPI/CAM input/output operations. 2003-09-24 18:40:10 +00:00
atapi-cd.c Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs. 2003-09-22 17:58:40 +00:00
atapi-cd.h Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs. 2003-09-22 17:58:40 +00:00
atapi-fd.c Unify prototypes. 2003-08-25 09:01:49 +00:00
atapi-fd.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-tape.c Unify prototypes. 2003-08-25 09:01:49 +00:00
atapi-tape.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00