summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-23default map is now selected by the keyboard id. If current keyboard id don'tMats O Jansson
have a map, use the first keyboard map as default (us). -moj
1999-07-23doesn't end does it...Theo de Raadt
1999-07-23more slight dmesg formatting for some a really stupid driveTheo de Raadt
1999-07-23use READ_BIG for atapi; LS-120 works nowTheo de Raadt
1999-07-23doc -fTheo de Raadt
1999-07-23syncTheo de Raadt
1999-07-23other devices..Theo de Raadt
1999-07-23Identify Drive may have to access media. So, wait up to 10s (in polling mode)Constantine Sapuntzakis
for Identify Drive to do its thing. This should fix the "IDENTIFY timeout" some people are seeing. ATAPI SCSI buses only have 2 targets.
1999-07-23Eliminate namespace pollution, the crt0 file should not conflictDale S. Rahn
with the "C" function start();
1999-07-23replace the stub ieeefp functions with the real working functions,Dale S. Rahn
from NetBSD.
1999-07-22for drives <10MB of so, print #.##MB for the sizeTheo de Raadt
1999-07-22shorten dmesg outputTheo de Raadt
1999-07-22Partial synch.Marc Espie
1999-07-22align collumnsTheo de Raadt
1999-07-22insque is no longer part of libstdc++ (inherited from libiberty behavior)Marc Espie
1999-07-22insque is no longer part of libiberty.Marc Espie
1999-07-22put back 990629 `finalize_pic' removal, now that the newer snapshotMarc Espie
fixes all the defects.
1999-07-22uselessMarc Espie
1999-07-22MergeMarc Espie
1999-07-22990718, very close to release.Marc Espie
testsuite temporarily removed from snapshots because of copyright checks.
1999-07-22document kernel building; stolen from afterboot.8Theo de Raadt
1999-07-22Revert to 1.21Niklas Hallqvist
1999-07-22Reintroduce rev 1.41 which brings us TCP signatures again, but this timeNiklas Hallqvist
hopefully without random kernel data corruption.
1999-07-22ok, this driver works on the alpha, tooAaron Campbell
1999-07-22clearer description of DES and 3DES key requirements; deraadt@Aaron Campbell
1999-07-22whoops, correct the .Dt entries, this is the i386 architectureAaron Campbell
1999-07-22syncTheo de Raadt
1999-07-22shortenTheo de Raadt
1999-07-22do not talk about specific versions of openbsd in man pages!Theo de Raadt
1999-07-22need a blank line here... for nowTheo de Raadt
1999-07-22rename primary/secondary to channel 0/1Theo de Raadt
1999-07-22shorten dmesg; rename primary/secondary to channel 0/1; save space inTheo de Raadt
vendor/product tables
1999-07-22shorten dmesg outputTheo de Raadt
1999-07-22Fix isa_dmamap_* calls to take the correct first argument.Constantine Sapuntzakis
1999-07-22Fix bad144intern.Constantine Sapuntzakis
1999-07-22Use wdc_select_drive if we're starting in the IDLE bus state.Constantine Sapuntzakis
Modify the ATAPI reset state machine. Added two states, IDENTIFY and IDENTIFY_WAIT. These will revive ATAPI drives after a hard ATA reset. I don't think ATAPI devices have LUNs, so flag SDEV_NOLUNS as quirk of the SCSI adapter. The SCSI devices will "inherit" this setting from the parent. Correctly deal with 16-byte command packet devices (not that any exists, AFAIK). Optimization - don't poll devices that assert an interrupt on after sending PACKET cmd.
1999-07-22Create wdc_enable_intr, wdc_disable_intr, wdc_select_drive.Constantine Sapuntzakis
wdc_select_drive implements the drive selection protocol as documented in the ATA-5 preliminary specs.
1999-07-22Added ATAPI capabilities to the increasingly poorly named ata_drive_datasConstantine Sapuntzakis
1999-07-22use += when modifying COPTSTheo de Raadt
1999-07-22syncTheo de Raadt
1999-07-22oops, too earlyTheo de Raadt
1999-07-22pnpdevs.hTheo de Raadt
1999-07-22remove unneeded entriesTheo de Raadt
1999-07-22syncTodd T. Fries
1999-07-22another modemTodd T. Fries
1999-07-21Integrate docs for new ATA/IDE stuff into the tree for edited by csapuntz@,Aaron Campbell
especially the SYNOPSIS sections.
1999-07-21proto mem*() functionsTheo de Raadt
1999-07-21define some more cache-related pdc routinesMichael Shalayeff
1999-07-211000baseXX mediaJason Wright
1999-07-21sounds betterAaron Campbell