Commit Graph

173 Commits

Author SHA1 Message Date
tron
735b324857 Add "audio" target to create links "audio", "audioctl", "mixer" and
"sound" pointing to the first unit's device nodes.
1999-07-12 09:33:59 +00:00
christos
412733582c typo 1999-06-09 01:45:49 +00:00
christos
efffa3db54 Make sure fd is a directory before we df it. 1999-06-09 01:39:29 +00:00
is
7658a91815 Create *wd[23]? device nodes, so that machines with more than two IDE
drives can be installed.
XXX The 1.4 single-floppy install has only 24 free inodes, but 32 are needed
by this. Some more work is needed (e.g., change newfs parameters for the
ram disk, or switch back to a 2-floppy install).
1999-05-31 11:14:07 +00:00
christos
a3f17d2959 Don't barf when we have fdesc mounted. Just skip the devices fdesc provides 1999-05-28 21:00:50 +00:00
perry
7c5c9764b5 turn off ttyE[123] by default -- default installs don't configure them. 1999-05-01 00:23:27 +00:00
mrg
202cdd3fa1 build audio[0123] links. 1999-03-26 04:37:29 +00:00
he
1fad0940a8 Need pseudo-ttys on INSTALL disk now (due to sysinst). 1999-03-09 19:31:00 +00:00
cjs
7d1e96cc2f Update all this crap so that `make snapshot' makes snapshots in release(7)
format, rather than in some unknown format. Also clean up the code a bit,
remove some code duplication, and add documentation to the Makefile.
1999-02-05 03:01:49 +00:00
drochner
275e4ce247 wscons is default now - replace the "ttyv0" getty by a number of
"ttyEn" lines.
Thanks to "Johnny C. Lam" <lamj@stat.cmu.edu> for pointing out.
1999-02-02 14:33:04 +00:00
he
37ac3cf82a Add an entry for 2.88MB floppies, even though we can't write them
directly yet.  Useful for El Torito bootable CDs, though.
1999-02-01 20:20:00 +00:00
bouyer
93fc448539 Add tty2 to 'all' and 'floppy' targets (that's how a PnP or pcmcia modem
will get called with a standart kernel).
1999-01-27 10:26:08 +00:00
tron
d7ec8ee3a8 Because PCVT only offers 8 virtual consoles by default create only 8
device nodes. Fixes PR port-i386/6876 by Scott Telford.
1999-01-25 21:44:22 +00:00
abs
a6e0ab6a8c On platforms that have GENERIC kernels containing 'bpfilter 8' or greater,
create at least eight bpf dev entries. (All except atari).
1999-01-16 01:40:27 +00:00
drochner
3b8254b9e8 add "ttyEcfg" (for display-global wscons configuration) 1999-01-13 17:41:44 +00:00
augustss
d31303074e Make ugen devices. None are created by default. 1998-12-09 01:11:26 +00:00
sommerfe
034bc394ac Add wscons to `all' since its absence annoyed perry. 1998-12-07 18:46:27 +00:00
oster
8bfd722a35 Added RAID devices for everyone! 1998-11-13 04:49:01 +00:00
thorpej
7490553d67 Add /dev/scsibus* device nodes. 1998-10-15 21:22:51 +00:00
perry
e72f64b7ee Nuke symlink /dev/ttyv0 -> /dev/vga It isn't needed any more.
(If any linux emulation needs this, it can go in the linux emul
directory in the emulation package.)
1998-10-12 21:05:24 +00:00
itohy
03cde6e019 Use "${MAKE}" instead of "make" for cross compilation. 1998-10-09 10:40:59 +00:00
phil
86c53e4e63 /dev/cfs* for Coda. 1998-09-14 16:06:27 +00:00
augustss
78f049b041 Make some MIDI devices. 1998-08-13 12:44:11 +00:00
augustss
48bae9ee88 Add MIDI support. The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).
1998-08-07 00:00:55 +00:00
thorpej
fef5ca08bf Use wsmouse' and wskbd' rather than wms' and wkbd', and make some
wskbds in the `wscons' meta-target.
1998-08-03 11:43:14 +00:00
augustss
e9ae0b13b4 Nuke ums and ukbd (USB mouse and keyboard), add wms and wkbd (wscons dito). 1998-07-27 18:49:43 +00:00
augustss
5a25642848 Add some comments about USB and make the USB devices in `all'. 1998-07-12 20:28:24 +00:00
augustss
deb00272b9 Add USB support. Supported so far:
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers
1998-07-12 19:51:55 +00:00
fair
75f8e74b32 These commits do two things:
1. Provide a consistent and extensible framework for compiling
kernels for the "make snapshot" target.

2. Add OBJDIR support for the "make snapshot" target, in the form
of three new make variables: KERNOBJDIR, KERNSRCDIR, and KERNCONFDIR.
Default values are in the Makefile.inc, and for OBJDIR they should
be defined in /etc/mk.conf as

	KERNSRCDIR=${BSDSRCDIR}/sys
	KERNOBJDIR=${BSDOBJDIR}/sys/arch/${MACHINE}/compile

The next step is to make a new target in the src/etc/Makefile for "release"
(or something like that) to make release(7) format files.
1998-06-28 09:38:40 +00:00
drochner
d099dd6212 change wscons tty names to ttyE* to avoid clashes with the pty namespace 1998-06-18 15:02:34 +00:00
drochner
edcf4a0ca1 add nwscons tty nodes 1998-06-12 15:39:35 +00:00
mycroft
573bdc9331 Introduce a couple of variables to make this clearer. 1998-03-22 02:26:48 +00:00
mycroft
352ec2fb25 Create dty (dialout) device nodes for the com driver. 1998-03-22 01:15:00 +00:00
fvdl
9a6d991cf2 Make some more disk devices; people may have more than 2 wd disks
or 4 sd disks these days.
1997-12-15 01:05:01 +00:00
tv
60ac257eb3 Fixes PR #3858: /dev/fd uniformly updated in MAKEDEV to make directory
(and file nodes) owned by root.wheel, and /dev/fd directory mode 755.  Now
it matches mtree (and the rest of the system's permissions/owner layout).
1997-11-26 03:09:23 +00:00
fair
ffa1ced6be add appropriate entry to make "random" as documented in rnd(4).
add "random" entry to "all".
1997-11-20 05:57:38 +00:00
lukem
5629b8d007 * st* and wt* have perms 660 instead of 640
* add enss* to ss*
* invoke MAKEDEV.local as $0.local
* reset umask to 077 after running MAKEDEV.local
* warn on unknown devices
1997-08-22 11:19:43 +00:00
augustss
912c4ee11f Create /dev/audioctl and allow creation of multiple audio devices. 1997-08-18 21:23:12 +00:00
perry
e77a6f04d3 Finally finish fixing pr-230 by assigning minor+8 and minor+16 device
names for the lower density minor dev numbers. My shell code would
even work for a wt1 device, but I would seriously pity anyone trying
to get two of these things to work on one machine. Heck, no one should
even try to use ONE wt device.
1997-08-04 03:50:26 +00:00
perry
07a71fdfd0 Make MAKEDEV and MAKEDEV.local mutually consistant. Reported in
pr #2596 by Tatoku Ogaito, but my fix is different from his.
This is purely an aesthetic change.
1997-07-31 04:08:15 +00:00
phil
851aef5327 Add ta=4.2BSD to both floppy3 and floppy5 entries. (If you are
disklabeling your floppy, you are most likely putting on a 4.2BSD
file system.  This is in support of the distrib/i386/floppies
building via vnds.)
1997-07-29 18:46:06 +00:00
phil
ffde90f14b Make all tty??/pty?? pairs that can be opened by openpty().
Remove use of awk for generating names.
Make all consistent as possible.
Closes PR 3420.
1997-07-23 01:29:36 +00:00
phil
840d172649 Make all MAKEDEVs make fd/* similar. No need for awk or expr.
Inspired by PR 3420.  Some MAKEDEVS had the fd separated out
of std and fd added to std.
1997-07-22 23:13:05 +00:00
hpeyerl
91e0832cae Satellite receiver driver for ISA cards from PlanetConnect by Jason and
Herb for Canada Connect Corp.
1997-07-13 19:16:59 +00:00
veego
a902cc2ba7 Added a new device entry for ipfilter: /dev/ipauth 1997-07-07 22:26:51 +00:00
perry
0bea2a15f6 Note that you now must have swap entries to satisfy swapctl(8) 1997-06-16 00:58:49 +00:00
thorpej
7f29bb4668 Add ipnat and ipstate at the appropriate minor numbers off the ipfilter
device.
1997-05-31 23:52:55 +00:00
mycroft
6f6e264129 Use a shell loop to build fd/*, rather than an awk script. 1997-03-31 21:28:24 +00:00
mycroft
736a7ada1e Unroll the pty creation loop. 1997-03-31 21:23:34 +00:00
mikel
d015ce73e5 GENERIC{AHA,OTHER} have been merged into GENERIC; fixes PR port-i386/3274. 1997-03-04 06:30:01 +00:00
veego
2fadfb1a2f add 'ipl' device node entry, for ip-filter. 1997-01-07 08:04:19 +00:00
pk
4bb3612c55 Device rename: rd' => md' 1997-01-01 23:46:17 +00:00
perry
18a4f7f093 change rd* target to produce rd?[abc] and rrd?[abc] devices.
add "ramdisk" target which is basically floppy + rd0, needed for
new install system.
1996-10-21 19:58:25 +00:00
perry
d98e97aa8a New and improved fstab samples, now with examples of procfs, kernfs
and cd9660 file systems, an mfs mounted /tmp, an example swap
partition, correct fsck scheduling, and even comments pointing users
at man pages for more information. I'm still not sure we need these
sample files at all, but at least they are now useful to the new user.
1996-10-16 15:20:12 +00:00
perry
c1436aa832 restore snap_md target (sigh...) 1996-10-16 02:25:08 +00:00
perry
187216b4e6 removed obsolete garbage associated with obsolete snapshot
functionality. Snapshots are built with tools in src/distrib
1996-10-15 17:45:31 +00:00
perry
7739c57905 Remove obsolete snapshot functionality (which is now in
/usr/src/distrib) -- Makefile.inc is now a no-op. I chose not to
remove it completely because port specific stuff might show up someday.
1996-10-15 17:43:57 +00:00
perry
b1dfe12b2f Remove very obsolete kernel copy floppy construction tools -- these
are all now in /usr/src/distrib/i386
1996-10-15 17:30:58 +00:00
perry
725b03db3a RCS ID police 1996-10-15 03:42:50 +00:00
mycroft
21784a56b6 Correct char device major number for `rd'. 1996-09-08 03:33:55 +00:00
mycroft
69b13f156d Document `ch'. 1996-09-08 03:16:28 +00:00
mycroft
838bd1a7ae Add ss' and uk'. Sync `all'. General cleanup. (No more expr!) 1996-09-08 03:12:23 +00:00
jtk
b86b695240 add Advanced Power Management driver
Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
1996-08-25 23:38:57 +00:00
thorpej
103e63b59a Fix the snap_md target to use the correct kernel names; GENERICAHA and
GENERICBT were replaced with GENERICADP and GENERICOTHER some time ago.
XXX The kc_* targets here are still broken, but aren't currently used
XXX anyhow.  This change allows one to at least do a "make snapshot".
1996-04-23 17:39:39 +00:00
perry
1044d1ac8a forgot about joy1 1996-03-31 00:50:47 +00:00
perry
0dcdd69b42 Added joystick support (from Matthieu Herrb); also RCS/CVS ID police. 1996-03-31 00:04:06 +00:00
mycroft
82b57c7135 Collapse some cases together. 1995-12-08 06:55:38 +00:00
mycroft
cc119bf4a3 Allow more than one wt, and fix up permissions. Unclutter st. 1995-12-08 06:44:07 +00:00
jtc
eeba73b02d Add no rewind device nodes for the wt driver 1995-12-07 11:04:37 +00:00
jtc
4086abf6dd ufs -> ffs; PR #1381 1995-08-22 19:52:25 +00:00
thorpej
7b8694c512 Add entries for the ccd. 1995-08-17 18:02:27 +00:00
brezak
cdff76dff7 etc/etc.i386/MAKEDEV create mixer device. PR# port-i386/1208. 1995-07-19 19:55:27 +00:00
jtc
81447b8322 Use "${BINOWN}" and "${BINGRP}" instead of "bin" 1995-06-26 22:17:38 +00:00
glass
7f03929ef8 add tun to all 1994-12-26 21:41:53 +00:00
mycroft
6be039584f Remove silly unit number limitations on several items. 1994-09-19 02:18:05 +00:00
mycroft
3f372179d4 Change vga to ttyv0, with a symlink for X. 1994-07-31 08:44:31 +00:00
glass
f1145c19b4 now using sh builtin 'echo'... so kill 'echo' entry in FLOPPYBINS 1994-07-18 06:37:20 +00:00
mycroft
497a6cedf0 Fix minor numbers for pms. 1994-07-17 19:08:16 +00:00
mycroft
06588a9270 Fix typo. 1994-06-18 00:41:20 +00:00
cgd
6ca1616efb don't make floppies until it works 1994-05-01 07:50:20 +00:00
cgd
c4498fd8a9 more support for building floppiee easily. This method will become
unwieldy, eventually, but until then, it's fine.
1994-04-21 18:57:19 +00:00
cgd
0af16ef41d don't need -f for umount, now that alias problems kludged around 1994-04-18 22:24:20 +00:00
cgd
33bd50375e add support for making i386 floppies. more needs to go on the kernel
floppies, but this is a damned good start.
1994-04-18 10:16:34 +00:00
cgd
37118099d6 add a 'floppy' target, with minimal devices useful for install.
make /dev/fd 'fd', seperate from 'std', because we need 64 more
device nodes on floppies like i need a hole in my head.
1994-04-18 08:02:18 +00:00
cgd
7f044b2db7 make all device nodes for vnd's, but only make 2 vnd's... 1994-04-18 02:05:03 +00:00
cgd
d59710c209 don't forget backslashes, and spelling. from dgy@mcs.com 1994-04-08 17:52:39 +00:00
cgd
e0e9aa9568 yes, i'm a moron 1994-03-31 10:27:17 +00:00
cgd
92cf1f7da3 update for new kernel name 1994-03-31 02:22:16 +00:00
cgd
84f3c7cf2a add pty1 to all, kill the ttyv0 weird window system hack 1994-03-23 07:36:20 +00:00
deraadt
ed428d2df2 create device nodes for tun driver 1994-03-05 12:09:30 +00:00
cgd
ec44c19a27 add 'snapshot' target, including machine-dependent targets 1994-03-05 08:06:41 +00:00
mycroft
0d0c9a0663 Update for new lpt. 1994-02-18 19:54:15 +00:00
mycroft
a77f0ede52 Update for new mouse drivers. 1994-02-17 03:50:48 +00:00
cgd
3825d6f7dc clean up:
(1) have all actually make all of the various devies (like vga!)
	(2) re-org a bit
	(3) mark some XXX's
	(4) delete some old cruft
1994-02-17 01:02:40 +00:00
deraadt
b9a452cc0c reality 1994-02-05 12:49:02 +00:00
deraadt
d7111494d7 having symbolic links in /dev is a bad idea (for ttyname()?) 1994-01-27 07:14:52 +00:00
mycroft
ddd7434ba3 Forgot to add `rm' command in previous change. 1994-01-13 21:26:56 +00:00
mycroft
a01d9d7e72 Fix vnd minor number calculation. 1994-01-13 21:21:13 +00:00
deraadt
324dc53797 ;; 1994-01-10 15:12:24 +00:00
cgd
a6ae806538 make /dev/audio and /dev/sound 1994-01-09 18:25:25 +00:00