remove unneeded includes; ok mpi@
Remove unused device poll functions.
Also remove unneeded includes of <sys/poll.h> and <sys/select.h>.
Some addenda from jsg@.
OK miod@ mpi@
Remove quirk matching all Yamaha devices, as this prevents non-MIDI
devices from attaching (ex uaudio devices).
ok mpi
OpenBSD/src KQMGZ6G — sys/dev/gpio gpiodcf.c, sys/isofs/cd9660 cd9660_util.c cd9660_node.c
Delete unnecessary <sys/file.h> includes
ok millert@ krw@
No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks.
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
proc.h is way too much header for usb to handle.
you probably don't need to include vnode.h or reboot.h. you most definitely
absolutely do not need to include vnode.h because it includes uvm_extern.h
and you want the idiotic TRUE FALSE defines from uvm.
Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908.
ok ratchov@
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
#include <sys/lock.h> not needed. i.e. these compile fine without it.
Move contents of sys/select.h to sys/selinfo.h in preparation for a
userland-visible sys/select.h. Consistent with what Net and Free do.
OK deraadt@, tested with full ports build by naddy@.
better midi stuff from alex at caoua.org
OpenBSD/src 579486c — sys/arch/sparc64/include ctlreg.h, sys/arch/sparc64/sparc64 locore.s
Sync SMP branch to -current
sync tag with NetBSD
sync to -current
Version | Delta | File |
---|
1.34.2.2 | +5,756 | -4,661 | sys/dev/ic/aic7xxx.c |
1.2.6.2 | +3,216 | -4,195 | sys/dev/microcode/typhoon/3c990img.h |
1.29.4.3 | +831 | -1,528 | sys/arch/sparc/dev/zs.c |
1.8.10.1 | +1,333 | -860 | sys/dev/microcode/aic7xxx/aic7xxx.seq |
1.3.10.2 | +1,100 | -810 | sys/dev/microcode/aic7xxx/aic7xxx_seq.h |
1.2.2.2 | +1,441 | -11 | sys/dev/pci/noct.c |
| +13,677 | -12,065 | 1,366 files not shown |
| +51,823 | -38,558 | 1,372 files |
fixes from NetBSD
add usb midi support.
untested
From NetBSD
Meant to commit only ulpt and committed everything. Most things weren't ready
Sync ulpt driver with NetBSD