Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As promised long ago, remove the last evidence of the 'sd' driver. | msmith | 1999-11-27 | 1 | -5/+2 |
| | | | | SCSI disks are only known as 'da' now. | ||||
* | Do not create bdev nodes anymore. Instead create cdev nodes with the | phk | 1999-11-26 | 1 | -58/+57 |
| | | | | | | | | | | | | | | | | | | | same names: rover# ls -l /dev/*wd0a crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/rwd0a crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/wd0a Notice: Over time, no earlier than FreeBSD 5.0, the "r*" names may be discontinued. A fair number of programs and scripts need to (un)learn some tricks before then. This will take no effect until you either run MAKEDEV by hand or reinstall your system. WARNING: Kernels older than approx November 22 will not be happy about a /dev created with MAKEDEV after this commit. Please update your /kernel.good etc. | ||||
* | Make the devices for the endpoints 0-15, not only for 0. This creates | n_hibma | 1999-11-24 | 1 | -3/+5 |
| | | | | ugen0 and ugen0.1 - ugen0.15, not only ugen0 (control endpoint). | ||||
* | Remove /dev/drum | phk | 1999-11-24 | 1 | -3/+1 |
| | |||||
* | Remove leftover reference to the "od" devices. | phk | 1999-11-24 | 1 | -2/+1 |
| | |||||
* | Add the entry for usb (as opposed to usb<number>). It's minor is equivalent | n_hibma | 1999-11-17 | 1 | -1/+5 |
| | | | | to usb255 and will be used for the event queue of the usb daemon. | ||||
* | cleanup the IDE cases a bit, add the ad driver to the all: target. | sos | 1999-11-09 | 1 | -4/+10 |
| | |||||
* | Document the ch* devices. | nik | 1999-11-01 | 1 | -0/+1 |
| | | | | | PR: docs/14401 Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com> | ||||
* | Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0. | obrien | 1999-10-30 | 1 | -1/+1 |
| | | | | Noticed by: bde | ||||
* | Fix ``MAKEDEV acd'' | brian | 1999-10-15 | 1 | -1/+1 |
| | | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk> | ||||
* | Remove references to the od driver. These devices are no attached by | gibbs | 1999-10-12 | 1 | -4/+1 |
| | | | | | | | the da driver and using the same major/minor scheme with the old name only leads to confusion. PR: misc/14279 | ||||
* | remove ipl hooks | peter | 1999-10-10 | 1 | -9/+1 |
| | |||||
* | Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID | msmith | 1999-10-07 | 1 | -2/+16 |
| | | | | and Myles drivers respectively. | ||||
* | Add support for md driver. | phk | 1999-09-21 | 1 | -12/+15 |
| | | | | sort some comments | ||||
* | Fixed some disordering (mainly of case lists for disks). | bde | 1999-09-13 | 1 | -16/+17 |
| | | | | Fixed bitrot in the `wcd*)' case. | ||||
* | Apply a consistent style to most of the etc scripts. Particularly, use | sheldonh | 1999-09-13 | 1 | -20/+19 |
| | | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
| | |||||
* | added usb0 to 'all' target for usbd(8) | gehenna | 1999-08-21 | 1 | -2/+3 |
| | |||||
* | Use a colon (:) instead of a period (.) to distinguish the group name | sheldonh | 1999-08-16 | 1 | -13/+13 |
| | | | | | | | from the user name when using chown(8). PR: 13157 Reported by: Patrick Powell <papowell@astart.com> | ||||
* | Put apmd configuration and rc files in /etc. | iwasaki | 1999-07-10 | 1 | -2/+6 |
| | | | | Update some files for apmd. | ||||
* | Add a pseudo target called "jail" which DTRT for a jail(2)'ed /dev | phk | 1999-07-09 | 1 | -1/+10 |
| | |||||
* | Fix typo in previous commit. | sheldonh | 1999-07-09 | 1 | -2/+2 |
| | | | | Reported by: bde | ||||
* | Add the pps (Pulse per second timing interface) device. | sheldonh | 1999-07-09 | 1 | -1/+7 |
| | | | | | PR: 12568 Submitted by: Craig Leres <leres@ee.lbl.gov> | ||||
* | Removed bogus quotes in descriptions of disk devices. Only "Winchester" | bde | 1999-07-07 | 1 | -14/+14 |
| | | | | disk devices are so-called. | ||||
* | Add support for the 'ida' driver. | msmith | 1999-07-05 | 1 | -5/+8 |
| | |||||
* | Bump the number of vtys created to compensate for new demands created | jkh | 1999-07-05 | 1 | -2/+2 |
| | | | | | | by /etc/ttys. Forgotten by: des | ||||
* | Fix my DOC2k CHRDEV goof | phk | 1999-05-29 | 1 | -3/+3 |
| | |||||
* | Fix i4bteld entry, the section of the sh case for "i4teld*)" should be | hm | 1999-05-24 | 1 | -8/+8 |
| | | | | | BEFORE the case for "i4tel*)". (match the longest prefix first!) Recognized by: Harry Starr | ||||
* | upgrade isdn4bsd from version 0.71 to the just released version 0.81 | hm | 1999-05-20 | 1 | -2/+12 |
| | |||||
* | added card1 and card2 to 'all' target. | hosokawa | 1999-05-04 | 1 | -2/+2 |
| | | | | (for machines with more than two PC-card slots) | ||||
* | Zap default creation of /dev/lkm - it doesn't point to anything anymore | peter | 1999-04-24 | 1 | -2/+1 |
| | |||||
* | Make the USB devices by default, comment them. | msmith | 1999-04-08 | 1 | -1/+7 |
| | |||||
* | Rewert the atapi CDROM driver's name to wcd. | sos | 1999-03-16 | 1 | -18/+36 |
| | | | | | This is to avoid confusion with the new system. Also provide real entires in MAKEDEV for the new system. | ||||
* | Add targ.ctl, a device node for allocating and configuring instances | gibbs | 1999-03-05 | 1 | -1/+2 |
| | | | | of the "targ" processor target target mode emulator. | ||||
* | Put back the bktr update to generate /dev/vbi | roger | 1999-03-02 | 1 | -2/+3 |
| | | | | which I managed to delete yesterday. | ||||
* | Updated the bktr entry to generate bktr*, tuner* and now vbi* | roger | 1999-03-01 | 1 | -3/+2 |
| | | | | | /dev/vbi will allow vbi capture from the bt848 card for software teletext decoding. | ||||
* | Updated the bktr entry to add vbi* | roger | 1999-02-26 | 1 | -2/+3 |
| | | | | bktr now makes bktr, tuner and vbi | ||||
* | Change to a proper numbering scheme for the ugen device. It requires | n_hibma | 1999-02-18 | 1 | -3/+13 |
| | | | | | a unit and endpoint number. This is combined into a minor number. The naming of the devices in /dev is now /dev/ugen<unit>.<endpoint> | ||||
* | DTRT for acd/wcd backwards compatibility | jkh | 1999-02-14 | 1 | -10/+14 |
| | |||||
* | Bruce gently nudged me into doing this right | mjacob | 1999-02-05 | 1 | -18/+14 |
| | |||||
* | add back ctl for sa and add more units | mjacob | 1999-02-04 | 1 | -5/+13 |
| | |||||
* | Replace a bunch of "ln foo bar"'s with "ln -f foo bar". | markm | 1999-01-24 | 1 | -42/+42 |
| | | | | | | | | This means that if(when) you go "sh MAKEDEV all" in /dev the devices get remade; you don't get errors. A lot of the changes are for info only; they are commented out. Not exactly shot to pieces by: bde | ||||
* | Take cdev major # 114 for ugen | n_hibma | 1999-01-12 | 1 | -1/+6 |
| | |||||
* | Added file handling to ulpt (USB printer) driver | n_hibma | 1999-01-11 | 1 | -1/+6 |
| | |||||
* | add generation of ISDN (i4b) devicefiles | hm | 1999-01-08 | 1 | -1/+44 |
| | |||||
* | Added kbd*. | yokota | 1999-01-06 | 1 | -1/+9 |
| | |||||
* | Corrected the major number for usb and added ums as major 111 | n_hibma | 1999-01-03 | 1 | -1/+11 |
| | |||||
* | Arrg, ppi*) corrected | nsouch | 1998-11-12 | 1 | -2/+2 |
| | |||||
* | Add ppi*) iic*) and smb*) | nsouch | 1998-11-12 | 1 | -3/+26 |
| | |||||
* | Backout rev 1.175. | obrien | 1998-10-31 | 1 | -20/+16 |
| |