Nick Hibma
5c83e80d3f
Reserve major number 156 for uscanner
2000-09-15 10:27:01 +00:00
Roger Hardiman
5c1a8c13c7
Add Quicknet LineJACK and PhoneJACK cards
2000-09-14 08:51:27 +00:00
Mike Smith
0f4c21ddfc
Move the 'asr' driver to cdev major 154, since 97 is already taken.
2000-09-01 21:14:17 +00:00
Kenneth D. Merry
cf8432359c
Allocate major number 153 for the character device interface for the ti(4)
...
driver.
2000-07-24 21:21:03 +00:00
Poul-Henning Kamp
2eaaa4dea8
Allocate major 152 to ACPI.
...
Requested by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
2000-07-24 19:00:18 +00:00
Mike Smith
9105472b9a
Add major numbers for the Adaptec FSA RAID controller.
2000-07-20 01:12:02 +00:00
Nick Sayer
5f5af81697
Reserve 149 for the TAP device. Look for it in a source tree near you
...
soon.
2000-07-11 15:13:49 +00:00
Robert Watson
950ec7e473
o Update e-mail address associated with /dev/audit to reflect
...
FreeBSD.org e-mail.
o Notice also that it's listed as "aud" not "audit" which will
probably change in the near future with updates to the auditing
implementation.
2000-07-04 20:40:20 +00:00
Coleman Kane
b6d44041d6
Add my name next to the majro for 3dfx (107), to reflect new info contact,
...
due to recent commit.
2000-06-22 06:12:30 +00:00
Warner Losh
03c16f958a
This file lies by saying 200-255 are reserved for local use, thus
...
implying that they aren't used for the rest of the system.
Fix the lies:
253 is used by mfs (bad MFS for not registering it).
254 is a magic cookie inside of the dev code in at least one place.
255 is -1 which is magic in a different way in the dev code.
So, that means that 200-252 are reserved for local users. A grep for
252 didn't turn anything up, so I'm assuming it and lower are safe.
And I thought I was being smart by allocating our local major numbers
from 254 on down. This caused very very odd problems that were hard
to track down: close not being called, sync failing at reboot, etc.
2000-06-14 23:34:22 +00:00
Doug Rabson
5eacd0690f
Claim major 148 for agp.
2000-06-09 15:48:01 +00:00
Mike Smith
1bd2fef771
Take 146 and 147 for the twe driver.
2000-05-24 23:19:15 +00:00
Doug Rabson
80b173e496
Reserve 145 for DRI graphics system.
2000-05-07 13:31:41 +00:00
Jeroen Ruigrok van der Werven
fe43d8e2e0
cdrom.com will be ftpsoftware.com in future, reflect this.
...
Submitted by: Alexander Langer <alex@big.endian.de> on IRC
2000-05-06 14:26:13 +00:00
Boris Popov
0bcd84403f
Reserve major device number for nsmb (SMB/CIFS protocol) device.
2000-05-01 00:49:19 +00:00
Nick Hibma
fa55e6183a
Add urio (143)
2000-03-15 22:06:01 +00:00
Bruce Evans
615e071ef3
Removed ssc and su.
2000-01-25 08:46:15 +00:00
Archie Cobbs
931f2cebff
Reserve a major number for /dev/skip, used by the "security/skip" port.
2000-01-25 02:11:02 +00:00
Mike Smith
c2b9ed0fc3
Add the pcdmx theatre lighting controller major number
2000-01-20 02:54:03 +00:00
Jordan K. Hubbard
3b2d592ca2
Import simple driver for a parallel port radio clock which receives
...
the German legal time (commonly available in Europe).
Submitted by: Sascha Schumann <sascha@schumann.cx>
2000-01-19 18:17:25 +00:00
Mike Smith
3d4ae47516
Add character major 139 for the Sangoma Technologies 'wanrouter' driver.
...
Contact details are:
Alex Feldman
E-mail : al.feldman@sangoma.com
Sangoma Technologies Inc.
1001 Denison st., Suite 101
Markham, L3R 2Z6 ON
Phone: (905) 474 - 1990
Fax : (905) 388 - 2475
1999-12-17 19:56:39 +00:00
Nick Hibma
6501d2cc5d
Reserve 138 for usio, the USB sio driver by Doug Ambrisko, Whistle.
...
Also, change mail address in all case to n_hibma@freebsd.org
1999-12-02 19:45:19 +00:00
Sheldon Hearn
11b34f6783
Reserve #137 for nCipher's nFast PCI hardware cryptographic
...
accelerator, for which open source drivers are under development,
for John Hartley <john@ncipher.com>.
1999-12-02 17:46:17 +00:00
Poul-Henning Kamp
03b5a457fd
Replace the block major table with a notice why it isn't needed any more.
...
Mark /dev/drum as historic.
1999-11-27 10:45:31 +00:00
Peter Wemm
806983a7c0
Move Alpha conflicting entries (98,99) to 135,136. Renumber the zsc
...
CDEV_MAJOR entry to match.. Is "ipr" in the tree? I can't find it.
1999-11-18 04:20:23 +00:00
Jordan K. Hubbard
76788c24ae
Reserve #134 for vak@hanoi.cronyx.ru - Cronyx Tau-PCI device.
1999-11-12 17:21:10 +00:00
Peter Wemm
b4e9f0b6e6
Merge the alpha and x86 majors files together. There appear to be
...
only two conflicts, cdev #98 and cdev #99 . These should be fixed.
MAKEDEV should probably be merged as well.
Static majors are (hopefully) going away one day soon.
This file is informational and not machine parsed by anything any more.
1999-11-01 04:12:42 +00:00
Mike Smith
f5ff1eca5e
Re-synchronise the alpha major numbers list with the i386 list.
...
Add the Mylex DAC960 and AMI MegaRAID numbers.
1999-10-07 02:15:10 +00:00
Poul-Henning Kamp
00a6a3c65f
Add an experimental Memory-Disk driver. This driver will allocate
...
memory with malloc(9) using a few tricks to save space on the way.
1999-09-21 11:00:49 +00:00
Poul-Henning Kamp
b24d30561d
Make unused tape bmajors in past tense.
1999-09-08 18:46:22 +00:00
Poul-Henning Kamp
6523748af1
Make sa/bdev, gd/bdev and gd/cdev as past-tense.
1999-09-08 17:02:40 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Jordan K. Hubbard
8b67cbda75
Reserve bdev/cdev entries for i2o driver.
...
Requested by: Simon Shapiro
1999-08-11 05:28:06 +00:00
Jordan K. Hubbard
a116586012
The ARLA folks don't need a bdev after all - remove it.
1999-08-04 19:55:37 +00:00
Jordan K. Hubbard
c2da60f083
Reserve majors for arla.
1999-07-31 09:32:28 +00:00
Mike Smith
693a01d8a1
The IDA driver is 'ida', not 'id'
1999-07-05 09:09:09 +00:00
Jordan K. Hubbard
739e3bdcf8
127 fire Firewire driver <ikob@koganei.wide.ad.jp>
1999-07-02 02:49:24 +00:00
Greg Lehey
12a7982c45
Correct description of Vinum.
1999-06-20 04:35:22 +00:00
Poul-Henning Kamp
e1f523d464
Reserve cdev major 126 for sync support.
1999-06-06 10:41:35 +00:00
Roger Hardiman
c558c5795a
Added device major 125 for the Advantech PCI-1750 Digital IO card.
...
A very nice i/o board with 16 open collector outputs (capable of driving 5-40v)
and 16 inputs
Also has 2 16 bit cascadable counters (10Mhz clock) capable of
generating interrupts.
It is a PCI card, and emulates the Intel 8254 timer.
It uses the PLX PCI-9050 PCI bus interface to map the
8254 style hardware and the i/o registers into the IO space.
Developed by Jennifer Clark <jen@vulture.dmem.strath.ac.uk>
Strathclyde University Transparent Telepresence Research Group
1999-05-18 16:18:42 +00:00
Nick Hibma
904b306815
Reserve 124 for USB Communications Class Drivers
1999-05-09 19:38:19 +00:00
Kazutaka YOKOTA
ab4918cbff
Reserve a major number for the frame buffer device.
1999-05-09 05:02:15 +00:00
Nick Hibma
4ca710c5e2
Added USB HID devices major number.
...
Submitted by: MAEKAWA Masahide
1999-05-06 13:51:26 +00:00
Poul-Henning Kamp
f16bbd9770
Grab a char-major for dallas semiconductor one-wire bus.
1999-05-04 10:48:22 +00:00
Nick Hibma
97f17d41f7
Change e-mail address
1999-05-02 21:52:15 +00:00
Jordan K. Hubbard
8abc4f6dad
Add cdev 120 as the audit device.
...
Requested by: Robert Watson <robert+freebsd@cyrus.watson.org>
1999-03-21 21:53:09 +00:00
Søren Schmidt
d99434fb80
Rewert the atapi CDROM driver's name to wcd.
...
This is to avoid confusion with the new system.
Also provide real entires in MAKEDEV for the new system.
1999-03-16 13:34:03 +00:00
Søren Schmidt
eb7ea64622
Add majors for new ATA/ATAPI driver.
1999-03-16 12:50:02 +00:00
Jordan K. Hubbard
8770025ccf
Reserve cdev 115 for University of Waikato DAG network capture boards
1999-03-08 23:31:04 +00:00
Mike Smith
36b5facd86
Remove 'alog'. G'bye Jamil.
1999-01-20 03:29:59 +00:00