diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-11-16 04:31:33 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-11-16 04:31:33 +0000 |
commit | ab52e8df6d5a8d455fe7540111b87945e62f6563 (patch) | |
tree | 48952b8b94ed36a5c9477c12612fa004711e7e3e /sys/dev/ic/mpt_openbsd.c | |
parent | 8345c6b9e45c1cbf934828713fc8e134d39a4cdb (diff) |
Synch up all .h mpi files with FreeBSD. These new files contain the latest
LSI changes necssary for IM.
Diffstat (limited to 'sys/dev/ic/mpt_openbsd.c')
-rw-r--r-- | sys/dev/ic/mpt_openbsd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/mpt_openbsd.c b/sys/dev/ic/mpt_openbsd.c index dc7726dee5c..1e9340b002d 100644 --- a/sys/dev/ic/mpt_openbsd.c +++ b/sys/dev/ic/mpt_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_openbsd.c,v 1.26 2005/11/06 01:42:23 dlg Exp $ */ +/* $OpenBSD: mpt_openbsd.c,v 1.27 2005/11/16 04:31:32 marco Exp $ */ /* $NetBSD: mpt_netbsd.c,v 1.7 2003/07/14 15:47:11 lukem Exp $ */ /* @@ -141,8 +141,8 @@ enum mpt_scsi_speed { U320, U160, U80 }; int mpt_ppr(mpt_softc_t *mpt, struct scsi_link *sc_link, int speed, int flags) { - fCONFIG_PAGE_SCSI_DEVICE_0 page0; - fCONFIG_PAGE_SCSI_DEVICE_1 page1; + CONFIG_PAGE_SCSI_DEVICE_0 page0; + CONFIG_PAGE_SCSI_DEVICE_1 page1; uint8_t tp; int error; struct scsi_inquiry_data inqbuf; |