diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-14 00:58:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-14 00:58:00 +0000 |
commit | e75f2620bc099c6431e79e04a086e7dd9b4b19b8 (patch) | |
tree | 8a394d0e1abb4bf5bf870529f911435c730e75a2 | |
parent | 8649b42db309dd16d1bea888581d82a940b2b8c9 (diff) |
add lan_station_id struct
-rw-r--r-- | sys/arch/hppa/include/pdc.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h index 76c59f29a2e..530e9d2a84a 100644 --- a/sys/arch/hppa/include/pdc.h +++ b/sys/arch/hppa/include/pdc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.h,v 1.8 1998/12/13 06:39:10 mickey Exp $ */ +/* $OpenBSD: pdc.h,v 1.9 1998/12/14 00:57:59 mickey Exp $ */ /* * Copyright (c) 1990 mt Xinu, Inc. All rights reserved. @@ -394,6 +394,12 @@ struct pdc_memmap { /* PDC_MEMMAP */ u_int filler[30]; }; +struct pdc_lan_station_id { /* PDC_LAN_STATION_ID */ + u_int8_t addr[6]; + u_int8_t filler1[2]; + u_int filler2[30]; +}; + /* * The PDC_CHASSIS is a strange bird. The format for updating the display * is as follows: |