diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2003-02-23 15:05:04 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2003-02-23 15:05:04 +0000 |
| commit | 9644f64b75715f30b104368d7874ce10e2adedf2 (patch) | |
| tree | e0b1e7189c1181f776a2f0c8160a5d9ce040ea76 | |
| parent | 96c4266cb3ec0dfe1c78d4661551284f4ffdfa2a (diff) | |
Notes
| -rw-r--r-- | sys/dev/ata/ata-chipset.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c index 88602269151e..f3273a7e2966 100644 --- a/sys/dev/ata/ata-chipset.c +++ b/sys/dev/ata/ata-chipset.c @@ -1254,9 +1254,6 @@ ata_serverworks_setmode(struct ata_device *atadev, int mode) else pci_write_config(parent, 0x54, pci_read_config(parent, 0x54, 1) | ~(0x01 << devno), 1); - - pci_write_config(parent, 0x54, pci_read_config(parent, 0x54, 1) & - ~(0x01 << devno), 1); pci_write_config(parent, 0x44, (pci_read_config(parent, 0x44, 4) & ~(0xff << (offset << 8))) | |
