| History log of /src/sys/arch/i386/conf/majors.i386 |
| Revision | | Date | Author | Comments |
| 1.55 |
| 25-May-2022 |
uwe | x86: Reserve device major for VirtualBox Guest Additions
|
| 1.54 |
| 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.53 |
| 04-Apr-2020 |
jdolecek | branches: 1.53.8; mark nsmb major obsolete
|
| 1.52 |
| 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.51 |
| 28-Jan-2019 |
dholland | branches: 1.51.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.50 |
| 27-Jan-2019 |
dholland | Restore satlink's majors entries commented out and marked obsolete. Otherwise they might accidentally get reused later and cause a security problem.
|
| 1.49 |
| 27-Jan-2019 |
maxv | Remove the satlink driver. It was disabled everywhere, had no man page and no use either. Spotted by thorpej in PR/21345, ok christos.
|
| 1.48 |
| 19-Dec-2018 |
maxv | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, but also as discussed several times in the past.
|
| 1.47 |
| 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.46 |
| 12-Jan-2017 |
ryo | branches: 1.46.14; 1.46.16; white space police
|
| 1.45 |
| 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.44 |
| 23-Apr-2015 |
pgoyette | branches: 1.44.2; Update device dependency information - the sysmon major device now depends on the sysmon module itself, not on the individual components.
|
| 1.43 |
| 25-Feb-2012 |
shattered | branches: 1.43.2; 1.43.16; Quoting sys/dev/vme/files.vme commit log: "vmegeneric never saw the light of the source tree. After 7 years, I guess nobody missed it."
OK by wiz@
|
| 1.42 |
| 22-Nov-2010 |
pooka | branches: 1.42.8; 1.42.12; add information to autogenerate md /dev nodes
|
| 1.41 |
| 21-Jun-2010 |
pooka | add vnd info for pseudodevfs
|
| 1.40 |
| 30-Apr-2010 |
pooka | For the simple cases, augment device-major with information on how a driver expects /dev/node -> minor mappings to go and include that information in devsw_conv. (no, I didn't plow through all the MD majors files)
|
| 1.39 |
| 06-Mar-2010 |
plunky | branches: 1.39.2; use a MI major number for uhso(4) driver (requested by mrg)
|
| 1.38 |
| 06-Mar-2010 |
plunky | add uhso(4)
|
| 1.37 |
| 12-Nov-2008 |
ad | branches: 1.37.4; 1.37.6; Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.36 |
| 31-Dec-2007 |
ad | branches: 1.36.6; 1.36.10; 1.36.16; 1.36.18; Remove systrace. Ok core@.
|
| 1.35 |
| 06-Feb-2007 |
dyoung | branches: 1.35.24; 1.35.30; 1.35.36; Add a device major for cmos(4).
|
| 1.34 |
| 09-Jan-2007 |
cube | Remove traces of scd(4), which apparently never actually had a driver in the tree.
|
| 1.33 |
| 09-Jul-2006 |
mlelstv | branches: 1.33.4; move and renumber bthub major to avoid conflicts with other archs
|
| 1.32 |
| 19-Jun-2006 |
gdamore | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
|
| 1.31 |
| 11-Dec-2005 |
christos | branches: 1.31.4; 1.31.8; 1.31.14; 1.31.16; merge ktrace-lwp.
|
| 1.30 |
| 17-Sep-2005 |
yamt | make VMSWAP optional again.
|
| 1.29 |
| 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.28 |
| 30-Jul-2005 |
yamt | defflag VMSWAP.
|
| 1.27 |
| 11-Jul-2005 |
kiyohara | ieee1394 import from FreeBSD.
|
| 1.26 |
| 03-Jun-2005 |
blymn | branches: 1.26.2; Remove veriexec so it can be made MI.
|
| 1.25 |
| 20-Apr-2005 |
blymn | Rototill of the verified exec functionality. * We now use hash tables instead of a list to store the in kernel fingerprints. * Fingerprint methods handling has been made more flexible, it is now even simpler to add new methods. * the loader no longer passes in magic numbers representing the fingerprint method so veriexecctl is not longer kernel specific. * fingerprint methods can be tailored out using options in the kernel config file. * more fingerprint methods added - rmd160, sha256/384/512 * veriexecctl can now report the fingerprint methods supported by the running kernel. * regularised the naming of some portions of veriexec.
|
| 1.24 |
| 11-Mar-2005 |
bouyer | branches: 1.24.2; Define xen devices in i386/conf/majors.i386. This makes sure there won't be conflics with regular i386 kernels.
|
| 1.23 |
| 10-Dec-2003 |
jmc | branches: 1.23.8; 1.23.10; Change reference at bottom from sys/dev/majors to sys/conf/majors to match reality
|
| 1.22 |
| 11-Oct-2003 |
jdolecek | g/c major for 'netsmb' and mark the slot free - it has never been used
|
| 1.21 |
| 10-Oct-2003 |
jdolecek | reassing majors for crypto and pf to use the newly defined MI major range
|
| 1.20 |
| 10-Oct-2003 |
jdolecek | update the comment - the space for machine-dependant majors is reduced to 0-143 follows discussion on tech-kern
|
| 1.19 |
| 10-Oct-2003 |
thorpej | Delete the vinum major; it conflicts with an existing entry, and should be added to the MI space anyway.
|
| 1.18 |
| 10-Oct-2003 |
grog | Add major number for Vinum.
|
| 1.17 |
| 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.16 |
| 22-Aug-2003 |
itojun | create /dev/crypto
|
| 1.15 |
| 27-Jul-2003 |
itojun | reserve cdev major # for PF. ok'ed by technical-exec
|
| 1.14 |
| 02-Jun-2003 |
gmcgarry | branches: 1.14.2; Add devices hanging off GPIB.
|
| 1.13 |
| 15-May-2003 |
wiz | Remove last traces of obsolete olms and omms drivers. Ok'd by drochner and fvdl.
|
| 1.12 |
| 13-May-2003 |
thorpej | Add icp at chr 102.
|
| 1.11 |
| 25-Apr-2003 |
ragge | Add ksyms device major.
|
| 1.10 |
| 20-Apr-2003 |
martin | The sysmon device is used for sysmon_power too.
|
| 1.9 |
| 16-Mar-2003 |
jdolecek | allocate majors for vmmon/vmnet - VMware pseudo devices we have the sources in othersrc tree now, so it's useful to have some other bits in tree as well to simplify module use
|
| 1.8 |
| 18-Feb-2003 |
jdolecek | add nsmb device-major
|
| 1.7 |
| 13-Dec-2002 |
christos | add twe control device
|
| 1.6 |
| 07-Dec-2002 |
ad | Implement the DPT EATA ioctl() interface.
|
| 1.5 |
| 04-Dec-2002 |
haya | New Feature: add pseudo device for IEEE 1394 isochronous stream and isochronous reception routine for IEEE 1394 OHCI (fwohci). The transmission part is under construction.
The minimum configuration options for this feature are:
# IEEE 1394 (i.LINK) fwohci* at pci? dev ? function ? pseudo-device fwiso 1
|
| 1.4 |
| 29-Oct-2002 |
blymn | Added support for fingerprinted executables aka verified exec
|
| 1.3 |
| 04-Oct-2002 |
elric | branches: 1.3.2; assign majors for raw and cooked cgd's.
|
| 1.2 |
| 06-Sep-2002 |
gehenna | branches: 1.2.2; 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.i386 was initially added on branch gehenna-devsw.
|
| 1.1.2.6 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.1.2.5 |
| 16-Jul-2002 |
gehenna | catch up with -current.
|
| 1.1.2.4 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
| 1.1.2.3 |
| 08-Jun-2002 |
gehenna | revive character major of pms for backward compatibility
|
| 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.2.2.6 |
| 19-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.2.2.5 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.2.2.4 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
| 1.2.2.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.2 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
| 1.2.2.1 |
| 06-Sep-2002 |
nathanw | file majors.i386 was added on branch nathanw_sa on 2002-09-17 21:15:00 +0000
|
| 1.3.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.3.2.1 |
| 04-Oct-2002 |
jdolecek | file majors.i386 was added on branch kqueue on 2002-10-10 18:33:15 +0000
|
| 1.14.2.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.14.2.4 |
| 01-Apr-2005 |
skrll | Sync with HEAD.
|
| 1.14.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.14.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.14.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.23.10.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.23.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.24.2.2 |
| 10-Jun-2005 |
tron | Pull up revision 1.26 (requested by elad in ticket #389): Remove veriexec so it can be made MI.
|
| 1.24.2.1 |
| 10-Jun-2005 |
tron | Pull up revision 1.25 (requested by elad in ticket #389): Rototill of the verified exec functionality. * We now use hash tables instead of a list to store the in kernel fingerprints. * Fingerprint methods handling has been made more flexible, it is now even simpler to add new methods. * the loader no longer passes in magic numbers representing the fingerprint method so veriexecctl is not longer kernel specific. * fingerprint methods can be tailored out using options in the kernel config file. * more fingerprint methods added - rmd160, sha256/384/512 * veriexecctl can now report the fingerprint methods supported by the running kernel. * regularised the naming of some portions of veriexec.
|
| 1.26.2.4 |
| 21-Jan-2008 |
yamt | sync with head
|
| 1.26.2.3 |
| 26-Feb-2007 |
yamt | sync with head.
|
| 1.26.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.26.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
| 1.31.16.1 |
| 13-Jul-2006 |
gdamore | Merge from HEAD.
|
| 1.31.14.1 |
| 22-Jun-2006 |
chap | Complete a sync sys/ with head.
|
| 1.31.8.2 |
| 11-Aug-2006 |
yamt | sync with head
|
| 1.31.8.1 |
| 26-Jun-2006 |
yamt | sync with head.
|
| 1.31.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.33.4.2 |
| 09-Feb-2007 |
ad | Sync with HEAD.
|
| 1.33.4.1 |
| 12-Jan-2007 |
ad | Sync with head.
|
| 1.35.36.1 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.35.30.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.35.24.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
| 1.36.18.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.36.16.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.36.10.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
| 1.36.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.36.6.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.37.6.3 |
| 27-Oct-2010 |
uebayasi | Move flash(4)/xmd(4) majors to MI, as suggested by Chuck Silvers.
|
| 1.37.6.2 |
| 20-Aug-2010 |
uebayasi | xmd(4) glue for i386. XIP mount panics now.
|
| 1.37.6.1 |
| 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
| 1.37.4.3 |
| 29-Mar-2011 |
jym | More sync fixes. And add the mbr_gpt files.
|
| 1.37.4.2 |
| 10-Jan-2011 |
jym | Sync with HEAD
|
| 1.37.4.1 |
| 24-Oct-2010 |
jym | Sync with HEAD
|
| 1.39.2.3 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.39.2.2 |
| 03-Jul-2010 |
rmind | sync with head
|
| 1.39.2.1 |
| 30-May-2010 |
rmind | sync with head
|
| 1.42.12.1 |
| 04-Mar-2012 |
mrg | sync to latest -current.
|
| 1.42.8.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.43.16.2 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.43.16.1 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
| 1.43.2.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.44.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.44.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.46.16.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.46.16.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.46.14.2 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
| 1.46.14.1 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
| 1.51.6.1 |
| 29-Feb-2020 |
ad | Sync with head.
|
| 1.53.8.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|