Commit Graph

201235 Commits

Author SHA1 Message Date
phx
fbc9e96bfd Add direct config support for all devices used by sandpoint. 2011-05-28 13:59:31 +00:00
ryo
a584933737 many whitespace cleanup.
confirmed "cvs diff -b" are identical.
2011-05-28 13:01:49 +00:00
tsutsui
72050b117c - remove unnecessary (pasto?) line on RRIP PL handling for moved dir
- RRIP RE length should be 4, not 0
2011-05-28 11:59:29 +00:00
ryo
1dbe16cda3 add entry for SystemBase SB16C1054/SB16C1058 2011-05-28 11:12:22 +00:00
ryo
b163ca7de6 Add support for SYSTEMBASE SB16C105x 4-port/8-port serial PCI cards.
- Added initialize code for SB16C105x to puc.c, but
  It is better to add a member (*config_function)() to
  struct puc_device_description and use it
- It seems SB16C1054 *rev 0x91* has different BAR layout, but not supported yet.
2011-05-28 10:48:50 +00:00
ryo
1924fdd283 Regen. 2011-05-28 10:45:08 +00:00
ryo
c1dc84bf44 add SystemBase SB16C1058 8 port serial cards 2011-05-28 10:44:43 +00:00
spz
fc67f3fcc1 Import bind 9.8.0-P2 2011-05-28 06:52:27 +00:00
tsutsui
47141a5654 Update description about kernel sets etc.
(no GENERIC but IPAQ, JORNADA720, WZERO3 kernels)
2011-05-28 06:25:43 +00:00
tsutsui
ab8e3da666 Move common/contents file into MD dirs again.
I know it isn't a good thing to have many copy-and-pasted contents
(set file descriptions etc) in all MD files, but it's much more annoying
to maintain a bunch of .if \n [${MACHINE}] conditionals for all ports
and maintainers rarely notice that they also have to prepare or update
MD contents in MI content file with messy ifdefs.

XXX: of course common text should be shared by mdoc macro etc.
     but I doubt playing mdoc(7) is really worth...
2011-05-28 06:00:05 +00:00
matt
c2cb03865d Comment out wm, ciphy, and makphy. 2011-05-28 05:58:16 +00:00
matt
80fa5b26d0 Regen. 2011-05-28 05:56:15 +00:00
matt
144a4dfeef Fix CS8244 entry (changed to VSC8244). 2011-05-28 05:55:58 +00:00
matt
fbb64348c4 Initial config for a Freescale P2020 Development System. 2011-05-28 05:53:44 +00:00
matt
d87f482e1d Move obio softc definitions to a header so it can use by children of obio. 2011-05-28 05:27:20 +00:00
matt
b887a107e8 Move debug printfs higher. 2011-05-28 05:25:39 +00:00
matt
42bb974da0 Cast physmem to uint64_t before calling ctob to avoid sign extension errors. 2011-05-28 05:24:55 +00:00
matt
a7ce5c9f94 Add Boot Page PTR Register definitions. 2011-05-28 05:23:08 +00:00
matt
a27de71bc0 Fix typo and make MDSETIMAGE block the same as the others. 2011-05-28 05:22:25 +00:00
matt
784a196541 allow configuring multiple CPUs (still needs work).
Detect boot page on MP e500 CPUs (P2020, MPC8572, etc) and prevent use of
that page in NetBSD.  This page is used to communicate with u-boot to spin
up secondary CPUs.
Probe LBC before PCI so that LBC attached devices can be configured before
probing the PCI.  This gives a chance to download/setup PCI Express switches
before probing/configuring PCI.
Fix PIXIS speed entry bug/typo.
Rework SYS_CLK logic so that the SYS_CLK config option has the highest priority.
2011-05-28 05:21:40 +00:00
yamt
33d93c8dcc rf_ReconstructInPlace: don't leave a vnode open on errors.
fixes a part of PR/44972.
2011-05-28 00:53:04 +00:00
matt
4f463816d3 NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE 2011-05-28 00:07:56 +00:00
matt
d3bde3aa8d Get rid of LD_TAIL now that there is a common version in Makefile.evbppc.inc 2011-05-28 00:07:24 +00:00
matt
36513f390d Add common processing for .srec, .bin, and .ub (ubootimage) files.
When creating u-boot image, use a compressed binary kernel.
2011-05-28 00:06:38 +00:00
matt
c5ac136719 NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE 2011-05-28 00:01:43 +00:00
yamt
c44faaeacb don't forget to destroy mutex. 2011-05-27 22:48:24 +00:00
christos
474de384b9 add missing debuglib 2011-05-27 22:42:26 +00:00
jakllsch
4e29b776c9 Data toggle accounting for endpoints on OHCI. 2011-05-27 20:37:13 +00:00
tsutsui
a1d8675863 Apply patch in PR kern/44907 (crash due to race in ehci.c):
- make sure to remove abort_task in ehci_freex
 - always initialize abort_task in ehci_allocx,
   not in ehci_timeout just before adding the task
Also apply similar fixes to ohci and uhci.

XXX: should we also call abort_task handler before removing it from queue
     if *hci_freex() is called for usbd_xfer_handle with queued abort_task?
2011-05-27 19:04:24 +00:00
drochner
b9e08c16fb replace questionable pointer games which could cause reads of
uninitialized memory, from Wolfgang Stukenbrock per PR bin/44951
2011-05-27 18:00:21 +00:00
tsutsui
ac5e5928fb - fix mdoc warning 2011-05-27 17:50:41 +00:00
tsutsui
e85fd8b30d - fix mdoc warnings
- remove entries which are not necessary or in common/legal
2011-05-27 17:50:14 +00:00
tsutsui
f64fbb8f70 - move "MD instructions on setting up boot media"
from common/xfer with messy mdoc .if conditionals
  into MD xfer files so that developers can see
  what contents are missing or obsolete and should be
  written or updated
- remove some useless MD description for maintainability

XXX: still a bunch of unmaintained .if \n [${MACHINE}] in common files
2011-05-27 17:38:41 +00:00
drochner
ab9971ef78 add a line "image_generator gs" to the DESC file as the original
build framework does, lets "groff -Thtml" at least start
(it seems that ghostscript is not needed at least for simple documents)
2011-05-27 17:23:47 +00:00
drochner
8dc7d7ef68 remember the data toggle bit per (bulk) endpoint rather than per
pipe, as required by the spec
This helps in cases where pipes are opened/closed without reconfiguring
the device in between, eg with the ugen driver.
only for UHCI/EHCI, don't have an OHCI to test
2011-05-27 17:19:18 +00:00
drochner
c15003e636 add Upper Volta (Burkina Faso)
(got a nigeria-style spam mail with a phone number and was curious
where it came from)
2011-05-27 17:12:47 +00:00
drochner
891d96fa89 allow testing of GCM/GMAC code from userland 2011-05-27 17:09:09 +00:00
drochner
53cdf0b54e make the "tags" target non-.PHONY because it reflects a real file,
and remove some nonsense in libc Makefile which caused that
a "tags" file was written in my source tree
2011-05-27 17:06:54 +00:00
tsutsui
7f0da11c1a Remove sizes of set files. They were too hard to maintain,
while nowadays few users care about bandwidth or storage
in modern Internet environment.  Ok'ed by snj@ a while ago.
2011-05-27 15:43:00 +00:00
tsutsui
5c3096b3d2 Tweak some descriptions about Rawrite32 tool on Windows.
XXX: we should rather mention how to write ISO images..
2011-05-27 15:27:41 +00:00
matt
2ed272383d Comment out sdhc for now.
Remove PCI devices that will never be there.
2011-05-27 15:21:27 +00:00
matt
8b515602c0 Remove debugging printf. Add missing IMU2 interrupt string. 2011-05-27 15:19:43 +00:00
matt
cf2db2c1e0 Fix P20x0_ONCHIPBITMAP to reflect latest P2020RM. 2011-05-27 15:18:30 +00:00
matt
12a7a4f889 Add quirk for ALI M5228 2011-05-27 15:11:59 +00:00
matt
642d39aa88 Regen. 2011-05-27 15:11:17 +00:00
matt
69cd0fdb34 Add ALI M5288 SATA/Raid Controller 2011-05-27 15:09:44 +00:00
nakayama
9c3fe3cc10 Fix 32-bit kernel build. 2011-05-27 12:41:18 +00:00
wiz
b02dc2fb68 Bump date for previous. 2011-05-27 11:15:17 +00:00
ryo
0317322c07 eliminate obsolete option SOSEND_LOAN 2011-05-27 10:31:59 +00:00
plunky
b52bb12959 provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.
2011-05-27 09:28:41 +00:00