cvs commit: src/sys/dev/ata ata-card.c ata-cbus.c ata-isa.c

Søren Schmidt sos at FreeBSD.org
Wed Apr 13 00:14:18 PDT 2005


sos         2005-04-13 07:14:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-card.c ata-cbus.c ata-isa.c 
  Log:
  Add a ata_setmode method so we dont panic on setmode.
  Note that the mode is only set on the device, we (mostly) have
  no knowledge on how to set mode on the controller if at all possible.
  
  Revision  Changes    Path
  1.32      +16 -3     src/sys/dev/ata/ata-card.c
  1.19      +10 -1     src/sys/dev/ata/ata-cbus.c
  1.26      +14 -0     src/sys/dev/ata/ata-isa.c


More information about the cvs-src mailing list