simonb
ea65230233
Regen: Add device id for Trumpion T33521.
2003-03-23 00:58:16 +00:00
simonb
3dd66de041
Add device id for Trumpion T33521 (used in (at least one) Creative MP3
...
player, almost attaches as a sd@umass).
2003-03-23 00:57:15 +00:00
thorpej
8f70c6754b
Add a work-around for the "short cable problem" that some DP83815
...
revisions have, as discussed on the soekris-tech mailing list a
while ago, whereby one can experience excessive recieve erros when
using < 30m cables. The patch detects overflow in a DSP filter
parameter, and corrects it by writing a known good value.
2003-03-23 00:56:15 +00:00
sjg
77076c2d51
ParseDoSpecialSrc: since we're already being called for each target
...
make it depend only on the expansion of src that matches.
Otherwise given:
a b c: ${.TARGET}.x
a b and c will each depend on a.x, b.x and c.x
Further, we only _need_ to do ParseDoSpecialSrc if a .WAIT appears
in the source list - so establish that up front.
2003-03-22 23:41:02 +00:00
perseant
17bba97d2e
Unlock ifile inode during streamlined VOP_INACTIVE.
2003-03-22 21:31:41 +00:00
matt
d641dc322f
Don't malloc channel_queue, put it in the softc instead.
2003-03-22 20:09:35 +00:00
matt
3a494ed040
Don't malloc the channel_queue, put it in the softc. Print modes too.
2003-03-22 20:05:20 +00:00
matt
7ba7388e87
Don't malloc channel_queue, put it in the softc.
2003-03-22 20:01:05 +00:00
matt
0d90a1db08
No reason to malloc channel_queue, put it in the softc instead. Clean up
...
a few other things while here.
2003-03-22 19:57:14 +00:00
jdolecek
ded9445270
no need for -I${MOUNT} & .PATH: ${MOUNT} now neither
2003-03-22 19:09:39 +00:00
christos
19fe9b6b27
remove parameter names to avoid shadowing of globals.
2003-03-22 17:23:09 +00:00
wiz
2c30441d13
Try to get some consistency in the used macros; other minor fixes.
2003-03-22 15:46:47 +00:00
tron
006d0d43aa
Remove "getmntopts.c" from list of source files. getmntopts(3) is in
...
"libutil" now.
2003-03-22 15:34:44 +00:00
mrg
af585b8553
bump .Dt [from wiz]
2003-03-22 15:26:38 +00:00
jdolecek
842b4adcdc
it's not necessary to limit the service name artificially to 8 characters
...
in inet*print() - only first 'width' characters of the 'host.service'
string would be printed anyway, so allow full service name if string would fit
2003-03-22 15:18:36 +00:00
mrg
dd13dddfff
pppoectl: Add a "-f configfile" option.
2003-03-22 14:41:17 +00:00
mrg
f3b8a67c63
add a "-f configfile" option. the config file contains individual lines of
...
parameter=value pairs normally passed on the command line (# and \
continuation also works, yay fparseln), one per line. now you don't have
to run a program with a password on the command line.
2003-03-22 14:38:15 +00:00
jdolecek
7f97807187
for NO_PGID, use ((pid_t)-1) rather than (-(pid_t)1)
2003-03-22 14:35:38 +00:00
jdolecek
36dc52ad95
regen - add 3Com TCM6790 entry
2003-03-22 14:31:28 +00:00
jdolecek
eede41c54a
add TCM6790 entry
2003-03-22 14:30:48 +00:00
simonb
0a30e5fb17
Fix a grammatical nit.
2003-03-22 14:26:41 +00:00
jdolecek
a834690527
use LIST_FOREACH() in selwakeup() for the process's lwp walk loop
2003-03-22 14:13:06 +00:00
dsl
281c2b075c
GEOM_DEBUG was left set :-(
2003-03-22 13:05:26 +00:00
jdolecek
bd2847705c
install mntopts.h
2003-03-22 12:45:51 +00:00
jdolecek
1edd42a9d2
move getmntopts(3) to libutil, build and install also it's manpage
...
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)
2003-03-22 12:43:57 +00:00
kristerw
b225d94754
Fix some typos noted by Soren Jacobsen in PR 20793.
2003-03-22 12:13:03 +00:00
kristerw
7fee304b15
Change "if" to "if and only if" per discussion in PR 20794.
2003-03-22 11:37:49 +00:00
nakayama
14a2f27862
Make it compile in big endian.
2003-03-22 11:32:38 +00:00
jdolecek
899bce0921
use <> rather than "" for #include mntopts.h
2003-03-22 11:15:45 +00:00
dsl
6f803e005b
Correct rewinding if FIONBIO or FIOASYNC fail in F_SETFL
...
(code use to always turn off FIONBIO if FIOASYNC fails)
(approved by christos)
2003-03-22 10:39:47 +00:00
dsl
1f2e35430b
Change caddr_t to void *
2003-03-22 10:35:01 +00:00
nakayama
ac2c6fba75
Make it compile again; follow fo_ioctl change (hi David!).
2003-03-22 07:54:22 +00:00
nakayama
761c2112ae
note PCI-CardBus bridge support for sparc64.
2003-03-22 07:09:11 +00:00
nakayama
7bb8250096
PCI-CardBus bridge support for sparc64:
...
- add CardBus and PCMCIA devices configrations.
- add workaround for internal compiler error on dev/ic/elink3.c.
2003-03-22 06:39:43 +00:00
nakayama
b1a9940dae
PCI-CardBus bridge support for sparc64:
...
- add MD part of cardbus support.
2003-03-22 06:36:18 +00:00
nakayama
11529a0609
PCI-CardBus bridge support for sparc64:
...
- add splsoftserial.
2003-03-22 06:34:28 +00:00
nakayama
aad45dd3ad
PCI-CardBus bridge support for sparc64:
...
- handle devices which has no OBP node.
- move PCI latency-timer initialization from pci_intr_map to
pci_enumerate_bus.
- make PCI bus free space extents for cardbus devices.
- fix PCI config space map size.
- some code integrations.
2003-03-22 06:33:09 +00:00
nakayama
a8e1b2f5c5
PCI-CardBus bridge support for sparc64:
...
- add pccbb_attach_hook in pccbbattach for MD initializations.
- omit arithmetics to bus_space_handle_t.
- remove use of IST_LEVEL; not defined on sparc64 and unused.
2003-03-22 06:25:14 +00:00
nakayama
64f7818314
PCI-CardBus bridge support for sparc64:
...
- use u_long for extent_alloc_subregion result instead of bus_addr_t.
(sizeof u_long != sizeof bus_addr_t on 32bit kernels of sparc64)
2003-03-22 06:18:22 +00:00
thorpej
5abaeacf22
* Bump m_flags from "short" to "int", and shuffle the m_hdr accordingly.
...
As discussed on tech-net.
* Define a range of bits in the new wider m_flags which are reserved for
M_EXT mbufs. Define M_EXT_CLUSTER to indicate the ext is a cluster, and
re-define M_CLUSTER as M_EXT_CLUSTER for source-level compatibility.
* Define a new M_EXTCOPYFLAGS to be used when manipulating M_EXT state.
2003-03-22 02:21:57 +00:00
chris
cad8f58de0
Correct gunzip behaviour, feed the output into stdout, so the redirect works.
2003-03-22 00:13:35 +00:00
wiz
41a412a662
Uppercase MASSBUS, addresses PR 20722.
2003-03-21 23:42:45 +00:00
dsl
bd99e3429d
Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL
...
and VOP_ADVLOCK, delete casts from callers (and some to copyin/out).
2003-03-21 23:11:19 +00:00
thorpej
3f2184def7
Work around a buggy PHY in some Seagate S-ATA drives which get confused
...
by the way some S-ATA controllers packetize data when the sector count of
the transfer mod 15 is 1.
2003-03-21 22:40:56 +00:00
dsl
60418b39b7
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
...
Avoids a lot of casting and removes the need for some line breaks.
Removed a load of (caddr_t) casts from calls to copyin/copyout as well.
(approved by christos - he has a plan to remove caddr_t...)
2003-03-21 21:13:50 +00:00
christos
bef3a7f735
don't mess with suffix rules.
2003-03-21 19:14:53 +00:00
mjacob
2b72827e41
Fibre Channel doesn't need bus reset settle time.
2003-03-21 18:05:16 +00:00
drochner
05bdb0b97d
make these compile after struct consdev change
2003-03-21 17:23:22 +00:00
jmmv
94918ed190
mailer.conf uses sendmail by default again. Fix a typo.
2003-03-21 16:49:18 +00:00
sjg
9db7e8cb6d
Missed a s/tn->name/pref/
2003-03-21 16:48:21 +00:00