scc_bfe.h (718cf2ccb9956613756ab15d7a0e28f2c8e91cab) scc_bfe.h (a4ec123c569adc860c69827bc54c306b333c924b)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2004-2006 Marcel Moolenaar
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 100 unchanged lines hidden (view full) ---

109 u_int cl_channels; /* Number of independent channels. */
110 u_int cl_class; /* SCC bus class ID. */
111 u_int cl_modes; /* Supported modes (bitset). */
112 int cl_range;
113};
114
115extern struct scc_class scc_quicc_class;
116extern struct scc_class scc_sab82532_class;
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2004-2006 Marcel Moolenaar
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 100 unchanged lines hidden (view full) ---

109 u_int cl_channels; /* Number of independent channels. */
110 u_int cl_class; /* SCC bus class ID. */
111 u_int cl_modes; /* Supported modes (bitset). */
112 int cl_range;
113};
114
115extern struct scc_class scc_quicc_class;
116extern struct scc_class scc_sab82532_class;
117extern struct scc_class scc_z8530_class;
117extern struct scc_class scc_z8530_escc_class;
118extern struct scc_class scc_z8530_legacy_class;
118
119struct scc_softc {
120 KOBJ_FIELDS;
121 struct scc_class *sc_class;
122 struct scc_bas sc_bas;
123 device_t sc_dev;
124
125 struct mtx sc_hwmtx; /* Spinlock protecting hardware. */

--- 31 unchanged lines hidden ---
119
120struct scc_softc {
121 KOBJ_FIELDS;
122 struct scc_class *sc_class;
123 struct scc_bas sc_bas;
124 device_t sc_dev;
125
126 struct mtx sc_hwmtx; /* Spinlock protecting hardware. */

--- 31 unchanged lines hidden ---