Commit Graph

189712 Commits

Author SHA1 Message Date
jun 0870d1051c workaround for port-hpcmips/42934
"NetBSD/hpcmips can't boot after 5.99.23"
  adviced by Naoki Fukaumi on twitter.
2010-04-10 22:53:59 +00:00
pooka b764352d60 Rename librumpfs_nullfs to librumpfs_null to make the basename the
same as with the kernel module (and hence MOUNT_NULL).

I added the old name to the obsolete list, but given that it was
in-tree for only a bit over a week, I'll remove the entries in a
few weeks.
2010-04-10 21:32:59 +00:00
wiz 8936a2b72c Mark up NULL with Dv. 2010-04-10 21:10:10 +00:00
pooka eb4243508b i386/vald: gone but not forgotten 2010-04-10 20:52:14 +00:00
njoly 722e093359 Add missing double quote. 2010-04-10 20:19:40 +00:00
pooka cfff0936d1 regen: remove unused vdesc_transports 2010-04-10 19:44:02 +00:00
pooka 790df5ab8d "Not yet" since 4.4BSD is quite a lot of "not yet", so remove
vdesc_transports from vnodeop_desc until we have a "not not yet"
situation.

Ride 5.99.27 bump (full build still in progress.  i wanted to get
this in as soon as possible to most effectively ride the bump.)
2010-04-10 19:41:54 +00:00
pgoyette 23d2828220 Welcome to 5.99.27 2010-04-10 19:04:59 +00:00
pgoyette fd12662344 Update for recent changes. 2010-04-10 19:03:56 +00:00
pgoyette 0321f1cd9a Save initial, boot-time limit values, and restore them upon request
from sysmon_envsys(9).
2010-04-10 19:02:39 +00:00
pgoyette d8f35b6e65 When removing sensor properties with envstat -S, ensure that drivers
which could have modified hardware state are informed so that original
state can be restored.

Welcome to 5.99.27
2010-04-10 19:01:00 +00:00
jruoho 403b8820f1 Remove unnecessary casts. 2010-04-10 18:32:13 +00:00
jld 06c3397342 Change the nullfs module's actual name to "null", to match the name
it's installed under and the name of the filesystem.

Fixes PR kern/43110.
2010-04-10 18:14:54 +00:00
tsutsui 7288813c34 Always schedule callback functions via add_sicallback(),
which calls softint_schedule(9).

We cannot use BASEPRI() to check recursive calls any longer
since softint(9) has been reorganized to use kernel thread.
2010-04-10 18:02:05 +00:00
jruoho 039f34b662 Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.
ok jmcneill@

XXX:    This is broken: it calls methods with absolute pathnames (almost
        guaranteed not to be portable across models), it accesses methods
        that are in the domain of other drivers, it walks the namespace on
        its own, it contains plenty of magic constants, it does not
        integrate with existing KPIs, etc. Summa summarum: this should be
        rewritten as a more generic toshiba_acpi(4).
2010-04-10 17:55:24 +00:00
tsutsui 1ecf20919a Comment out currently unused mbprint(). 2010-04-10 17:40:36 +00:00
jruoho a0fefff3ae Add NSC1100. From ThinkPad T43p. 2010-04-10 16:45:51 +00:00
tsutsui 8b508b5672 Remove extern int atari_realconfig decls. It's in <atari/atari/device.h>. 2010-04-10 16:14:07 +00:00
tsutsui 7220c81d93 Remove now unused getsoftc() macro. 2010-04-10 16:12:34 +00:00
tsutsui c018c74bc9 Make local functions static. 2010-04-10 16:07:04 +00:00
plunky 5ae9f3630e use static __inline__ as per latest upstream, fixes problem with
C99 vs GNUC semantics of extern __inline__
2010-04-10 08:33:35 +00:00
jruoho 5e7a0d0a3b A general update. Remove (hopefully the last) references to sendmail(8), etc. 2010-04-10 08:29:53 +00:00
jruoho 2caf94afd1 Update a comment. 2010-04-10 06:56:30 +00:00
jruoho cbd7048dde Regen 2010-04-10 06:10:13 +00:00
jruoho 1ad22d8495 Add ITE8708. From Dell Studio XPS 16. 2010-04-10 06:09:24 +00:00
jruoho 032dd39775 Document "machdep.acpi_beep_on_reset". 2010-04-10 05:21:41 +00:00
jruoho dfdc56cbc7 Remove the list of devices from the SYNOPSIS. Note acpiwmi(4). 2010-04-10 04:56:26 +00:00
jruoho 4b7c7ca106 Move the description of 'hw.acpi.supported_states' from sysctl(7) to acpi(4). 2010-04-10 04:49:17 +00:00
jruoho 02e04bf693 Add a (custom) manual page for iASL. 2010-04-10 04:29:39 +00:00
tsutsui 44a4256e29 Regen from GENERIC.in rev 1.86:
> Disable options SERCONSOLE (force serial console if DCD is detected)
> because now it's patchable by binpatch(8).
2010-04-10 02:29:25 +00:00
tsutsui 958ecc45de Disable options SERCONSOLE (force serial console if DCD is detected)
because now it's patchable by binpatch(8).

Enabling serial console by DCD signal could be problematic
on some earlier TT030 (with revision A board), and it's also
annoying for users who connect an active device on the serial port
as mentioned in PR port-atari/39849.

XXX: Eventually serial console should be enabled by MD bootloader flags,
XXX: but I have no idea how to build bootloader binaries for TOS.
2010-04-10 02:27:52 +00:00
tsutsui eb340f649b Regen from HADES.in rev 1.11 and MILAN.in rev 1.25:
> Remove EtherNEC from HADES and MILAN.
> They have ISA so no one will bother to connect ISA NE2000 via EtherNEC.
2010-04-10 02:01:30 +00:00
tsutsui 3ac2ae2366 Remove EtherNEC from HADES and MILAN.
They have ISA so no one will bother to connect ISA NE2000 via EtherNEC.
2010-04-10 01:59:40 +00:00
plunky 46d99009d7 rename the altq-defined INFINITY symbol to ALTQ_INFINITY
- it is not infinity
    - it is exposed to userland
    - it causes confusion when #include <math.h> follows
      (I don't know why GCC does not object to redefining the symbol)
2010-04-09 19:32:45 +00:00
jakllsch 295766de32 Improve error paths in (e)siop_scsipi_request():
- When terminating the adapter request after the cmd has been removed
   from the free list, put that cmd back on the free list before returing.
 - Correctly indicate which bus_dma_load() failed.

Analysis and fix from Michael L. Hitch in PR/42844.
2010-04-09 19:25:52 +00:00
tsutsui b8cca62afb - establish zs interrupts via common intr_establish() function rather than
hardcording them in locore.s and vector.s
- also make interrupt handlers take per unit softc and put a softint cookie
  into softc (though atari machines have only one zs)
- tweak some structures as per MI z8530sc driver

Tested on TT030 using sl(4) on zs.
2010-04-09 17:38:43 +00:00
tsutsui 3104521fc6 minor constify 2010-04-09 17:06:31 +00:00
jruoho 86fe3bdd61 Regen. 2010-04-09 16:33:06 +00:00
jruoho ac1d74b59d Add SYN013B. Observed from the dmesg of cegger@'s HP Pavilion dv9700. 2010-04-09 16:32:17 +00:00
tsutsui c72cdbc3b4 More KNF. 2010-04-09 16:30:15 +00:00
jruoho 468cbba563 Use ACPI_DEBUG_PRINT instead of a local DPRINTF. 2010-04-09 15:45:59 +00:00
ahoka 5b74e5d788 revert last change, amd64 doesnt have monolith so dont remove pad. 2010-04-09 14:37:57 +00:00
ahoka 42b95af124 Remove pad from GENERIC, add to MONOLITH, we have it as a module now. 2010-04-09 14:02:05 +00:00
ahoka 4a9711fd6e Connect the pad(4) kernel module to the build on i386 and amd64. 2010-04-09 13:49:12 +00:00
ahoka 07c8a4984d Makefile to build kernel module for pad. 2010-04-09 13:41:45 +00:00
ahoka bc0cafe08f Add support to be built as a kernel module. 2010-04-09 13:39:17 +00:00
tsutsui 45c5a41969 Split device_t/softc. 2010-04-09 12:50:34 +00:00
tsutsui 3ae52b0ad3 Rename variables and members of softc for readability. 2010-04-09 12:38:48 +00:00
tsutsui af7ec4ee38 Remove unnecessary volatile keyword against struct zschan.
(volatile against structure member is enough)
2010-04-09 12:34:25 +00:00
tsutsui 6cace5bc53 - misc KNF
- remove `register' keyword from variable declarations
2010-04-09 12:09:29 +00:00