Commit Graph

984 Commits

Author SHA1 Message Date
augustss 78f049b041 Make some MIDI devices. 1998-08-13 12:44:11 +00:00
leo 54c9fa945a Add etvme to the 'all' case... 1998-08-13 08:57:26 +00:00
leo 148a707435 Add etvme device entry (Julian Coleman) 1998-08-13 08:55:59 +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
minoura 7c055d6a62 Added /usr/share/keymaps/x68k for x68k ITE keymaps. 1998-08-04 16:38:39 +00:00
minoura 03983ab31f Changed the console terminal type to x68k. 1998-08-04 16:19:34 +00:00
lukem 55c8240d52 add /usr/pkg/sbin:/usr/pkg/bin to (commented out) PATH entry 1998-08-04 04:09:05 +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 250dd33583 Turn on the usbd daemon per default. It's harmless since it just
exits if there are no USB controller.
1998-08-01 20:57:59 +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
perry c750c6fddc Add a variable, INSTALL_DONE, that indicates that a make install was
already done (say, by "make build"). This is often of help when
building releases.
1998-07-22 16:37:54 +00:00
mycroft ca7fb8da5b Sort the man page sections in a consistent order. 1998-07-16 05:31:29 +00:00
mycroft bd8157b7d3 Format police. 1998-07-16 05:21:56 +00:00
mjacob 9726a43692 oops 1998-07-15 18:29:15 +00:00
mjacob 8d94e6927f add in rz28 and rz29 disks 1998-07-15 18:24:09 +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 54ca279ad5 one more change per PR#4865 1998-07-10 06:22:15 +00:00
fair ed1fb6ab66 remove reference to nic.ddn.mil 1998-07-10 05:41:04 +00:00
tsubai 502b5ef837 nvram support. 1998-07-03 11:58:28 +00:00
tron ba882eb42a Add "cvspserver" from IANA's "port-numbers" as requested in PR misc/5675
by Erik Bertelsen.
1998-06-29 05:24:51 +00:00
nathanw a93021e9be Find core files named "core" as well as "*.core". 1998-06-28 21:37:59 +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
wrstuden f8e4c35d1e Add an entry for AppleshareIP for completeness and for users who
use Adrian Sun's modified Netatalk.
1998-06-27 20:29:47 +00:00
tsubai aeb6277b0e New files. 1998-06-26 12:06:39 +00:00
fair b2a68fe9de OBJDIR support for "make snapshot" 1998-06-25 17:54:05 +00:00
fair 2312085057 an experiment in OBJDIR support for "make snapshot" for sparc 1998-06-24 08:15:47 +00:00
tron 2e5ce72aad Strip comments from "${amd_master}". 1998-06-21 16:38:38 +00:00
mrg d7624ddf03 create more than just mdN and rmdN, and add md0 to "floppy" list. 1998-06-20 12:15:52 +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
perry ece160e58e Remove references to obsolete directories, such as /usr/contrib,
/usr/old, /usr/X11R4, and others. Pointed out by jwise@unicast.com in
PR 5599
1998-06-16 22:57:38 +00:00
drochner edcf4a0ca1 add nwscons tty nodes 1998-06-12 15:39:35 +00:00
dbj d4c9aa0a05 initial import 1998-06-09 09:10:38 +00:00
mrg dad728f592 add support for building bootable floppies. 1998-06-06 05:22:20 +00:00
lukem db5e465501 add share/examples/ftpd 1998-06-06 01:30:45 +00:00
ragge d491ae4df6 /dev entries + getty stubs for virtual console. 1998-06-05 22:31:43 +00:00
pk 12c0ef69ad Add `magma' nodes. 1998-05-20 00:01:06 +00:00
fair 048c02b861 no changes in previous rev, as documented; goof! (sorry). Once again - document that "domainname" is about YP/NIS, not Internet, per PR#5442 1998-05-11 19:01:13 +00:00
fair db9db0284d more clearly document that "domainname" is about NIS/YP, not Internet, per PR#5442 1998-05-11 18:59:23 +00:00
fair 85da386c0f add PIM plus URL to protocols per PR#5438 1998-05-11 18:55:13 +00:00
mhitch cf000ad823 SCSI drives at target 5 and 6 (and 7 for the DS3100) are now included
in the standard configuration, so build the rz* devices for them.
1998-05-10 16:52:14 +00:00
mycroft 434bd12422 Move tun to major number 93. 1998-05-09 00:13:57 +00:00
is 7dd68289be Support for serial devices with new-style dialout devices (currently, ttyC*
only).
1998-05-02 20:37:30 +00:00
leo 5130c5f83b Redo the tty numbering again to avoid future problems. Per discussion
with Chris Demetriou.
1998-04-24 05:56:30 +00:00
thorpej 416ac723a7 Add the "speaker" device. 1998-04-16 04:38:11 +00:00
leo 2571635f1f Correct cd minor numbers. 1998-04-14 10:51:32 +00:00
leo 5a3045445a Rename tty devices according to the following table:
tty00 -> 8530 Channel A (formerly ser02)
       tty01 -> 8530 Channel B (formerly mdm02)
       tty02 -> UART on first 68901 (formerly mdm01)
1998-04-14 09:16:42 +00:00
tv 6c5843297d libstdc++ 2.8 does not, in fact, need a `stl' include directory. 1998-04-08 23:37:22 +00:00
mrg 4c04041950 add "screenblank" support. 1998-04-07 04:47:33 +00:00
tv f0b83e53cd Add /usr/include/g++/stl, needed by libstdc++ v2.8.x. 1998-04-03 02:41:05 +00:00