History log of /src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT |
Revision | | Date | Author | Comments |
1.31 |
| 29-Jun-2021 |
nia | 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.
|
1.30 |
| 16-May-2020 |
maya | branches: 1.30.6; 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
|
1.29 |
| 29-Jan-2020 |
maya | remove urio(4), a driver for the Rio500 MP3 player.
At this point it is highly unlikely this 1999 device still has users, but it still comes up in the context of maxv's USB-fuzzing (and any device could pretend to be a urio(4)), so it's best to get rid of it.
Renamed all major entries to obsolete, as was done in previous removals.
This still requires an update to sanitizers, but they're located in "external", perhaps it should be first committed upstream?
Proposed on tech-kern a month ago.
|
1.28 |
| 19-Jan-2020 |
thorpej | Remove Token Ring support.
|
1.27 |
| 13-Apr-2019 |
isaki | branches: 1.27.6; Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4).
|
1.26 |
| 06-Feb-2019 |
rin | Add ure(4) to kernel config files. Also add PHY drivers where necessary.
|
1.25 |
| 23-Oct-2018 |
jdolecek | remove the 'wd* at umass?' for the non-standardized and rare (extinct?) In-System Design ATA protocol over Bulk-Only devices from most kernels, leave only in i386/amd64 ALL; it's unmaintained and likely currently broken, lack of test hardware makes it impossible to support
|
1.24 |
| 25-Aug-2018 |
rin | Add (commented out) mue(4) to where appropriate. Also add MII/PHY drivers for USB NICs if missing.
|
1.23 |
| 24-May-2017 |
christos | branches: 1.23.8; 1.23.10; rename u3ginit driver to umodeswitch
|
1.22 |
| 13-Dec-2016 |
christos | wildcard speaker attachments, now that we can handle many of them.
|
1.21 |
| 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
1.20 |
| 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
1.19 |
| 19-Mar-2016 |
gdt | branches: 1.19.2; Disable uscanner in all kernel configs
As discussed on current-users@, SANE uses ugen via libusb and not uscanner, so users are not well served by having uscanner. Consensus is that addressing how to adjust permissions for scanners should not block restoring basic functionionality.
(Compile-tested only, but there are multiple reports of this being the right approach.)
|
1.18 |
| 15-Oct-2014 |
uebayasi | branches: 1.18.2; Fix builds.
|
1.17 |
| 01-Sep-2012 |
jakllsch | branches: 1.17.2; Rename RT2500USB driver to ural(4) as it was originally in OpenBSD, as ural(4) and ral(4) do not actually share any code.
Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.
Fixes PR#43520.
|
1.16 |
| 23-Jul-2011 |
jakllsch | branches: 1.16.2; Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.
|
1.15 |
| 04-Jan-2011 |
matt | Add audio for uaudio
|
1.14 |
| 22-May-2010 |
plunky | add btmagic(4) where other Bluetooth drivers are listed
|
1.13 |
| 10-Mar-2010 |
kiyohara | branches: 1.13.2; Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595. Remove multiple njata. Add uthum, udl, stuirda, uchcom, uberry, u3g, ugensa, uvideo.
|
1.12 |
| 07-Mar-2010 |
plunky | add uhso(4) device where appropriate - follow the lead of other USB driver declarations wrt commented out - (cross-)build tested all these kernels
|
1.11 |
| 23-Dec-2009 |
pooka | branches: 1.11.2; unifdef -D UGEN_BULK_RA_WB
Default behaviour unchanged, the feature must still be explicitly enabled for a ugen fd.
|
1.10 |
| 03-Jan-2009 |
christos | remove esl (KIYOHARA Takashi)
|
1.9 |
| 02-Dec-2007 |
kiyohara | branches: 1.9.14; 1.9.18; 1.9.26; 1.9.28; Add bcsp(4).
|
1.8 |
| 17-Oct-2007 |
garbled | branches: 1.8.2; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.7 |
| 24-Aug-2007 |
kiyohara | branches: 1.7.2; Add some devices for Bluetooth, CardBus, PCMCIA, USB. Remove white-spaces.
|
1.6 |
| 14-Mar-2007 |
drochner | branches: 1.6.6; 1.6.10; 1.6.14; It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment.
|
1.5 |
| 01-Oct-2006 |
itohy | branches: 1.5.4; 1.5.8; 1.5.10; Use ATA timing, instead of busmaster wait, for adding waits. Use default wait value 0x01.
|
1.4 |
| 07-Sep-2006 |
itohy | branches: 1.4.2; 1.4.4; Add njata* at cardbus?
|
1.3 |
| 14-Aug-2006 |
skrll | s/adpater/adapter/
Prompted by PR/34195
|
1.2 |
| 11-Dec-2005 |
christos | branches: 1.2.4; 1.2.8; 1.2.18; merge ktrace-lwp.
|
1.1 |
| 10-Sep-2005 |
kiyohara | branches: 1.1.6; Add configuration file for 'PCMCIA adapter BOX' supported kernel.
|
1.1.6.2 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.6.1 |
| 10-Sep-2005 |
skrll | file OPENBLOCKS266_OPT was added on branch ktrace-lwp on 2005-11-10 13:56:04 +0000
|
1.2.18.5 |
| 07-Dec-2007 |
yamt | sync with head
|
1.2.18.4 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.2.18.3 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.2.18.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.2.18.1 |
| 11-Dec-2005 |
yamt | file OPENBLOCKS266_OPT was added on branch yamt-lazymbuf on 2006-06-21 14:51:03 +0000
|
1.2.8.2 |
| 14-Sep-2006 |
yamt | sync with head.
|
1.2.8.1 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.2.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.4.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.4.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.5.10.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.5.8.3 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.5.8.2 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.5.8.1 |
| 10-Apr-2007 |
ad | Sync with head.
|
1.5.4.1 |
| 24-Mar-2007 |
yamt | sync with head.
|
1.6.14.2 |
| 03-Dec-2007 |
joerg | Sync with HEAD.
|
1.6.14.1 |
| 03-Sep-2007 |
jmcneill | Sync with HEAD.
|
1.6.10.1 |
| 03-Sep-2007 |
skrll | Sync with HEAD.
|
1.6.6.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.7.2.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.7.2.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.8.2.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.9.28.1 |
| 21-Nov-2010 |
riz | branches: 1.9.28.1.2; Pull up following revision(s) (requested by plunky in ticket #1407): sys/dev/bluetooth/btdev.h: revision 1.9 sys/arch/iyonix/conf/GENERIC: revision 1.60 sys/arch/sparc64/conf/GENERIC: revision 1.129 sys/dev/usb/hid.c: revision 1.30 sys/dev/usb/hid.h: revision 1.13 sys/arch/i386/conf/GENERIC: revision 1.983 usr.sbin/btdevctl/print.c: revision 1.10 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.16 sys/arch/alpha/conf/GENERIC: revision 1.337 sys/dev/bluetooth/files.bluetooth: revision 1.14 sys/arch/evbarm/conf/GUMSTIX: revision 1.49 sys/dev/usb/usbdevs: revision 1.550 sys/arch/evbppc/conf/OPENBLOCKS266_OPT: revision 1.14 sys/arch/hpcsh/conf/GENERIC: revision 1.91 sys/dev/bluetooth/btmagic.c: revision 1.1 distrib/sets/lists/man/mi: revision 1.1210 sys/arch/amd64/conf/GENERIC: revision 1.279 sys/arch/i386/conf/ALL: revision 1.258 sys/arch/amd64/conf/XEN3_DOM0: revision 1.54 sys/arch/hpcarm/conf/JORNADA720: revision 1.78 sys/dev/usb/hid.c: revision 1.29 share/man/man4/btmagic.4: revision 1.1 hid_get_data() does not work if the size of data is less than a byte and crosses a byte boundary, and it always returns a sign-extended value. fix this by using the algorithm from libusbhid to read bytes, and provide a hid_get_udata() function to return unsigned data values. while here, const args update DPRINTF to reflect actual function name add Apple Magic Mouse product-id regen for Magic Mouse id allow for vendor-id and product-id properties, passing them through to child devices add Magic Mouse driver and manpage btmagic(4) additionally query the "PnP Information" service record to discover any USB Forum vendor-id and product-id values and store them in the property list if found. add btmagic(4) where other Bluetooth drivers are listed
|
1.9.28.1.2.1 |
| 07-Jan-2011 |
matt | Small fixes so these compile again.
|
1.9.26.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.9.18.3 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.9.18.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.9.18.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.9.14.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.11.2.2 |
| 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.11.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.13.2.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.13.2.1 |
| 30-May-2010 |
rmind | sync with head
|
1.16.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.17.2.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.18.2.3 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
1.18.2.2 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.18.2.1 |
| 22-Apr-2016 |
skrll | Sync with HEAD
|
1.19.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.23.10.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.23.10.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.23.8.2 |
| 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.23.8.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.27.6.2 |
| 29-Feb-2020 |
ad | Sync with head.
|
1.27.6.1 |
| 25-Jan-2020 |
ad | Sync with head.
|
1.30.6.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|