History log of /openbsd-current/sys/dev/pci/pciide_cmd_reg.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 23-Jul-2010 jsg

Manuel Bouyer rescinded clauses 3 and 4 of his license text.


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE
# 1.10 31-Aug-2008 jsg

remove http links to dead/changed domains.


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE
# 1.9 24-Sep-2004 grange

Multiple inclusion protection.


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE SMP_SYNC_A SMP_SYNC_B
# 1.8 28-Sep-2003 grange

kill trailing spaces, no functional changes


Revision tags: OPENBSD_3_4_BASE
# 1.7 05-Jul-2003 grange

Add missing timing value for CMD649 UDMA 5 mode.
Found by G Onufer <gonufer@yahoo.com>.

ok gluk@


Revision tags: OPENBSD_3_3_BASE UBC_SYNC_A
# 1.6 21-Feb-2003 grange

Fix Manuel Bouyer's copyright, from NetBSD
ok deraadt@


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE UBC_BASE UBC_SYNC_B
# 1.5 04-Apr-2001 csapuntz

branches: 1.5.6;


Minor cleanup to minimize diffs with NetBSD


# 1.4 25-Mar-2001 csapuntz

Minor mods to DMA interface - get rid of unnecessary args. Allow DMA functions to return status flags.

Note: Changing code to have DMA interface indicate when I/O is done (a la NetBSD) was considered. It was rejected due to questionable backward compatability
with ISA DMA and MAC obio DMA

Added irqack from NetBSD (though this feature should really be in the
PCI interrupt handlers)

Use pool


Revision tags: OPENBSD_2_8_BASE
# 1.3 26-Jun-2000 chris

from NetBSD
support CMD 648/649 UDMA66 controllers
fix promise UDMA66 cable check


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE SMP_BASE kame_19991208
# 1.2 04-Oct-1999 deraadt

branches: 1.2.4;
promise support; chris@ took it from netbsd


# 1.1 18-Jul-1999 csapuntz

Import of NetBSD ATA/IDE stuff.

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