diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-15 17:52:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-15 17:52:03 +0000 |
commit | f4c0edf0e9344498c852a8d1e41d8a39dd30e529 (patch) | |
tree | 929a9465d09c1cc3184ffb2e5c44b326dd2301bc | |
parent | 065ce5cb2d0549b80bf7aaf7229c1f8dbc2be732 (diff) |
pdc device class for fibrechannel; from the iodc spec
-rw-r--r-- | sys/arch/hppa/include/pdc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h index 5778068b201..98588ed7775 100644 --- a/sys/arch/hppa/include/pdc.h +++ b/sys/arch/hppa/include/pdc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.h,v 1.20 2002/05/20 03:27:42 mickey Exp $ */ +/* $OpenBSD: pdc.h,v 1.21 2002/12/15 17:52:02 mickey Exp $ */ /* * Copyright (c) 1990 mt Xinu, Inc. All rights reserved. @@ -594,6 +594,7 @@ struct pz_device { #define PCL_DUPLEX 7 /* full-duplex point-to-point (RS-232, Net) */ #define PCL_KEYBD 8 /* half-duplex input (HIL Keyboard) */ #define PCL_DISPL 9 /* half-duplex ouptput (display) */ +#define PCL_FC 10 /* fibre channel access media */ #define PCL_CLASS_MASK 0xf /* XXX class mask */ #define PCL_NET_MASK 0x1000 /* mask for bootp/tftp device */ |