| #
c9690682 |
| 26-Oct-2016 |
pgoyette <pgoyette@NetBSD.org> |
Update the devlist2h.awk script to track the maximum lengths of vendor and product strings, and report the max values at end of the run.
Update the Makefiles.{pci,usb,hdaudio}devs to point users at
Update the devlist2h.awk script to track the maximum lengths of vendor and product strings, and report the max values at end of the run.
Update the Makefiles.{pci,usb,hdaudio}devs to point users at the places which might need to be updated if the maximum lengths get larger.
Since this commit makes no changes to the generated files, we don't need to regenerate them now.
show more ...
|
| #
8a9ff04b |
| 28-Mar-2015 |
jmcneill <jmcneill@NetBSD.org> |
Split hdaudio and PCI attach glue. Even though the driver was written with this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move common parts to sys/dev/hdaudio and PCI attach g
Split hdaudio and PCI attach glue. Even though the driver was written with this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
show more ...
|