sheldonh
a8196ec11f
Update the instructions for setting up audio symlinks, now that MAKEDEV
...
DTRT (well, it's been doing it since rev 1.97).
1999-09-03 15:11:43 +00:00
chris
67a24c48d6
Change NetBSD' in the description to
FreeBSD' in the sentence,
...
"NetBSD provides machine-independent bus support and drivers for USB
devices."
1999-09-03 13:47:58 +00:00
phantom
d6ab9bf62e
Link man4/i386/alpm.4 to man4/
...
That will make this page visible for whatis/catman
PR: docs/13226
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-03 13:31:40 +00:00
peter
afe8351c90
Cosmetic tweak. Collect the fdc methods together and apart from the fd
...
methods so it's a little easier to seperate the two when reading the code.
1999-09-03 11:32:21 +00:00
phk
8258db9b92
Use micro "disk" layer in ata-disk
...
Reviewed by: sos
1999-09-03 10:57:17 +00:00
phk
842d9077f7
Set si_bsize_phys to 2048 for cdrom.
...
Reviewed by: sos
1999-09-03 10:56:27 +00:00
brian
f51d44e622
When sending radius authentication requests:
...
Supply RAD_NAS_IDENTIFIER if we have a `hostname` and
RAD_IP_ADDRESS if that hostname resolves.
Supply RAD_NAS_PORT using the ttyslot() of the tty that
we're authenticating on if it's a tty device.
Partially submitted by: Andriy I Pilipenko <bamby@marka.net.ua>
PR: 12225
1999-09-03 10:31:34 +00:00
julian
f56c587927
Print out the device name when there is an uninitialised IO size or IO error
...
in spec_getpages().
Submitted by: phk suggested the idea.
1999-09-03 09:14:36 +00:00
julian
a5d766bc99
Add a catchall to set default blocksize values for disk like devices.
...
Submitted by: phk@freebsd.org
1999-09-03 08:26:46 +00:00
marcel
591be2fb05
Install linux.sh in /usr/sbin and not in /usr/bin.
...
PR: 13545
Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
1999-09-03 07:15:38 +00:00
marcel
108c4c2c77
I missed the namechange of field desc in struct i386_ldt_args into descs while
...
reviewing luoqi's changes...
Pointed out by: luoqi
1999-09-03 06:18:39 +00:00
mdodd
1b6ed6875d
Get this to compile again. struct pnp_cinfo went away so
...
this is just a temporary hack until someone figures out
what they want to do with the override tables etc.
Example copied: sys/isa/{pnp,sio}.c
1999-09-03 06:01:01 +00:00
julian
fd9cb11e53
Revert a bunch of contraversial changes by PHK. After
...
a quick think and discussion among various people some form of some of
these changes will probably be recommitted.
The reversion requested was requested by dg while discussions proceed.
PHK has indicated that he can live with this, and it has been agreed
that some form of some of these changes may return shortly after further
discussion.
1999-09-03 05:16:59 +00:00
luoqi
ecfed74f23
Restore documented tgetstr() behavior.
1999-09-03 05:15:33 +00:00
julian
60f0adf39e
remove some out-of-scope DEVFS references..
...
(don't worry greg.. cosmetic only)
1999-09-03 05:08:05 +00:00
luoqi
f98ff677e5
Handle for passthru resource release correctly.
1999-09-03 04:30:01 +00:00
mdodd
7dd0afc89c
This adds support for the Buslogic/Bustek/Storage Dimensions
...
MCA SCSI adapters.
bt_mca.c is going to live in sys/dev/buslogic instead of sys/dev/mca
as per a conversation with Peter, Doug and Mike.
Thanks to Andy Farkas <andyf@speednet.com.au> for being such a good
sport and doing all the testing for me (as I don't actually own one
of these cards. Yet.)
1999-09-03 03:50:55 +00:00
mdodd
07b096998f
This is the rest of the MCA support; new_bus code to be exact.
...
Should we ever find ourselves on an RS/6000 this code should work
with few changes.
1999-09-03 03:40:00 +00:00
mdodd
abf4cde6b9
SYSINIT() needs sys/kernel.h. Include it.
1999-09-03 03:14:36 +00:00
mdodd
787d2575bc
This adds the i386 specific support for systems with a MicroChannel
...
Architecture bus.
Reviewed by: msmith
1999-09-03 02:04:28 +00:00
julian
974aea3e4c
Remove accidental cut&paste garbage in a comment.
1999-09-03 01:38:29 +00:00
grog
087bc8c4fb
Reverse MFC of revision 1.5.2.7:
...
Remove a rather embarrassing race condition.
Egged-on-by: alfred
1999-09-03 01:37:26 +00:00
julian
082c01dec6
Comment the boot manager. So I don't have to work it all out again :-)
...
Reviewed by: rnordier@freebsd.org
1999-09-03 01:35:06 +00:00
marcel
ff51285d10
Implementation of the modify_ldt syscall. Use the sysarch() interface to do
...
the actual work. When USER_LDT is not defined for a kernel, sysarch returns
EOPNOTSUPP. Display a message in that case and return ENOSYS to userland.
Reviewed by: luoqi
1999-09-02 21:50:42 +00:00
luoqi
4c5411b984
Use definitions provided in sysarch.h for args structures.
...
Reviewed by: marcel
1999-09-02 21:03:32 +00:00
luoqi
ed22cebc5f
Some reorganization of sysarch() interface:
...
1. Move definitions of struct i386_*_args to the header file sysarch.h,
since they are part of the sysarch API. struct i386_get_ldt_args and
i386_set_ldt_args were identical, therefore make them into one
struct i386_ldt_args. Libc should use these definitions as well.
2. Return a more sensible EOPNOTSUPP for unknown operations.
Reviewed by: marcel
1999-09-02 20:59:50 +00:00
obrien
f037ce228f
MFS: tweak my wording a little.
1999-09-02 18:10:40 +00:00
ru
5acd2873b4
Allow signals to interrupt system calls.
...
Remove redundant signal() call.
PR: 6676
Submitted by: luoqi
Reviewed by: Ari Suutari <ari@suutari.iki.fi>
1999-09-02 15:17:25 +00:00
kato
9a1f4e4d94
- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace
...
`ED_P1_MAR + i' and `ED_P1_PAR + i', respectively.
- convert ED_PC_RESET and ED_PC_MISC into relative offset from
ED_PC_ASIC_OFFSET (those macros are not used in current source).
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-09-02 15:06:23 +00:00
kato
32707ed4fc
The ed_probe_Novell should not clear id_maddr when it fails to probe.
...
This fixes potential panic by kvtop at addr == 0.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-09-02 15:01:56 +00:00
kato
68f5d86b7c
Sync with sys/i386/i386/userconfig.c revision 1.156.
1999-09-02 13:44:52 +00:00
kato
6fbf48598a
Sync with sys/i386/conf/files.i386 revision 1.263.
1999-09-02 13:43:00 +00:00
kato
f50bf9cd83
Sync with sys/i386/conf/GENERIC revision up to 1.186.
1999-09-02 13:41:15 +00:00
chris
88c5a87f09
Remove superfluous tab in `Fix:' field.
...
Cosmetic, and done mostly for consistency.
1999-09-02 12:00:49 +00:00
jkh
3ee304558c
It's "router_flags" not "routerflags"
...
Submitted by: kasey@ambernetworks.com
PR: 13534
1999-09-02 11:55:11 +00:00
yokota
ddae9b03e0
Enable ioctls to manipulate color palette. They have been implemented,
...
but disabled until now...
1999-09-02 08:09:13 +00:00
yokota
6246c32f6a
Do not call the VESA BIOS if the current video mode is not one of
...
the VESA modes.
1999-09-02 08:08:49 +00:00
marcel
51b2052fbc
Silence warnings about the use of vnode sanse declaration.
1999-09-02 08:02:17 +00:00
imp
c137e13b4e
Fix the root cause of the fts buffer overflow. This is a temporary
...
patch to stop the core dumps while others come up with a better
reviewed patch which may also fix other problems. We do illegal
pointer arithmetic, but it should be OK since FreeBSD only supports
machines with flat address spaces.
Submitted by: bde
1999-09-02 07:45:07 +00:00
peter
ac5f1ad134
Missed this use of the old pnp includes. I don't think this is meant to
...
be here though.
1999-09-02 05:59:20 +00:00
peter
d1fca673b7
Update for new pnp includes
1999-09-02 05:37:25 +00:00
peter
8dd0cf2164
So that there is no confusion, zap these now. pnpinfo(8) should compile
...
with the new includes.
1999-09-02 05:22:16 +00:00
peter
52c9474e10
Take a shot at getting this to compile under newpnp.
1999-09-02 05:20:08 +00:00
obrien
75ba4caabd
Document that dhclient-script will only set the hostname if it is unset.
...
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-09-02 05:15:26 +00:00
peter
c0132d0156
s/LOGIGAL/LOGICAL/
1999-09-02 05:13:01 +00:00
obrien
00758b4eb0
- Don't use contractions
...
- discuss the setting of hostname in the face of DHCP
Submitted by: John Baldwin <jobaldwi@vt.edu> (DHCP part)
1999-09-02 05:12:03 +00:00
peter
fa03011329
Stub out the old pnp code till these are converted so GENERIC builds again.
1999-09-02 04:37:07 +00:00
jkh
2b983202e6
Oh crud, did I ever screw the pooch! Rather than sync this with -stable,
...
I backed-out the changes in -current and didn't touch stable at all (I
thought I had my patch order reversed, not what actually happened).
AIEEE! I can't even blame the crack for this one since I broke my
crack pipe a few weeks ago. I think sleep deprivation gets the blame
for this one.
Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
1999-09-02 00:51:16 +00:00
chris
3e73f6e0b1
Re-add the libmytinfo/libncurses stuff - removing it breaks static
...
linkage.
Pointed out by: bde
1999-09-01 23:36:21 +00:00
dbaker
e15986424e
column counter (cnt) not reset to 0 on display of '\r' which could cause
...
unnecessary forced linewraps on some terminals.
Submitted by: David McNett <nugget@slacker.com>
1999-09-01 23:07:29 +00:00