NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57357 CVS commit: src/sys/dev/pci



The following reply was made to PR kern/57357; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57357 CVS commit: src/sys/dev/pci
Date: Sun, 16 Apr 2023 17:57:08 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Apr 16 17:57:08 UTC 2023
 
 Modified Files:
 	src/sys/dev/pci: virtio_pci.c
 
 Log Message:
 virtio@pci: Fix assertion on detach.
 
 If the child never attached in the first place, it's OK for it to not
 have detached.
 
 XXX This should not be a set of flags; this should be a state
 enumeration, because some flags make no sense, like FINISHED|FAILED.
 
 XXX This should not be asserted separately in each bus; there should
 be a single place in virtio.c to assert this, uniformly in all buses.
 
 PR kern/57357
 
 XXX pullup-10
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/virtio_pci.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index