1*04a1c1a1SRobert Mustacchi# 2*04a1c1a1SRobert Mustacchi# This file and its contents are supplied under the terms of the 3*04a1c1a1SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*04a1c1a1SRobert Mustacchi# You may only use this file in accordance with the terms of version 5*04a1c1a1SRobert Mustacchi# 1.0 of the CDDL. 6*04a1c1a1SRobert Mustacchi# 7*04a1c1a1SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*04a1c1a1SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*04a1c1a1SRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*04a1c1a1SRobert Mustacchi# 11*04a1c1a1SRobert Mustacchi 12*04a1c1a1SRobert Mustacchi# 13*04a1c1a1SRobert Mustacchi# Copyright 2025 Oxide Computer Company 14*04a1c1a1SRobert Mustacchi# 15*04a1c1a1SRobert Mustacchi 16*04a1c1a1SRobert Mustacchiname="eedev" parent="pseudo" instance=0; 17*04a1c1a1SRobert Mustacchi 18*04a1c1a1SRobert Mustacchi# 19*04a1c1a1SRobert Mustacchi# We want to ensure that an instance of this is always present to provide 20*04a1c1a1SRobert Mustacchi# services for drivers that want to use it. As such, we always force attach it. 21*04a1c1a1SRobert Mustacchi# 22*04a1c1a1SRobert Mustacchiddi-forceattach=1; 23