jonathan
2061ef0c38
Remove the old, inet4-specific versions of PCB_T, PCB_FAMILY, and PCB_SOCKET,
...
and the surrounding #ifndef notyet/#else/#endif which had the removed lines
in the #else branch. The inpcb_hdr versions have been in use for
some time now.
2004-03-16 22:37:46 +00:00
uwe
8c941b849f
Add a few calls to UpdateWindow.
2004-03-16 22:30:36 +00:00
nathanw
263f910569
Do set up the auxpll to the right value (8, to generate 96MHz),
...
because the Au1500 and/or this board's firmware don't have it to the
right value at bootup, as was previously assumed. Makes USB-host work
on the Au1500, and should cause no change on other boards where it
previously "just worked".
Remove some #if 0'd out setting of FREQ0, since it's not currently
used.
2004-03-16 21:20:06 +00:00
bouyer
751597cddb
cbd -> cdb
...
Command Block Descriptor -> Command Descriptor Block
Pointed out by Allen Briggs.
2004-03-16 19:10:43 +00:00
nathanw
6b89d04a4a
The Au1500 doesn't have an i2s interface.
2004-03-16 18:13:45 +00:00
pk
9c0a7ff277
For now, implement prom_getidprom() and prom_getether() in autoconf.c
2004-03-16 13:14:34 +00:00
simonb
98cd2fe77e
Fix an assigned-to-but-not-used variable in the non AHC_ALLOW_MEMIO case.
2004-03-16 05:32:09 +00:00
uwe
501860614d
Add j6x0lcd.
2004-03-16 00:23:31 +00:00
pk
0c91b926ac
Replace myetheraddr() by prom_getether(). Convert the file descriptor to
...
deivce tree node (if possible) to support the "local-mac-address' property.
2004-03-15 23:57:27 +00:00
pk
967492ee53
Replace myetheraddr() by prom_getether().
2004-03-15 23:51:11 +00:00
pk
058057533c
prom_getether() now takes a `node' argument in order to support the
...
"local-mac-address" property.
2004-03-15 23:48:21 +00:00
pk
4bd9e9bb70
prom_getether: support the "local-mac-address" property on network nodes.
2004-03-15 23:46:40 +00:00
uwe
9d8bb20eb3
Use CONFIG_HOOK_POWERCONTROL_LCD to control turning the LCD on/off
...
(the _LCDLIGHT hook is apparently meant to control the LCD backlight).
2004-03-15 23:38:16 +00:00
uwe
e9612620ef
Now that we can control contrast and brightness of the Jornada 680 LCD
...
add KS_Cmd_{Contrast,Brightness}{Up,Down} to default keymaps.
2004-03-15 23:25:09 +00:00
uwe
4b44d3c34a
Change #if 0 protecting the lines with KS_euro to #ifdef KS_euro, so
...
that the keymap definitions are forward-compatible.
2004-03-15 22:49:07 +00:00
bouyer
542c876565
Extract the code printing the CBD from scsipi_print_sense(), so that it's
...
usable in other context.
Use the new scsipi_print_cbd() to dump the command in case of timeout
in siop/esiop.
2004-03-15 22:43:43 +00:00
bouyer
285ce8d78e
Indent.
2004-03-15 22:28:30 +00:00
rafal
7dc96fa92f
Remove references to no-longer-existing options (MIPS3_L2CACHE_PRESENT and
...
MIPS3_5200).
2004-03-15 16:56:55 +00:00
yamt
c12b63c2e0
some comments on cryptic nfsm_ macros.
2004-03-15 11:47:52 +00:00
augustss
26b7762c08
Regen.
2004-03-15 11:16:43 +00:00
augustss
ae2960eaf0
Add some devices. From FreeBSD.
2004-03-15 11:16:23 +00:00
augustss
92bc86cdb6
Add Epson Perfection 1670 scanner
2004-03-15 11:09:23 +00:00
augustss
eaf85ed85e
Regen.
2004-03-15 11:08:53 +00:00
augustss
fd28ddd148
Add Epson Perfection 1670 scanner
2004-03-15 11:08:34 +00:00
augustss
da2d21f6ee
Set the device address before reading the device descriptor.
...
This makes certain non-conforming devices work.
Suggested by Peter Burnett in kern/24716.
2004-03-15 10:35:04 +00:00
minoura
88f55c570c
Fix typo.
2004-03-15 05:31:46 +00:00
uwe
c900434559
Add j6x0lcd(4).
2004-03-15 03:49:14 +00:00
uwe
ef7c82009e
Driver that controls power, brightness and contrast of the Jornada 680 LCD.
2004-03-15 03:45:50 +00:00
uwe
9071e10a46
Support for WSDISPLAYIO_PARAM_CONTRAST.
2004-03-15 03:38:39 +00:00
dyoung
224491add0
Move the ath(4) sysctls to hw.ath from ath.
2004-03-15 03:26:04 +00:00
minoura
17724e2968
Stop the timer explicitly before initialization.
...
Apparently certain BIOS requires this. Noted by yamt.
2004-03-15 01:23:49 +00:00
simonb
55965d25ad
Use "#define<tab>" consistently.
2004-03-14 21:12:08 +00:00
wiz
4fdf521f76
It's extension, not extention. From Miod Vallat (miod at online fr).
2004-03-14 20:11:24 +00:00
chs
cec587ddf6
checkpoint of MP work from dennis and myself. includes cross-processor
...
interrupt framework, a sledgehammer TLB invalidation and misc MP fixes.
doesn't work at all yet.
2004-03-14 18:18:54 +00:00
jdolecek
43bafa5c97
fix typo in comment
2004-03-14 16:47:23 +00:00
minoura
d8b2961a5c
Add ichlpcib.
2004-03-14 14:13:42 +00:00
bjh21
1f2a1581c0
pckbport_machdep_cnattach has replaced pckbc_machdep_cnattach.
2004-03-14 13:54:07 +00:00
bjh21
e972d70350
pckbc_machdep_cnattach has been replaced by pckbport_machdep_cnattach, so the
...
former attribute can be removed.
2004-03-14 13:52:12 +00:00
simonb
899c20a789
Remove trailing blank line.
2004-03-14 13:06:39 +00:00
simonb
15ae71a28c
Call sbmac_start() at the end of the interrupt service function to try
...
to send more packets. Fixes problems with high UDP Tx rates.
Thanks to Matt Thomas for applying clue.
2004-03-14 10:55:45 +00:00
minoura
10cb1fb645
Add ichlpcib.
2004-03-14 08:09:42 +00:00
minoura
b332b550b9
Add Intel ICHn PCI-LPC bridge driver.
...
It is a pcib, but with sysmon watchdog support.
2004-03-14 08:04:38 +00:00
cl
ea5ec0212d
add kernel part of concurrency support for SA on MP systems
...
- move per VP data into struct sadata_vp referenced from l->l_savp
* VP id
* lock on VP data
* LWP on VP
* recently blocked LWP on VP
* queue of LWPs woken which ran on this VP before sleep
* faultaddr
* LWP cache for upcalls
* upcall queue
- add current concurrency and requested concurrency variables
- make process exit run LWP on all VPs
- make signal delivery consider all VPs
- make timer events consider all VPs
- add sa_newsavp to allocate new sadata_vp structure
- add sa_increaseconcurrency to prepare new VP
- make sys_sa_setconcurrency request new VP or wakeup idle VP
- make sa_yield lower current concurrency
- set sa_cpu = VP id in upcalls
- maintain cached LWPs per VP
2004-03-14 01:08:47 +00:00
cl
f1bacc8b38
disable SA upcalls during "systrmsg" sleep
...
-> improves problem from PR bin/23429
2004-03-14 00:48:58 +00:00
cl
63fe298156
regen after:
...
g/c sys_sa_unblockyield which has been unused since 2004/01/02
2004-03-14 00:47:25 +00:00
cl
919b9e33c4
g/c sys_sa_unblockyield which has been unused since 2004/01/02
2004-03-14 00:45:21 +00:00
thorpej
4e473186db
Use scsipi_adapter_minphys().
2004-03-14 00:17:37 +00:00
bjh21
759fb56651
Convert to use pckbport infrastructure -- another file I missed on the first
...
pass.
2004-03-13 23:03:43 +00:00
bjh21
95cdc0362c
Add pckbport attribute, and apply it to pckbc. Somehow I missed this file
...
in the main commit of pckbport. *blush*
2004-03-13 22:45:23 +00:00
dsl
ae7b924322
Translate ascii keycode to help those with azerty keyboard type straight.
2004-03-13 22:41:37 +00:00
dsl
3d9e66400a
Add a short key translation map for the boot code.
...
Usage:
cp = strchr(bp->bp_keymap, c);
if (cp != 0 && cp[1] != 0)
c = cp[1];
2004-03-13 22:40:51 +00:00
bjh21
2e5eabeef4
Remove opms and wsqms on acorn32.
2004-03-13 19:52:53 +00:00
bjh21
f22e7b01a3
NetBSD/acorn32 no longer has busmouse(4), so remove <machine/mouse.h>.
2004-03-13 19:45:11 +00:00
bjh21
e4247411fe
Rename wsqms(4) to qms(4), since the "ws" is redundant now. While I'm here,
...
bundle it all into a single file, qms.c, replacing wsqms.c, wsqms_iomd.c,
and wsqmsvar.h.
2004-03-13 19:27:40 +00:00
bjh21
7974064199
Remove qms and opms.
2004-03-13 19:24:31 +00:00
bjh21
0d2fbdc9ee
Add part of iomdkbc(4) that I missed last time.
2004-03-13 19:23:36 +00:00
bjh21
b8d9d01177
Rename arch/acorn32/dev/wskbdmap_mfii.c to arch/acorn32/dev/wskbdmap_mfii_rpc.c
...
to avoid config(8) confusion with dev/pckbport/wskbdmap_mfii.c.
2004-03-13 19:20:50 +00:00
matt
311f70b5ad
Add COMPAT_LINUX and enable NULLFS.
2004-03-13 18:51:43 +00:00
bjh21
e63a7e9215
Remove support for freezing console on mouse-button presses, since that was
...
dependent on the old qms(4) driver, which is gone.
2004-03-13 18:48:26 +00:00
matt
879040549d
Only do the pmap_procwr if the uvm_io succeeded.
2004-03-13 18:43:18 +00:00
bjh21
497fe37693
Remove busmouse(4) drivers. Everyone should be using wsmouse(4) these days.
2004-03-13 18:29:34 +00:00
bjh21
21d0142c1d
Remove all use of busmouse(4), instead using wsmouse everywhere, even in
...
kernels that don't use wscons otherwise. The X server released with 1.6
should be able to cope with this.
2004-03-13 18:25:25 +00:00
bjh21
db7410bc83
Remove pointless comments
2004-03-13 18:06:41 +00:00
bjh21
33be6cb335
Add support for iomdkbc, pckbd, and pms. Don't enable pckbd in any default
...
config because the X server shipped with 1.6 didn't support it, and it seems
rude to break people's X servers when they upgrade their kernels.
2004-03-13 17:59:00 +00:00
ragge
0281fed145
Add dge.
2004-03-13 17:54:38 +00:00
bjh21
a3b1962334
Add iomdkbc and iomdiic.
2004-03-13 17:53:05 +00:00
bjh21
f869418166
Add support for using the MI pckbd and pms drivers with the IOMD keyboard
...
and mouse ports, with a new driver, iomdkbc(4).
2004-03-13 17:52:02 +00:00
bjh21
abb6d5d13a
Add pckbport.
2004-03-13 17:46:45 +00:00
bjh21
dff5222d3a
Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
...
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.
In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.
2004-03-13 17:31:33 +00:00
bjh21
3d0535f928
Remove needless includes of <dev/pckbc/wskbdmap_mfii.h>.
2004-03-13 17:23:32 +00:00
cube
cd4928d8c7
The D-Link DFE-670TXD can appear with two different vendor IDs for the MAC
...
address. The two IDs belong to D-Link. Therefore, add a duplicate entry
with a matching vendor ID.
Reported and tested by syn at sceen dot net.
2004-03-13 15:09:16 +00:00
matt
e03259960d
Fix some gcc3 uninitialized variables.
2004-03-13 07:22:21 +00:00
jmc
d58ac80c5e
Set some defaults where gcc can't follow the interrupt code
2004-03-13 07:05:54 +00:00
dyoung
4ccb1f5236
Add a 'tags' target to macppc.
2004-03-13 05:55:40 +00:00
dyoung
a0e5ea5bcb
Enable extended channel set.
...
Add some debug code for printing the HAL's notion of available
channels if hw.ath.debug = 1.
2004-03-13 05:43:08 +00:00
jmc
cb992ce856
Comment out the rest of the opencrypto bits for now; the bebox port does not yet have generic soft interrupts, which the opencrypto software depends on.
2004-03-13 05:29:29 +00:00
jmc
a0ba19bfcf
Comment out opencrypto bits for now; the bebox port does not yet have generic soft interrupts, which the opencrypto software depends on.
2004-03-13 05:20:10 +00:00
oster
5f5c148f74
raidPtr->num_spare is *NOT* sufficient here. We must allocate
...
at least an additional RF_MAXSPARE spare units, just in case.
2004-03-13 03:32:08 +00:00
oster
8e82e43e0e
This desc->mutex is only ever initialized -- never used. *toss*
2004-03-13 02:31:12 +00:00
oster
ae179d21e5
paramDAG and paramASM are only ever set, but never used. *toss*
2004-03-13 02:20:40 +00:00
oster
cb1bb8925a
Cleanup function prototypes.
2004-03-13 02:04:02 +00:00
oster
8150ff6fbd
- don't use rf_PrintUserStats() for recon statistics.
...
rf_PrintUserStats() was mean for the simulator, and doesn't provide
any real info in kernel-space, especially for reconstructs.
Reconstructing actually renders the stats even more useless, since it
resets them all to zero before the reconstruct starts!
- since rf_PrintUserStats() is no longer used, nuke it along with the
routines that feed it. Nothing was using this code, and if we ever
need it again, we know where to find it.
2004-03-13 02:00:15 +00:00
bouyer
ece6a039c7
Add a drive with broken tagged queuing support. From Jim Faulkner.
...
Fix PR kern/23815.
2004-03-12 23:00:40 +00:00
wrstuden
74fec3bc40
Fix ofwboot to deal with larger kernels. Rather than loading at
...
0x6?0000, load at 0xe00000. This gives us room for around 13 MB of
kernel, as opposed to the current 5 MB (0x600000 - 0x100000).
No changes to load-base or real-base are needed due to this change,
though machines that needed specific OFW settings before (OF 1.x
and 2.x) this change still need those settings.
Partially revert revision 1.25 -> 1.26 of ofwboot/Makefile & friends.
We do not need to distinguish between where ofwboot and ofwboot.{elf,xcf}
load; they are both fine loading somewhere other than load-base.
2004-03-12 19:13:37 +00:00
jmc
6a03536b28
Toolize and use install to make mdec/std so it's in METALOG. Now a make release
...
works once again for atari
2004-03-12 17:52:54 +00:00
yamt
c819fadc97
shrink sizeof struct nfsnode by putting exclusive members into union.
2004-03-12 16:52:37 +00:00
yamt
a4cbf5b042
introduce a macro NFS_INVALIDATE_ATTRCACHE and use it
...
instead of "n_attrstamp = 0".
2004-03-12 16:52:14 +00:00
nonaka
57c768218b
reduce size...
2004-03-12 15:18:33 +00:00
ragge
3bb5e65a6b
Add driver for Intel PRO/10GbE ethernet adapter. Now NetBSD has no
...
problem with intercontinental TCP connections of over 4Gbit/s, which is
where my test hardware runs out of bus bandwidth.
Stuff that is on the TODO list:
* HW VLAN support.
* Large jumbo buffers (16k).
* TCP Segmentation Offload
* RAIDC (receive interrupt delay adaptation)
* Understand how to use memory above 4GB.
2004-03-12 13:46:52 +00:00
drochner
04325221da
regen
2004-03-12 13:32:00 +00:00
drochner
ff0d2298c2
add Canon EOS300d
2004-03-12 13:31:28 +00:00
drochner
9cd594d535
report SIGSEGV/SEGV_ACCERR if code execution on stack is attempted,
...
tested by Martin Husemann
2004-03-12 13:27:03 +00:00
drochner
8acd734e5f
deal with 82801EB/ER (ICH5) Network Controller
2004-03-12 13:22:28 +00:00
drochner
b7fc89cd4c
regen
2004-03-12 13:21:22 +00:00
drochner
51968004e2
add ICH5 builtin ethernet
2004-03-12 13:20:49 +00:00
jkunz
1917acaf35
Make new Intel i82596 Ethernet driver default for hp700.
2004-03-12 11:44:13 +00:00
jkunz
098a6e75bb
Import hp700 MD part of new Intel i82596 Ethernet driver.
2004-03-12 11:41:39 +00:00
jkunz
17e4dce36a
Import MI part of new Intel i82596 Ethernet driver.
2004-03-12 11:37:17 +00:00
christos
7bd0e983e2
PR/24750: Frank Kardel: panic when process is signalled during
...
proc initialization.
2004-03-11 22:34:26 +00:00
cl
638599b22b
Add static nfs boot configuration, from the kernel config file or from
...
a driver selectable callback function. This is used in the Xen port to
allow controlling the domain's network setup from the domain building
environment at domain creation (vs. having to maintain/change this on a
dhcp server). The Xen network driver parses a command line passed in
from the domain builder.
2004-03-11 21:48:43 +00:00
cl
41d325dc43
Add port to the Xen virtual machine monitor.
...
(see http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ )
2004-03-11 21:44:08 +00:00
kanaoka
bbfd611e6d
- Add (missed)"csc->cc_ih = NULL;" in com_cardbus_disable().
...
- Check "csc->cc_ih != NULL" before cardbus_intr_disestablish()
in com_cardbus_detach().
This fixed panic when the card removed.
The card is a "Xircom RealPort Cardbus Ethernet 10/100+Modem 56".
Reported & Tested by Peter Postma <peter.postma@chello.nl>
on current-users.
2004-03-11 16:34:54 +00:00
christos
fcc8e3a5b0
PR/24741: Aymeric Vincent: Variable sme_flags isn't initialized to zero
2004-03-11 15:40:13 +00:00
christos
cde926b610
PR/24745: Jared Momose: kernel prompts for a root device when using md_root
2004-03-11 15:17:55 +00:00
christos
29f176cc88
PR/24746: Jared Momose: The _write routine in the at24cxx eeprom driver has
...
a =/== bug.
2004-03-11 15:11:53 +00:00
pooka
c5e500a486
Reflect dropping mappings in map_size.
...
Avoids panic on DIAGNOSTIC kernels.
ok by chs
2004-03-11 15:03:47 +00:00
kanaoka
82aab73572
Add (missed)"csc->sc_ih = NULL;" in rtk_cardbus_disable().
...
This fixed panic when card removed
after "ifconfig rtk0 up; ifconfig rtk0 down".
2004-03-11 12:19:14 +00:00
yamt
3e796c5be5
reserve a MAXBSIZE-sized buffer for inodedeps for pagedaemon.
...
PR/24443.
2004-03-11 11:50:43 +00:00
yamt
bfe5a94adc
as we always replace whole buf in the case of indirdep,
...
simply changing b_data is enough. eliminate M_INDIRDEP.
PR/24443.
2004-03-11 11:48:16 +00:00
yamt
aad9f63765
before resuming from failure during return to user mode,
...
- clear PSL_NT. it can be set by userland because setting it
isn't a privileged operation.
(cf. DSA-336-1, CVE-2002-0429)
- set PSL_I. otherwise, if SIGSEGV is ignored, we'll
end up to infinite loop, generating the same traps, with
interrupts disabled.
2004-03-11 11:42:04 +00:00
yamt
b62ef7b657
update trap(), resume_iret and friends to match with
...
the recent version of INTRFASTEXIT.
might be related to PR/24711.
2004-03-11 11:39:25 +00:00
he
545d50632e
Remove local declaration of 'sg', since it is no longer used.
2004-03-11 10:14:10 +00:00
jmc
ad0332662d
daddr_t is forced to int32_t in sys/arch/atari/stand/Makefile.inc so correct
...
the printf formats to match this
2004-03-11 07:22:25 +00:00
dbj
8ad71c85f1
quiet tls. change botched superblock warning to use -b 16
2004-03-11 07:14:12 +00:00
jmc
2311909a8b
Provide standard workaround for \!defined __BUS_SPACE_HAS_STREAM_METHODS
2004-03-11 05:59:33 +00:00
cgd
965d1e331b
update from SiByte Sample Software version 1.0.26 from:
...
http://sibyte.broadcom.com/public/resources/download-request.html?samplesw/samplesw-1.0.26.tar.bz2
2004-03-11 02:12:24 +00:00
matt
02fd2a994a
Fixes for that only support for the 2030 can be compiled in.
2004-03-10 22:42:47 +00:00
matt
d377ba32b7
Don't report EPIPE errors on nfs sockets. These can be due to idle tcp
...
mounts which will be closed by netapp, solaris, etc. if left idle too long.
2004-03-10 22:36:42 +00:00
bouyer
f0816e2b90
Enable ATA-133 for AMD8111. From Nicolas Joly in kern/24729.
...
pciide_apollo_reg.h already contains the Ultra133 timming values for amd.
2004-03-10 22:16:04 +00:00
bouyer
eefc140c02
The 1010-66 always generate AIP values on the bus, regardless of the SCNTL4
...
settings. Disable AIP completely, as this confuse pre-Ultra160 drives.
From FreeBSD.
2004-03-10 22:02:53 +00:00
bouyer
567e3c10bc
Decrease xs_retries before retrying aborted commands, and report EIO if it
...
reaches 0. Avoids looping on aborded command in some special cases.
2004-03-10 21:57:31 +00:00
bouyer
b08ad7c74c
Add the HPT370 DPLL output frequency register.
2004-03-10 21:55:21 +00:00
bouyer
6338d77271
The real value of the message is in msgin, not
...
esiop_cmd->cmd_tables->msg_in[0], so print the correct value.
2004-03-10 21:51:29 +00:00
drochner
6a4fbf616c
fix tcp/udp checksum test in the M_CSUM_NO_PSEUDOHDR case
...
(this can never have worked)
now I can use a "bge" gigabit interface with hw checksumming
ttcp-t: 2147483648 bytes in 18.31 real seconds = 114527.11 KB/sec +++
woow!
2004-03-10 18:50:45 +00:00
drochner
529666a2a8
use "=" instead of "|=" on first assignment to mbuf.csum_flags
...
(probably unnecessary because zero-initialized on mget, but
cheaper anyway)
2004-03-10 18:46:10 +00:00
nonaka
ff60b11847
missing new-line after mc146818_attach().
2004-03-10 15:19:22 +00:00
nonaka
4c2b0e6fe2
boot-loader can find attached kernel again.
2004-03-10 15:17:01 +00:00
nonaka
b67a1a734a
wdc_obio can be used again.
2004-03-10 15:14:49 +00:00
keihan
2ece851d2e
Add 10GBASE-LR to IFM_10G_LR.
2004-03-10 14:42:10 +00:00
keihan
b220964103
s/netbsd.org/NetBSD.org/g
2004-03-10 09:56:59 +00:00
itojun
721292cf12
constify AH algorithm function table. suggested by robert watson
2004-03-10 03:45:04 +00:00
jdc
bfd698dc3d
Catch up to the bootblock split into std and milan directories.
2004-03-09 20:14:27 +00:00
sekiya
4a4eccf833
Add int2_wait_fifo(), which will idle while awaiting a flag in the interrupt
...
controller to deassert. Needed for the more interesting features of various
SGI framebuffers.
2004-03-09 14:05:09 +00:00
yamt
f75335b469
- add a function prototype.
...
- consitify.
2004-03-09 12:23:07 +00:00
yamt
15c9d33810
calculate data checksum inline.
2004-03-09 07:43:49 +00:00
yamt
81ce5e8cc3
use correct segment size. this fixes memory corruption when using lfsv1.
2004-03-09 06:43:18 +00:00
yamt
cd9b5b72f5
m_cat: assert mbuf types only when coalescing them by copying.
...
mbuf n often have 0-sized "headers" and their types don't matter much.
PR/24713 from Darrin B. Jewell.
2004-03-09 06:37:59 +00:00
dbj
7a30c4a987
add more spltty() calls around TTY_LOCK/UNLOCK where needed
2004-03-09 05:30:24 +00:00
atatat
c2309bcca6
*Don't* call sys___sysctl() from within the kernel. Use old_sysctl()
...
instead.
2004-03-09 03:18:03 +00:00
atatat
f0e2808b8b
Remove pointless comment about layerfs_sysctl()
2004-03-09 03:16:08 +00:00
atatat
a451cb447e
Fix spelling of "orphan" and placement of */
2004-03-09 03:14:09 +00:00
atatat
0d4caad924
Remove useless comment about stuff that never happened.
2004-03-09 03:13:07 +00:00
atatat
bb33b98bad
I obviously put this (__SYSCTL_PRIVATE) here, but I have no
...
recollection of what it was for and it's now just useless, so it goes.
2004-03-09 03:11:39 +00:00
oster
37533dd249
Introduce RF_DEBUG_ENGINE and use it to disable a number of debugging
...
bits in rf_engine.c
2004-03-09 03:10:26 +00:00
oster
82c3abf8e3
Use RF_DEBUG_QUIESCE to #if-out some printfs that really only should
...
be seen when debugging.
2004-03-09 02:41:21 +00:00
junyoung
70706199eb
Whitespaces.
2004-03-09 02:35:45 +00:00
oster
71371823e7
rf_ShutdownList() isn't returning anything useful, and doesn't need to
...
return anything. Cleanup.
Cleanup function prototypes in rf_shutdown.h
Use #if RF_DEBUG_SHUTDOWN to #if-out more code.
2004-03-09 02:15:33 +00:00
cgd
9ace356dba
proper name for SB-1 is ... SB-1 (not SB1).
2004-03-09 00:47:14 +00:00
dbj
436daafe7e
add splvm() around a few pa_slock and psppool calls since they
...
may be shared with pools that can be used in interrupt context.
2004-03-08 22:48:09 +00:00
simonb
38b2b82a1a
Wrap some long lines.
2004-03-08 11:28:48 +00:00