sanpei
1828f1339b
add new PC-Card entry, COREGA FEther PCC-TXD
...
ed1 at port 0x300-0x31f iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0
ed1: address 00:90:99:xx:xx:xx, type NE2000 (16 bit)
2001-01-03 08:42:08 +00:00
jhay
11a0eb613d
Make sppp a kld.
2001-01-03 08:12:30 +00:00
nsouch
72b88b2ab3
Remove alpm numbering.
2001-01-03 07:39:07 +00:00
imp
d3ce7458d3
Spell while the more traditional way.
...
Submitted by: knu
Suggest that maybe rebuilding just libc might also work around this.
Suggested by: rgrimes and phk.
2001-01-03 05:30:30 +00:00
jhb
e3a604610a
Rename the loader tunable from hw.sndunit to hw.snd.unit.
...
Submitted by: cg
2001-01-03 02:09:31 +00:00
jhb
86b0cbb92a
- When acknowledging interrupts, write the value 0xff to the interrupt
...
status register rather than 0. Without this, a single hardware volume
event triggers an interrupt storm.
- Implement hardware volume control for the Maestro chips. This version
only handles the case where both channels are adjusted at the same time.
Reviewed by: cg
2001-01-03 01:32:57 +00:00
jhb
87f07986bc
Add a new API for soundcards that have hardware volume control:
...
- The mixer_hwmute() function can be called when a soundcard receives a
mute request.
- The mixer_hwstep() function can be used to adjust the volume of one or
both channels.
- The 'hw.snd.hwvol_step' sysctl determines the amount that mixer_hwstep()
adjusts the volume by on each call.
- The 'hw.snd.hwvol_mixer' sysctl specifies the mixer device to adjust the
volume on for both functions. The values used correspond to the
SOUNDCARD_MIXER_* constants.
2001-01-03 01:29:47 +00:00
jhb
d7691ec4ad
Create a new sysctl node 'hw.snd' and move 'hw.sndunit' to
...
'hw.snd.unit'.
Reviewed by: cg
2001-01-03 01:25:26 +00:00
imp
74bebe6ba8
Add device id for the OZ Micro 6832. I didn't try to init it like the
...
Cirrus Logic parts that end in 6832, but maybe some machines will need
that in the future.
2001-01-02 21:42:48 +00:00
imp
f04987417d
add pcic_p to the list of things built
2001-01-02 21:40:41 +00:00
nsouch
1421ef0e42
Cleanup and improve mode detection. Now, you should get what you actually
...
want according to the modes set with the ppc(4) flags. Especially, it
should fix some problems with mode detection of parallel chipsets
configured to EPP but which have timing troubles with the drives. In such
a case, the driver should now fall back to slower modes (PS2, NIBBLE).
2001-01-02 21:29:06 +00:00
imp
17293dce99
Note problems with vi core dumping for a comple of days, plus
...
workaround.
2001-01-02 21:28:48 +00:00
nsouch
c5c306c17e
Remove old PCI compatibility.
...
Submitted by: Andrew Gallatin <gallatin@freebsd.org>
2001-01-02 21:19:32 +00:00
dmlb
96acf3adc0
Tidy up if_init routine so that it does not return an error.
2001-01-02 20:29:25 +00:00
jhb
247895b953
The previous commit wasn't entirely correct. At least one goto to the
...
out: label in psignal() did not grab sched_lock before trying to release
it. Also, the previous version had several cases where it grabbed
sched_lock before jumping to out: unneccessarily, so rework this a bit.
The runfast: and out: labels must be called with sched_lock released, and
the run: label must be called with it held. Appropriate mtx_assert()'s
have been added that should catch any bugs that may still be in this
code.
Noticed by: bde
2001-01-02 18:54:09 +00:00
brian
60dd01d366
Cope with ports that have multiple versions *and* have embedded ``-''s
...
in their name.
2001-01-02 15:17:59 +00:00
ume
ef804d6450
do not touch ra_addr if it is NULL. from IIJ SEIL team
...
Obtained from: KAME
2001-01-02 15:17:19 +00:00
brian
8cab99434b
Understand ``multiple versions'' lines emitted from pkg_version.
2001-01-02 13:28:47 +00:00
phk
6bdce3ff8d
Fix the <sys/queue.h> abuse.
...
Submitted by: Dima Dorfman <dima@unixfreak.org>
Reviewed by: /sbin/md5
2001-01-02 11:51:55 +00:00
dwmalone
a793bd83ae
Use a slightly better documented way of calculating easter and
...
include a reference to the Calendar FAQ. Also make argument parsing
a little more robust.
PR: 23881
2001-01-02 11:35:57 +00:00
non
7ee200bc72
Remove conflicts between unsinged char *s and int s.
...
It was possible cause of kernel panic.
Pointed Out by: phk@FreeBSD.ORG
2001-01-02 10:41:50 +00:00
phk
2dfcf87c09
Add an XXX about a <sys/queue.h> transgression which needs cleaned up.
2001-01-02 10:34:09 +00:00
phk
f8215b2c22
Either cvs(1) or I forgot this file in my last commit.
...
Please see commit log for rev 1.4 of src/sbin/mdconfig/mdconfig.c
2001-01-02 09:42:47 +00:00
peter
446c009838
Newbusify the PCI PDQ (fddi) attachment. This isn't as clean as
...
the EISA attachment and has not been tested (no hardware!), but at least
it stands a chance at working. At least it compiles now.
2001-01-02 09:30:48 +00:00
obrien
a6d861864b
Fix SCCS id string abuse I introduced.
2001-01-02 09:10:14 +00:00
takawata
b0f99c3c32
Change Embedded Controller lock to ACPI Global Lock.This is needed for
...
mutual execution between BIOS and OS.
2001-01-02 05:22:35 +00:00
peter
b0fe93c364
Fix typo: s/memberhip/membership/
...
Submitted by: Peter Avalos <pavalos@theshell.com>
2001-01-02 04:01:59 +00:00
obrien
aa551bbabe
PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h)
2001-01-02 00:34:24 +00:00
obrien
740d0a940e
PowerPC platform-specific definitions (modeled on sys/i386/include/types.h)
2001-01-02 00:30:49 +00:00
obrien
64d0722577
Minor style tweaks.
2001-01-02 00:11:41 +00:00
obrien
bf360ab0c3
PowerPC platform-specific definitions (modeled on sys/i386/include/param.h)
2001-01-02 00:06:45 +00:00
obrien
18525c4624
MP shells for the PowerPC platform.
2001-01-01 23:45:11 +00:00
ben
bc4e0ca581
Minor layout fixes.
...
PR: 24004
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2001-01-01 23:30:51 +00:00
sobomax
222125250c
Add getenv(3) and setenv(3) into ``See also'' section.
2001-01-01 23:26:54 +00:00
obrien
018803070a
PowerPC platform-specific page size setting.
2001-01-01 23:26:39 +00:00
ben
40ab6fbdbe
Fix typo: ispec -> ipsec
...
PR: 24005
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2001-01-01 23:26:16 +00:00
obrien
a261119781
PowerPC platform-specific definitions.
...
Obtained from: NetBSD (parts)
2001-01-01 23:19:22 +00:00
ben
7faabba778
Install sysinstall.8 as part of buildworld.
...
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
2001-01-01 23:17:11 +00:00
phk
f79ed3b7e2
Remove a bogus #ifdef KTR stanza.
...
Noticed by: Alexander Langer <alex@big.endian.de>
2001-01-01 23:09:53 +00:00
phk
b7ed866b94
Add padding space and a version number to the md_ioctl structre for future
...
extension.
Add ability to create a preload disk giving an address and a length
(suggested by imp)
Fix bug relating to very small md(4) devices.
Update md.c copyright to reflect the status of code copied from vn.c.
(noticed by dillon)
2001-01-01 23:08:26 +00:00
obrien
d7a004c96f
Shells for the atomic operations FreeBSD needs.
...
This is just waiting for a budding PowerPC ASM guy to fill in the blanks.
2001-01-01 23:06:59 +00:00
obrien
61880175c4
PowerPC platform-specific type definitions.
2001-01-01 22:43:52 +00:00
obrien
f060b6823c
Sort some of the _BSD_* types.
2001-01-01 22:26:56 +00:00
obrien
db5db2e690
Update the e_machine values to include x86-64, PowerPC and [Strong]ARM;
...
and fix the Sparc values. Also update the ELFOSABI list while I'm here.
2001-01-01 21:56:57 +00:00
obrien
eb987482f0
PowerPC specific ELF ABI definitions.
2001-01-01 21:54:48 +00:00
peter
bb20b7c63f
Further tidy up the sbin/init and release builds.
2001-01-01 21:39:00 +00:00
obrien
da55259414
s/rsa0/sa0/g
2001-01-01 19:50:48 +00:00
phk
26488d2f7a
This is not necessarily the correct fix, but at least sbin/init compiles
...
in a sterile environment like "make release"
2001-01-01 19:46:43 +00:00
ben
7ae2075697
Check that the hostname field in received packets is NUL-terminated.
2001-01-01 18:43:21 +00:00
mjacob
aed2c0bb20
Sanity check ptr for legal values so it is less likely
...
(but not impossible) to get stuck in an infinite loop.
Obtained from: msmith@freebsd.org
2001-01-01 16:49:31 +00:00