Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 20:07:47 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22650 for review
Message-ID:  <200212230407.gBN47lQq098497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22650

Change 22650 by marcel@marcel_nfs on 2002/12/22 20:07:41

	Don't set the bus tag and handle at attach (by convention).

Affected files ...

.. //depot/projects/ia64/sys/dev/sio/sio_isa.c#10 edit

Differences ...

==== //depot/projects/ia64/sys/dev/sio/sio_isa.c#10 (text+ko) ====

@@ -204,8 +204,6 @@
 	res = sio_isa_alloc(dev, &space, &rid);
 	if (res == NULL)
 		return (ENXIO);
-	com->bsh = rman_get_bushandle(res);
-	com->bst = rman_get_bustag(res);
 	error = sioattach(dev);
 	if (error)
 		bus_release_resource(dev, space, rid, res);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212230407.gBN47lQq098497>