Commit Graph

188771 Commits

Author SHA1 Message Date
pooka 28ef056fc2 Pause after probe here too, so that you can amuse yourself by
unplugging and replugging devices and looking at the detach/attach
feedback messages.
2010-03-07 23:18:17 +00:00
hans ee93caba9c Fix build on Solaris. "seems reasonable" by joerg. 2010-03-07 19:10:10 +00:00
pooka 6ee30969d0 Make rump devfs expose ttyU1 and dtyU1 as well. 2010-03-07 17:44:40 +00:00
hans 9bd962ee1f Make build.sh work again with /usr/xpg4/bin/sh on Solaris. Ok by pooka. 2010-03-07 17:34:25 +00:00
pooka c141020cc8 * detect missing libraries (such as -lrumpfs_msdosfs)
* fix spelling of -lrumpfs_msdos
* update linklists
2010-03-07 16:57:41 +00:00
pooka 2408ca4cf0 tweak previous to actually work 2010-03-07 16:55:44 +00:00
pooka b89595d78e pmf wants buf_syncwait() which is a part of optional vfs 2010-03-07 16:46:10 +00:00
plunky b3fbf28e26 Install PCC cpp as libexec/pcpp to avoid name conflicts with other
compilers (eg GCC), and to match the manpage which is already installed
as pcpp.1

(Gregory McGarry: "I think it's a good idea")
2010-03-07 16:27:17 +00:00
plunky f61fe2b584 break overly long line 2010-03-07 12:05:09 +00:00
jdc 03d5670940 s/delay/need_delay/ to get rid of shadowed variable warning (some
ports define delay in machine/param.h).
2010-03-07 11:28:46 +00:00
msaitoh 844288483e Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LOSS). 2010-03-07 11:07:01 +00:00
plunky 6f9cc4f169 add some LOG_DEBUG 2010-03-07 10:58:40 +00:00
msaitoh 71e3d68d0e Fix the type of sc_ss. That is not bus_space_handle_t but bus_size_t.
Reported by jdc.
2010-03-07 10:11:04 +00:00
plunky 04e2ab6ae6 add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
    - (cross-)build tested all these kernels
2010-03-07 09:39:42 +00:00
kiyohara 1067f44885 Reorder included headers. 2010-03-07 09:29:26 +00:00
kiyohara edd541011a Add options GUMSTIX_NETBSD_ARGS_CONSOLE and GUMSTIX_NETBSD_ARGS_BUSHEADER.
Can specify arg 'console='(*new*) and 'busheader=' from u-boot.  These args
  use dynamically configuration.
Also change function name.  s/_line/_liner/.
2010-03-07 09:18:51 +00:00
msaitoh b15cf397d8 - Add code for WOL, ASF, IPMI and Intel AMT.
- wm_enable_wakeup() is disabled by default. If you want to use WOL with
      the Magic Packet, define WM_WOL.
    - Add the following flags:
        WM_F_ASF_FIRMWARE_PRESENT
        WM_F_ARC_SUBSYSTEM_VALID
        WM_F_HAS_AMT
        WM_F_HAS_MANAGE
        WM_F_WOL
    - Add wm_suspend() and wm_resume(). Give/get the control to/from the
      firmware.
    - Need more work for PCH. See wm_enable_phy_wakeup().
- Enable wm_get_hw_control() for 82574 and 82583.
- Add Yet another workaround for ICH8.
    - Add wm_igp3_phy_powerdown_workaround_ich8lan() for power down problem
      on D3.
2010-03-07 09:05:19 +00:00
skrll a00ee37509 Shut astro up if DEBUG defined. 2010-03-07 08:56:07 +00:00
skrll 552862ce56 Whitespace. 2010-03-07 08:44:28 +00:00
msaitoh c70d45b7a4 Add two workarounds for ICH8 with igp3.
- Workaround for 82566 Kumeran PCS lock loss.
- WOL from S5 stops working.
2010-03-07 07:53:37 +00:00
kiyohara ef3d09f0de Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595. 2010-03-07 07:33:29 +00:00
msaitoh 51ecd033ec Add the detach code. 2010-03-07 07:09:00 +00:00
jruoho 547239adc3 Use .Bx to write 4.4BSD. 2010-03-07 05:37:25 +00:00
mrg 34df0cc276 need _ALIGN in locore.h as well, for DEBUG kernels. 2010-03-07 01:52:44 +00:00
mrg 5de4293bf6 gas has supported SPARC ".empty" for a long while; get rid of an
ancient workaround.
2010-03-07 00:42:08 +00:00
plunky c269ebf72f use a MI major number for uhso(4) driver
(requested by mrg)
2010-03-06 23:45:38 +00:00
mrg bc1d221669 move the memcpy/memset implementations out into their own file, with the
block copy versions as well.  move some of the definitions in locore.s
into a new locore.h.

locore.s is almost 2000 lines shorter with this change.
2010-03-06 23:26:10 +00:00
wiz bee10f32c6 Fix typos and sort SEE ALSO. 2010-03-06 22:02:31 +00:00
wiz 3978d01fed Fix Xr and sort SEE ALSO. 2010-03-06 22:02:15 +00:00
wiz 669cac3f87 Sort list of supported hardware. 2010-03-06 22:00:22 +00:00
plunky cb3859a13e include ttyHS0 in usbs target [for uhso(4)] 2010-03-06 21:33:20 +00:00
plunky 4677f8289f add major device for usho(4) driver 2010-03-06 21:31:50 +00:00
skrll ea38704829 Add #include "opt_cputype.h" where necessary. 2010-03-06 21:22:42 +00:00
plunky 54b713d6df add uhso(4) driver for Option N.V. Wireless WAN modems 2010-03-06 21:15:17 +00:00
plunky 5876a3efee add uhso(4) 2010-03-06 21:12:04 +00:00
plunky 7b914145cb add UHSO_DEBUG for uhso(4) driver 2010-03-06 21:07:47 +00:00
plunky 800cedea24 Add uhso(4) driver and manpage for Option N.V. Wireless WAN modems 2010-03-06 21:05:36 +00:00
plunky 7a23a88ab7 regen for uhso(4) driver 2010-03-06 21:00:07 +00:00
plunky 74dbcf4d6f add details of Option N.V. Wireless WAN modems for uhso(4) driver 2010-03-06 20:59:07 +00:00
cnst 2c266eb533 make the acpi resource management paragraph more accurate 2010-03-06 19:53:33 +00:00
skrll 6098d4a478 Fix cputype test. 2010-03-06 19:36:33 +00:00
skrll d77a107024 Improved version detection/reporting. From OpenBSD. 2010-03-06 16:57:00 +00:00
dsieger 9347a4aa25 Since someone (hi ahoka) added a reference to non-existant sched_m2(9),
add at least a stub now.
2010-03-06 16:42:55 +00:00
mlelstv bc76b1d5b0 When clearing a log on failure, not only ask the kernel to ignore an
existing log but to remove it on next mount.
2010-03-06 11:31:40 +00:00
mrg fbca096a2d clean up a bunch of MULTIPROCESSOR:
- always include ci_ipi_evcnt[] in cpuinfo
- #define sparc_ncpus 1 for !MULTIPROCESSOR
- make struct pmap::pm_list an pm_ctx always be an array, and simplify
  several functions and lookups to always be the same

tested on U60 and SB2500 before and after with one and two cpus in an
MP kernel, and UP kernels, and i can't find anything besides noise for
benchmark issues.  (infact, i can't really tell the difference between
GENERIC and GENERIC.MP on these systems...)
2010-03-06 08:08:29 +00:00
jruoho e5ea8c401d Refer to sysctl(8) instead of sysctl(7) when appropriate. 2010-03-06 06:25:51 +00:00
cnst a305e1eede add acpismbus(4), aibs(4), uthum(4) and wbsio(4) to DEVNAMES 2010-03-06 05:58:56 +00:00
cnst 4080cb1121 fix the relative humidity sensor 2010-03-06 04:39:16 +00:00
cnst 1c5aa5c757 no reason to be excluding aibs(4) from i386 XEN3_DOM0 if we include it in amd64; ok pgoyette 2010-03-06 04:33:24 +00:00
cnst 213f4eaf44 remove aiboost(4) from GENERICs, since it cannot win in autoconf(9) over aibs(4); ok pgoyette 2010-03-06 04:28:53 +00:00