| #
8d3fa1ac |
| 20-Jan-2025 |
maya <maya@NetBSD.org> |
Add ncm(4) a driver for USB Network Control Model
Seen on my Google Pixel 8, which implements ncm instead of urndis.
|
| #
f3c68eb2 |
| 29-Jun-2021 |
nia <nia@NetBSD.org> |
Remove uscanner(4) driver
This exists for compatibility with a Linux interface which was apparently deprecated in Linux 2.6. There are various mailing list threads going back to 2004 where the usefu
Remove uscanner(4) driver
This exists for compatibility with a Linux interface which was apparently deprecated in Linux 2.6. There are various mailing list threads going back to 2004 where the usefulness of this driver is discussed, but the conclusion is that scanner software has all moved to using ugen(4) instead, and enabling this driver will not help you scan things.
show more ...
|
| #
4c9aff59 |
| 01-Mar-2021 |
jakllsch <jakllsch@NetBSD.org> |
add rge
|
| #
ab03e1c6 |
| 09-Sep-2020 |
yamaguchi <yamaguchi@NetBSD.org> |
Add ixl and iavf
|
| #
5cf9e8b8 |
| 16-May-2020 |
maya <maya@NetBSD.org> |
Remove uyap, USB YAP phone firmware loader.
And the associated ezload EZ-USB code, which is only used by uyap. It could theoretically be used by other drivers, but none of them are in tree.
I suspe
Remove uyap, USB YAP phone firmware loader.
And the associated ezload EZ-USB code, which is only used by uyap. It could theoretically be used by other drivers, but none of them are in tree.
I suspect that this device isn't in use, as phone technology has improved a lot since 2001 when uyap(4) was added to the tree.
Proposed with no objections on netbsd-users on 13 April 2020
show more ...
|
| #
428130a8 |
| 09-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Retire azalia(4).
|
| #
09ad70fb |
| 17-Jan-2020 |
maya <maya@NetBSD.org> |
Remove uyurex(4).
This is a driver for a "nonsense machine" made by the art group Maywa-Denki in 2008. It was disabled by default.
Unfortunately even so it draws development attention (flaws found
Remove uyurex(4).
This is a driver for a "nonsense machine" made by the art group Maywa-Denki in 2008. It was disabled by default.
Unfortunately even so it draws development attention (flaws found in the code, MP-ification needs) and it is best not to continue to maintain this driver.
Proposed without objections on tech-kern.
show more ...
|
| #
2eec3817 |
| 01-Nov-2019 |
msaitoh <msaitoh@NetBSD.org> |
Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup and IFM_NONE support.
|
| #
d4bacf09 |
| 30-Oct-2019 |
msaitoh <msaitoh@NetBSD.org> |
Add jmphy(4) from OpenBSD.
|
| #
fdafaadd |
| 25-Oct-2019 |
martin <martin@NetBSD.org> |
Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU systems. From Andrew Doran in PR kern/54648.
|
| #
d3ce678f |
| 07-Oct-2019 |
msaitoh <msaitoh@NetBSD.org> |
Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by Tomokazu HARADA and patch provided by Andrius V.
|
| #
e622eac4 |
| 08-May-2019 |
isaki <isaki@NetBSD.org> |
Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented system rather than thread-oriented. - Improve stability, quality and performance. - Split playback and record cleanly.
Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented system rather than thread-oriented. - Improve stability, quality and performance. - Split playback and record cleanly. Improve halfduplex support. - Many bugs are fixed including deadlocks, resource leaks, abuses, etc. - Simplify audio filter mechanism. The encoding/channels/frequency conversions are completely handled in the upper layer. So the hard- ware driver only converts its hardware encoding (if necessary). - audio_hw_if changes: - Obsoletes query_encoding and add query_format instead. - Obsoletes set_params and add set_format instead. - Remove drain, setfd, mappage. - The call sequences are changed. - ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted. - ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced. - cleanup config attributes: au*conv and mulaw. - All hardware drivers should follow it (I've done as much as possible).
Some file paths are changed: - dev/audio.c -> dev/audio/audio.c (rewritten) - dev/audiovar.h -> dev/audio/audiovar.h - dev/audio_dai.h -> dev/audio/audio_dai.h - dev/audio_if.h -> dev/audio/audio_if.h - dev/audiobell.c -> dev/audio/audiobell.c - dev/audiobellvar.h -> dev/audio/audiobellvar.h - dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c
show more ...
|
| #
65d06f3f |
| 27-Jan-2019 |
maxv <maxv@NetBSD.org> |
Remove the satlink driver. It was disabled everywhere, had no man page and no use either. Spotted by thorpej in PR/21345, ok christos.
|
| #
7bc68693 |
| 12-Dec-2018 |
maxv <maxv@NetBSD.org> |
Retire the LMC driver, and its associated lmcconfig tool. LMC has been mentioned repeatedly as a non-MP-safe driver that is hard to maintain, and no one is taking care of it.
LMC was removed from Op
Retire the LMC driver, and its associated lmcconfig tool. LMC has been mentioned repeatedly as a non-MP-safe driver that is hard to maintain, and no one is taking care of it.
LMC was removed from OpenBSD three years ago, and from FreeBSD a few months ago.
show more ...
|
| #
ebec9034 |
| 23-Sep-2018 |
maxv <maxv@NetBSD.org> |
Remove ISDN from the kernel. It has remained unmaintained for a long time, is of poor quality, and is now an obstacle to MP-ification. It was removed ten years ago from FreeBSD for the same reason.
Remove ISDN from the kernel. It has remained unmaintained for a long time, is of poor quality, and is now an obstacle to MP-ification. It was removed ten years ago from FreeBSD for the same reason.
This retires a big user of the mbuf API, and will ease maintenance of the kernel.
show more ...
|
| #
89453def |
| 22-Sep-2018 |
maxv <maxv@NetBSD.org> |
Remove isic(4). It is part of ISDN, which we are now retiring.
|
| #
7210117d |
| 22-Sep-2018 |
maxv <maxv@NetBSD.org> |
Remove iwic(4). It is part of ISDN, which we are now retiring. This driver was still marked as experimental (its man page dates back to 2002).
|
| #
a48d481e |
| 22-Sep-2018 |
maxv <maxv@NetBSD.org> |
Remove ifpci(4). It is part of ISDN, which we are retiring.
|
| #
ff948ad0 |
| 21-Sep-2018 |
maxv <maxv@NetBSD.org> |
Remove iavc(4).
|
| #
9d7954da |
| 19-Sep-2018 |
maxv <maxv@NetBSD.org> |
Remove daic(4), it has never been functional.
ok martin@
|
| #
214d4ae2 |
| 27-Jul-2018 |
rkujawa <rkujawa@NetBSD.org> |
Add TEA5767 FM radio driver. From Karuna Grewal.
|
| #
52049049 |
| 05-Jun-2018 |
hkenken <hkenken@NetBSD.org> |
Rename ARM A9 Global Timer driver name to support fdt.
- Rename a9tmr to arma9tmr. - Add a9tmr_fdt.c based gtmr_fdt.c.
|
| #
a3dc7aea |
| 09-Apr-2018 |
christos <christos@NetBSD.org> |
rename ledpanel lcdpanel
|
| #
e71c4e91 |
| 09-Apr-2018 |
christos <christos@NetBSD.org> |
add button use by sgimips
|
| #
63a914a0 |
| 09-Apr-2018 |
christos <christos@NetBSD.org> |
rename cobalt panel to ledpanel
|