diff options
Diffstat (limited to 'sys/arch/hppa/include')
-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: |