diff options
Diffstat (limited to 'sys/dev/pci/pciide_sis_reg.h')
-rw-r--r-- | sys/dev/pci/pciide_sis_reg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide_sis_reg.h b/sys/dev/pci/pciide_sis_reg.h index 9eebf5b5390..47ed4f05258 100644 --- a/sys/dev/pci/pciide_sis_reg.h +++ b/sys/dev/pci/pciide_sis_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_sis_reg.h,v 1.6 2004/09/24 07:38:38 grange Exp $ */ +/* $OpenBSD: pciide_sis_reg.h,v 1.7 2004/10/17 18:16:12 grange Exp $ */ /* $NetBSD: pciide_sis_reg.h,v 1.6 2000/05/15 08:46:01 bouyer Exp $ */ /* @@ -93,6 +93,11 @@ #define SIS_PRODUCT_5518 0x5518 +/* Private data */ +struct pciide_sis { + u_int8_t sis_type; +}; + /* timings values, mostly from FreeBSD */ /* PIO timings, for all up to 133NEW */ static const u_int8_t sis_pio_act[] = |