hosokawa
b76c01c7e3
Added "minimum3": spare room for multilingual installer and driver floppy.
...
The size is 3 x 1.44MB.
2000-10-26 16:00:27 +00:00
sheldonh
dfef47f7f8
Fix bug in rev 1.54; the terminating `;;' for the ibcs2_enable=YES
...
case got lost.
2000-08-18 09:43:18 +00:00
sheldonh
7d6e23352d
Don't rely on a shell scripts to do the simple job of loading
...
kernel modules for ibcs2_enable and svr4_enable.
Don't rely on a shell script to do the neglibly less simple
job of loading a kernel module and running one command for
linux_enable.
These shell scripts are going away.
2000-08-18 08:07:02 +00:00
obrien
f894c8a175
Move the running of the Linux and SVR4 compat bits to the arch independent
...
location.
Sponsored by: LinuxWorld frustration
2000-08-15 18:02:49 +00:00
markm
0cb90f0e22
Clean up all the old setup code for the old /dev/random. This will be
...
revisited when the new /dev/random is done.
2000-06-25 10:55:23 +00:00
obrien
c90bceb4a3
Revert to rev 1.6 until post 4.0-R. As probably 98% of i386 installs
...
happen with a keyboard and monitor the console change was not as needed
in the i386 case as the Alpha case. IMO >50% of Alpha installs are using
a serial console, the change matching rev 1.7 should not be backed out.
2000-01-29 12:18:03 +00:00
obrien
52c1bdee5a
* Use console' rather than
ttyv0' so there will always be a getty on
...
the console reguardless of the type of console.
* Make the Alpha version match the i386 version.
2000-01-29 00:50:21 +00:00
asmodai
99d4b6a884
Bah! Give me the pointy hat. Never commit fixes when just awake.
...
anable -> enable
Spotted by: Alexander Leidinger <Alexander@leidinger.net>
2000-01-24 15:21:43 +00:00
asmodai
5e876b083a
Fix my obmission of the keyword enable after apm -e.
...
Submitted by: Blaz Zupan <blaz@amis.net>
2000-01-24 09:14:41 +00:00
asmodai
df202d2934
Use apm instead of apmconf.
...
Necessary change to due removal of apmconf which got moved into apm
by green.
2000-01-23 10:04:50 +00:00
sheldonh
18456f51a3
Use more thorough redirection to make the impact of allscreens_flags
...
more comprehensive. Previously, at least colour changes were not
applied to all virtual consoles.
PR: 15066
Reported by: Andy Farkas <andyf@speednet.com.au>
Submitted by: yokota
1999-12-21 10:53:04 +00:00
peter
e82d20ba2a
Use a common MAKEDEV between the Alpha and i386 - the only differences
...
of significance were due to the Alpha version going stale. We use common
device numbering for devices. Hopefully, this file's days are numbered.
1999-11-18 04:31:31 +00:00
n_hibma
98aaa8213c
Add the entry for usb (as opposed to usb<number>). It's minor is equivalent
...
to usb255 and will be used for the event queue of the usb daemon.
1999-11-17 23:02:34 +00:00
sos
81f3e4aaef
cleanup the IDE cases a bit, add the ad driver to the all: target.
1999-11-09 12:53:01 +00:00
nik
e75beec342
Document the ch* devices.
...
PR: docs/14401
Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
1999-11-01 19:45:59 +00:00
obrien
106737d047
Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.
...
Noticed by: bde
1999-10-30 07:00:13 +00:00
brian
c4373c3df9
Fix ``MAKEDEV acd''
...
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
1999-10-15 16:20:58 +00:00
gibbs
8f15cc158d
Remove references to the od driver. These devices are no attached by
...
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
1999-10-12 15:51:58 +00:00
peter
3966124417
remove ipl hooks
1999-10-10 15:13:48 +00:00
msmith
cd234440f8
Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID
...
and Myles drivers respectively.
1999-10-07 02:37:04 +00:00
phk
eb86b33ffd
Add support for md driver.
...
sort some comments
1999-09-21 11:11:26 +00:00
obrien
7c6216dc7e
Be slightly less verbose.
1999-09-15 11:17:59 +00:00
obrien
49f84ce42e
/Linux emulation/Linux mode binary compatibility/
1999-09-15 02:08:45 +00:00
bde
9cb681ee43
Fixed some disordering (mainly of case lists for disks).
...
Fixed bitrot in the `wcd*)' case.
1999-09-13 16:15:58 +00:00
sheldonh
7ca175b31f
Apply a consistent style to most of the etc scripts. Particularly, use
...
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>
1999-09-13 15:44:20 +00:00
peter
cdad5bae8c
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
sheldonh
c73504342c
Style clean-up:
...
* All variables are now embraced: ${foo}
* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator
* All empty string tests now take the form:
[ -z "${foo}" ]
* All non-empty string tests now take the form:
[ -n "${foo}" ]
Submitted by: jkh
1999-08-25 16:01:45 +00:00
hoek
506cdbc6b0
Grammar and formatting touch-ups to comments.
1999-08-22 19:42:40 +00:00
gehenna
d1f4b00143
added usb0 to 'all' target for usbd(8)
1999-08-21 18:01:42 +00:00
sheldonh
096c0bd647
Use a colon (:) instead of a period (.) to distinguish the group name
...
from the user name when using chown(8).
PR: 13157
Reported by: Patrick Powell <papowell@astart.com>
1999-08-16 16:00:23 +00:00
iwasaki
ab2f606188
Refine on explanation for apm stuff.
...
Make it clear that apmd depends on apmconf -e.
Reviewed by: obrien, my friend :-)
1999-07-12 17:20:29 +00:00
iwasaki
f908f7eeca
Add apmd_enable and apmd_flags for the boot-time optinos.
...
Pointed out by: obrien
Forgotten by: iwasaki
1999-07-11 04:05:45 +00:00
iwasaki
bf9c0b3fd0
Put apmd configuration and rc files in /etc.
...
Update some files for apmd.
1999-07-10 18:02:42 +00:00
phk
b5ad902d30
Add a pseudo target called "jail" which DTRT for a jail(2)'ed /dev
1999-07-09 21:35:17 +00:00
sheldonh
22d33aa12a
Fix typo in previous commit.
...
Reported by: bde
1999-07-09 13:37:59 +00:00
sheldonh
ca0f58d9e2
Add the pps (Pulse per second timing interface) device.
...
PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>
1999-07-09 12:52:04 +00:00
bde
8a8914c836
Removed bogus quotes in descriptions of disk devices. Only "Winchester"
...
disk devices are so-called.
1999-07-07 12:00:42 +00:00
msmith
034fa9e4b7
Add support for the 'ida' driver.
1999-07-05 09:18:57 +00:00
jkh
810f72ad85
Bump the number of vtys created to compensate for new demands created
...
by /etc/ttys.
Forgotten by: des
1999-07-05 08:39:00 +00:00
des
2fa11cb2bb
Feed the vty monster.
1999-07-04 15:06:21 +00:00
billf
58042cdce4
Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gig
...
removable disk.
Submitted by: Troy Settle <st@i-Plus.net>
1999-06-04 02:49:27 +00:00
phk
32fdedec4d
Fix my DOC2k CHRDEV goof
1999-05-29 19:36:55 +00:00
hm
47fc12ed9a
Fix i4bteld entry, the section of the sh case for "i4teld*)" should be
...
BEFORE the case for "i4tel*)". (match the longest prefix first!)
Recognized by: Harry Starr
1999-05-24 18:01:03 +00:00
hm
87c7b1e12a
upgrade isdn4bsd from version 0.71 to the just released version 0.81
1999-05-20 10:14:57 +00:00
hosokawa
75155a6001
added card1 and card2 to 'all' target.
...
(for machines with more than two PC-card slots)
1999-05-04 17:03:58 +00:00
peter
8c74242ac5
Zap default creation of /dev/lkm - it doesn't point to anything anymore
1999-04-24 20:57:39 +00:00
msmith
f9e763c08c
Make the USB devices by default, comment them.
1999-04-08 21:23:18 +00:00
sos
3269be1a6b
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
gibbs
eb3e0db2ff
Add targ.ctl, a device node for allocating and configuring instances
...
of the "targ" processor target target mode emulator.
1999-03-05 23:08:45 +00:00
roger
a5964a2cce
Put back the bktr update to generate /dev/vbi
...
which I managed to delete yesterday.
1999-03-02 16:04:27 +00:00