| History log of /src/sys/arch/arm/conf/majors.arm32 | 
    | Revision |  | Date | Author | Comments | 
| 1.42 |  | 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.41 |  | 04-Apr-2020 | jdolecek | branches:  1.41.8; mark nsmb major obsolete
 
 | 
| 1.40 |  | 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.39 |  | 28-Jan-2019 | dholland | branches:  1.39.6; Systematize handling of removed drivers.
 
 - Every driver that was removed and whose number hasn't already been
 reused is now listed with a commented-out "obsolete" line.
 - The format of these has been systematized. Future format changes can
 probably be safely done with a script.
 - This does not include a few cases of assignments that only lasted a
 couple days, or stuff from before major reorgs. Some of these may
 be included nonetheless, because there was a lot of ground to cover
 and therefore not a lot of time to dig into history in detail.
 
 Note that the obsolete listings do not mean the major numbers can
 never be reused; that's up to portmasters and/or core. It does mean
 that they won't be reused by accident, however, which in some cases
 (depending on the driver, how widely used it was, its family of device
 nodes, their default permissions, etc.) can be quite dangerous.
 
 Note that some of the things now explicitly listed as obsolete are
 really ancient history. My scan went back as far as when the majors
 files were added. (But not before that.)
 
 | 
| 1.38 |  | 23-Sep-2018 | maxv | 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.
 
 | 
| 1.37 |  | 23-Apr-2015 | pgoyette | branches:  1.37.16;  1.37.18; Update device dependency information - the sysmon major device now depends on the sysmon module itself, not on the individual components.
 
 | 
| 1.36 |  | 23-Jan-2015 | hkenken | Initial Zynq (Xilinx) support Add support for ZedBoard evaluation board and Parallella board.
 * cemac(4) Cadence EMAC/GEM(Gigabit) Ethernet Controller driver
 based on at91emac
 
 | 
| 1.35 |  | 16-Apr-2014 | matt | branches:  1.35.2;  1.35.4; Add ctcom
 
 | 
| 1.34 |  | 28-Jan-2013 | jmcneill | branches:  1.34.2;  1.34.10; reserve char 111 for vchiq
 
 | 
| 1.33 |  | 30-Jun-2011 | wiz | branches:  1.33.2;  1.33.12; dependant -> dependent
 
 | 
| 1.32 |  | 30-Nov-2010 | bsh | define major device number for UARTs on i.MX SoCs 
 | 
| 1.31 |  | 06-Mar-2010 | plunky | branches:  1.31.2; use a MI major number for uhso(4) driver
 (requested by mrg)
 
 | 
| 1.30 |  | 06-Mar-2010 | plunky | add major device for usho(4) driver 
 | 
| 1.29 |  | 12-Nov-2008 | ad | Remove LKMs and switch to the module framework, pass 1. 
 Proposed on tech-kern@.
 
 | 
| 1.28 |  | 31-Dec-2007 | ad | branches:  1.28.6;  1.28.10;  1.28.16;  1.28.18;  1.28.24; Remove systrace. Ok core@.
 
 | 
| 1.27 |  | 24-Nov-2006 | wiz | branches:  1.27.24;  1.27.28;  1.27.30;  1.27.36;  1.27.38;  1.27.44; s/independant/independent/, from Zafer.
 
 | 
| 1.26 |  | 28-Feb-2006 | scw | branches:  1.26.14;  1.26.16; Include "device-major sysmon" when sysmon_power is defined.
 
 | 
| 1.25 |  | 11-Dec-2005 | christos | branches:  1.25.2;  1.25.4;  1.25.6; merge ktrace-lwp.
 
 | 
| 1.24 |  | 17-Sep-2005 | yamt | make VMSWAP optional again. 
 | 
| 1.23 |  | 31-Jul-2005 | yamt | revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit
 their kernel config files than i thought.
 
 | 
| 1.22 |  | 30-Jul-2005 | yamt | defflag VMSWAP. 
 | 
| 1.21 |  | 10-May-2005 | jdolecek | branches:  1.21.2; assign major for nsmb(4)
 
 | 
| 1.20 |  | 14-Feb-2005 | briggs | twe doesn't get a block device. 
 | 
| 1.19 |  | 12-Feb-2005 | briggs | Add twe. 
 | 
| 1.18 |  | 08-Jan-2005 | joff | branches:  1.18.2;  1.18.4; Add tslcd device
 
 | 
| 1.17 |  | 22-Dec-2004 | joff | char major 107 to ep93xx processor UART driver epcom 
 | 
| 1.16 |  | 25-Jan-2004 | bjh21 | Remove mentions of "beep" driver. 
 | 
| 1.15 |  | 10-Dec-2003 | jmc | Change reference at bottom from sys/dev/majors to sys/conf/majors to match reality
 
 | 
| 1.14 |  | 24-Oct-2003 | jdolecek | add necessary majors for miscellaneous devices, such as missing wscons/scsi/isdn devices
 
 | 
| 1.13 |  | 10-Oct-2003 | jdolecek | reassing majors for crypto and pf to use the newly defined MI major range
 
 | 
| 1.12 |  | 10-Oct-2003 | jdolecek | update the comment - the space for machine-dependant majors is reduced to 0-143
 follows discussion on tech-kern
 
 | 
| 1.11 |  | 05-Oct-2003 | jdolecek | Add some framework for MI assignment of device majors - add sys/dev/majors which is automatically included during kernel config, and add comments
 to individual machine-dependant majors.* files to assign new MI majors
 in MI file.
 
 Range 0-191 is reserved for machine-specific assignments, range
 192+ are MI assignments.
 
 Follows recent discussion on tech-kern@
 
 | 
| 1.10 |  | 30-Sep-2003 | thorpej | New generic I2C framework.  Supports bit-bang and "intelligent" I2C interface controllers (of varying intelligence levels).
 
 Contributed by Wasabi Systems, Inc.  Primarily written by Steve Woodford,
 with some modification by me.
 
 | 
| 1.9 |  | 22-Aug-2003 | itojun | create /dev/crypto 
 | 
| 1.8 |  | 27-Jul-2003 | itojun | reserve cdev major # for PF.  ok'ed by technical-exec 
 | 
| 1.7 |  | 25-Apr-2003 | ragge | branches:  1.7.2; Add ksyms device major.
 
 | 
| 1.6 |  | 31-Dec-2002 | thorpej | Fix sysmon entry. 
 | 
| 1.5 |  | 20-Nov-2002 | bsh | add a device. 
 sscom is a driver for built-in UART of Samsung S3C2800/24[01]0 CPU.
 driver code is arch/arm/s3c2xx0/sscom.c
 
 | 
| 1.4 |  | 04-Oct-2002 | elric | branches:  1.4.2; assign majors for raw and cooked cgd's.
 
 | 
| 1.3 |  | 16-Sep-2002 | manu | branches:  1.3.2; Initial APM support (enough to get battery level)
 
 | 
| 1.2 |  | 06-Sep-2002 | gehenna | Merge the gehenna-devsw branch into the trunk. 
 This merge changes the device switch tables from static array to
 dynamically generated by config(8).
 
 - All device switches is defined as a constant structure in device drivers.
 
 - The new grammer ``device-major'' is introduced to ``files''.
 
 device-major <prefix> char <num> [block <num>] [<rules>]
 
 - All device major numbers must be listed up in port dependent majors.<arch>
 by using this grammer.
 
 - Added the new naming convention.
 The name of the device switch must be <prefix>_[bc]devsw for auto-generation
 of device switch tables.
 
 - The backward compatibility of loading block/character device
 switch by LKM framework is broken. This is necessary to convert
 from block/character device major to device name in runtime and vice versa.
 
 - The restriction to assign device major by LKM is completely removed.
 We don't need to reserve LKM entries for dynamic loading of device switch.
 
 - In compile time, device major numbers list is packed into the kernel and
 the LKM framework will refer it to assign device major number dynamically.
 
 | 
| 1.1 |  | 16-May-2002 | gehenna | branches:  1.1.2; file majors.arm32 was initially added on branch gehenna-devsw.
 
 | 
| 1.1.2.6 |  | 29-Aug-2002 | gehenna | catch up with -current. (change char major ixpcom, add sysmon, dmoverio). 
 | 
| 1.1.2.5 |  | 21-Jul-2002 | gehenna | catch up with -current. 
 | 
| 1.1.2.4 |  | 16-Jul-2002 | gehenna | catch up with -current. 
 | 
| 1.1.2.3 |  | 14-Jul-2002 | gehenna | catch up with -current. 
 | 
| 1.1.2.2 |  | 30-May-2002 | gehenna | Add $NetBSD$ 
 | 
| 1.1.2.1 |  | 16-May-2002 | gehenna | Add the list of block/character majors. 
 | 
| 1.3.2.5 |  | 03-Jan-2003 | thorpej | Sync with HEAD. 
 | 
| 1.3.2.4 |  | 11-Dec-2002 | thorpej | Sync with HEAD. 
 | 
| 1.3.2.3 |  | 18-Oct-2002 | nathanw | Catch up to -current. 
 | 
| 1.3.2.2 |  | 17-Sep-2002 | nathanw | Catch up to -current. 
 | 
| 1.3.2.1 |  | 16-Sep-2002 | nathanw | file majors.arm32 was added on branch nathanw_sa on 2002-09-17 21:13:25 +0000 
 | 
| 1.4.2.2 |  | 10-Oct-2002 | jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
 
 | 
| 1.4.2.1 |  | 04-Oct-2002 | jdolecek | file majors.arm32 was added on branch kqueue on 2002-10-10 18:31:46 +0000 
 | 
| 1.7.2.6 |  | 10-Nov-2005 | skrll | Sync with HEAD. Here we go again... 
 | 
| 1.7.2.5 |  | 15-Feb-2005 | skrll | Sync with HEAD. 
 | 
| 1.7.2.4 |  | 17-Jan-2005 | skrll | Sync with HEAD. 
 | 
| 1.7.2.3 |  | 21-Sep-2004 | skrll | Fix the sync with head I botched. 
 | 
| 1.7.2.2 |  | 18-Sep-2004 | skrll | Sync with HEAD. 
 | 
| 1.7.2.1 |  | 03-Aug-2004 | skrll | Sync with HEAD 
 | 
| 1.18.4.2 |  | 19-Mar-2005 | yamt | sync with head.  xen and whitespace.  xen part is not finished. 
 | 
| 1.18.4.1 |  | 12-Feb-2005 | yamt | sync with head. 
 | 
| 1.18.2.1 |  | 29-Apr-2005 | kent | sync with -current 
 | 
| 1.21.2.3 |  | 21-Jan-2008 | yamt | sync with head 
 | 
| 1.21.2.2 |  | 30-Dec-2006 | yamt | sync with head. 
 | 
| 1.21.2.1 |  | 21-Jun-2006 | yamt | sync with head. 
 | 
| 1.25.6.1 |  | 22-Apr-2006 | simonb | Sync with head. 
 | 
| 1.25.4.1 |  | 09-Sep-2006 | rpaulo | sync with head 
 | 
| 1.25.2.1 |  | 01-Mar-2006 | yamt | sync with head. 
 | 
| 1.26.16.1 |  | 10-Dec-2006 | yamt | sync with head. 
 | 
| 1.26.14.1 |  | 12-Jan-2007 | ad | Sync with head. 
 | 
| 1.27.44.1 |  | 02-Jan-2008 | bouyer | Sync with HEAD 
 | 
| 1.27.38.1 |  | 10-Nov-2007 | matt | Add AT91 support from Sami Kantoluoto Add TI OMAP2430 support from Marty Fouts @ Danger Inc
 
 | 
| 1.27.36.1 |  | 18-Feb-2008 | mjf | Sync with HEAD. 
 | 
| 1.27.30.1 |  | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.27.28.1 |  | 01-Jan-2008 | chris | Sync with HEAD. 
 | 
| 1.27.24.1 |  | 28-Feb-2008 | rjs | Sync with HEAD. 
 | 
| 1.28.24.1 |  | 15-Feb-2014 | matt | Merge armv7 support from HEAD, specifically support for the BCM5301X and BCM56340 evbarm kernels.
 
 | 
| 1.28.18.1 |  | 19-Jan-2009 | skrll | Sync with HEAD. 
 | 
| 1.28.16.1 |  | 13-Dec-2008 | haad | Update haad-dm branch to haad-dm-base2. 
 | 
| 1.28.10.1 |  | 04-May-2009 | yamt | sync with head. 
 | 
| 1.28.6.1 |  | 17-Jan-2009 | mjf | Sync with HEAD. 
 | 
| 1.31.2.1 |  | 05-Mar-2011 | rmind | sync with head 
 | 
| 1.33.12.3 |  | 03-Dec-2017 | jdolecek | update from HEAD 
 | 
| 1.33.12.2 |  | 20-Aug-2014 | tls | Rebase to HEAD as of a few days ago. 
 | 
| 1.33.12.1 |  | 25-Feb-2013 | tls | resync with head 
 | 
| 1.33.2.1 |  | 22-May-2014 | yamt | sync with head. 
 for a reference, the tree before this commit was tagged
 as yamt-pagecache-tag8.
 
 this commit was splitted into small chunks to avoid
 a limitation of cvs.  ("Protocol error: too many arguments")
 
 | 
| 1.34.10.1 |  | 10-Aug-2014 | tls | Rebase. 
 | 
| 1.34.2.1 |  | 18-May-2014 | rmind | sync with head 
 | 
| 1.35.4.2 |  | 06-Jun-2015 | skrll | Sync with HEAD 
 | 
| 1.35.4.1 |  | 06-Apr-2015 | skrll | Sync with HEAD 
 | 
| 1.35.2.1 |  | 11-May-2015 | msaitoh | Pull up following revision(s) (requested by nonaka in ticket #751): sys/arch/arm/zynq/zynq_axi.c: revision 1.1
 sys/arch/evbarm/conf/files.zynq: revision 1.1
 sys/arch/arm/zynq/zynq_uart.c: revision 1.1
 sys/arch/evbarm/zynq/genassym.cf: revision 1.1
 sys/arch/evbarm/zynq/zynq_start.S: revision 1.1
 sys/arch/arm/zynq/zynq_slcrreg.h: revision 1.1
 sys/arch/arm/zynq/zynq_usbreg.h: revision 1.1
 sys/arch/arm/zynq/zynq7000_uart.c: revision 1.1
 sys/arch/arm/zynq/zynq7000_sdhc.c: revision 1.1
 sys/arch/arm/zynq/zynq_slcrvar.h: revision 1.1
 sys/arch/arm/zynq/zynq_usbvar.h: revision 1.1
 sys/arch/evbarm/conf/PARALLELLA_INSTALL: revision 1.1
 sys/arch/arm/zynq/zynq_uartreg.h: revision 1.1
 sys/arch/evbarm/zynq/platform.h: revision 1.1
 sys/arch/evbarm/conf/mk.zynq: revision 1.1
 sys/arch/evbarm/conf/files.zedboard: revision 1.1
 sys/arch/arm/zynq/zynq7000_usb.c: revision 1.1
 sys/dev/cadence/if_cemacvar.h: revision 1.1
 sys/arch/arm/zynq/files.zynq: revision 1.1
 sys/arch/arm/zynq/zynq_slcr.c: revision 1.1
 sys/arch/arm/zynq/zynq7000_intr.h: revision 1.1
 sys/arch/arm/conf/majors.arm32: revision 1.36
 sys/arch/arm/zynq/zynq_uartvar.h: revision 1.1
 sys/arch/evbarm/conf/files.parallella: revision 1.1
 sys/arch/arm/zynq/zynq_space.c: revision 1.1
 sys/dev/cadence/if_cemac.c: revision 1.1
 sys/arch/evbarm/conf/PARALLELLA: revision 1.1
 sys/arch/arm/zynq/zynq7000_board.c: revision 1.1
 sys/arch/evbarm/Makefile: revision 1.10
 sys/arch/evbarm/zynq/zynq_machdep.c: revision 1.1
 sys/arch/arm/zynq/zynq7000_reg.h: revision 1.1
 sys/arch/evbarm/conf/ZEDBOARD: revision 1.1
 sys/dev/cadence/cemacreg.h: revision 1.1
 sys/arch/evbarm/conf/std.zynq: revision 1.1
 sys/arch/arm/zynq/zynq_dma.c: revision 1.1
 sys/arch/arm/zynq/zynq_cemac.c: revision 1.1
 sys/arch/arm/zynq/zynq7000_var.h: revision 1.1
 sys/arch/evbarm/conf/ZEDBOARD_INSTALL: revision 1.1
 sys/arch/arm/zynq/zynq_usb.c: revision 1.1
 Initial Zynq (Xilinx) support
 Add support for ZedBoard evaluation board and Parallella board.
 * cemac(4) Cadence EMAC/GEM(Gigabit) Ethernet Controller driver
 based on at91emac
 
 | 
| 1.37.18.2 |  | 08-Apr-2020 | martin | Merge changes from current as of 20200406 
 | 
| 1.37.18.1 |  | 10-Jun-2019 | christos | Sync with HEAD 
 | 
| 1.37.16.1 |  | 30-Sep-2018 | pgoyette | Ssync with HEAD 
 | 
| 1.39.6.1 |  | 29-Feb-2020 | ad | Sync with head. 
 | 
| 1.41.8.1 |  | 01-Aug-2021 | thorpej | Sync with HEAD. 
 |