NetBSD/sys/arch/playstation2
dholland 810a783361 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.)
2019-01-28 02:28:56 +00:00
..
compile
conf Systematize handling of removed drivers. 2019-01-28 02:28:56 +00:00
dev Change MII PHY read/write API from: 2019-01-22 03:42:24 +00:00
ee ret is only used in debug cases, mark as __unused. 2016-07-18 22:24:15 +00:00
include move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports 2019-01-07 22:00:30 +00:00
playstation2 Typos. 2018-02-08 09:05:16 +00:00
Makefile