Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-22 | need a blank line here... for now | Theo de Raadt | |
1999-07-22 | shorten dmesg; rename primary/secondary to channel 0/1; save space in | Theo de Raadt | |
vendor/product tables | |||
1999-07-22 | shorten dmesg output | Theo de Raadt | |
1999-07-22 | Fix isa_dmamap_* calls to take the correct first argument. | Constantine Sapuntzakis | |
1999-07-22 | Fix bad144intern. | Constantine Sapuntzakis | |
1999-07-22 | Use 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-22 | Create 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-22 | Added ATAPI capabilities to the increasingly poorly named ata_drive_datas | Constantine Sapuntzakis | |
1999-07-22 | oops, too early | Theo de Raadt | |
1999-07-22 | pnpdevs.h | Theo de Raadt | |
1999-07-22 | remove unneeded entries | Theo de Raadt | |
1999-07-22 | sync | Todd T. Fries | |
1999-07-22 | another modem | Todd T. Fries | |
1999-07-21 | make it compile without midi. | Niels Provos | |
1999-07-21 | do resource requirement checking in match(), not attach() | Theo de Raadt | |
1999-07-21 | sync | Theo de Raadt | |
1999-07-21 | broken mpu on gravis | Theo de Raadt | |
1999-07-21 | sync | Theo de Raadt | |
1999-07-21 | whatever it is, GRV0003 is not a sb | Theo de Raadt | |
1999-07-21 | change how this prints | Theo de Raadt | |
1999-07-21 | Shorter IBM portable cdrom string. | Federico G. Schwindt | |
1999-07-21 | sync | Federico G. Schwindt | |
1999-07-21 | Add IBM Portable CD-ROM entry so wdc_pcmcia compiles. | Federico G. Schwindt | |
1999-07-21 | support ATAPI; csapuntz | Theo de Raadt | |
1999-07-21 | isapnp wdc works | Theo de Raadt | |
1999-07-21 | sync | Theo de Raadt | |
1999-07-21 | clean | Theo de Raadt | |
1999-07-21 | sync | Theo de Raadt | |
1999-07-21 | fix an error | Theo de Raadt | |
1999-07-20 | Fix offsets of wi_frame, from wpaul | Niklas Hallqvist | |
1999-07-20 | Add wdc pcmcia controller. As the other new ATA code, it needs to be | Federico G. Schwindt | |
uncommented. | |||
1999-07-20 | permit midi on mpu & ym | Theo de Raadt | |
1999-07-20 | first cut at isapnp and ym mpu | Theo de Raadt | |
1999-07-20 | sync | Theo de Raadt | |
1999-07-20 | shorter | Theo de Raadt | |
1999-07-20 | Fix SIS 5597 define. | Federico G. Schwindt | |
1999-07-20 | Make acd redundant. | Constantine Sapuntzakis | |
Mostly based on NetBSD-current | |||
1999-07-20 | sync | Theo de Raadt | |
1999-07-20 | simplify | Theo de Raadt | |
1999-07-20 | 126 -> NBT_BAD | Constantine Sapuntzakis | |
Fix disklabel/bad sectors stuff in wd | |||
1999-07-19 | sync | Theo de Raadt | |
1999-07-19 | rearrange | Theo de Raadt | |
1999-07-19 | sync | Theo de Raadt | |
1999-07-19 | label mpu devices, and another modem | Theo de Raadt | |
1999-07-19 | further fixes for strange wss isapnp cards; apollo@slcnet.net | Theo de Raadt | |
1999-07-19 | Lower chatiness | Constantine Sapuntzakis | |
1999-07-18 | Added acd dummy device so the new ATA stuff compiles & links | Constantine Sapuntzakis | |
1999-07-18 | NATAPIBUS -> NATAPISCSI | Constantine Sapuntzakis | |
1999-07-18 | We need an "atapiscsi.h" for dev/ic/wdc.c | Constantine Sapuntzakis | |
1999-07-18 | Import of NetBSD ATA/IDE stuff. | Constantine Sapuntzakis | |
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff |