Commit Graph

183247 Commits

Author SHA1 Message Date
jmcneill 41fc254aa6 Drop the string 'ISA Plug 'n Play device support', it's not something to
brag about anymore.
2009-08-23 15:56:56 +00:00
jmcneill 6224dc462d I'm not so sure this is actually CPU-intensive in 2009, so don't print it. 2009-08-23 15:56:07 +00:00
wiz f3d0c4e780 Fix typos. 2009-08-23 15:50:35 +00:00
wiz ea72fa6ee9 Fix pasto. 2009-08-23 15:45:08 +00:00
jmcneill 05d8709153 Save a line of dmesg by printing the vendor/product info on the same line
as the locators.
2009-08-23 15:42:51 +00:00
wiz 7bc157d9a3 Reword slightly so I can understand it more easily. 2009-08-23 15:41:28 +00:00
jmcneill 39752cfc4d Save a line of dmesg by printing the vendor/product info on the same line
as the locators.
2009-08-23 15:37:51 +00:00
wiz 87e1425a46 Add missing word and bump date for previous. 2009-08-23 15:37:39 +00:00
jmcneill 389d010be4 Save a line of dmesg by printing the OUI/model after the locators. 2009-08-23 15:26:42 +00:00
jmcneill ec32b60246 When ACPI is not present, free any resources used by the ACPICA. Also,
no need to complain (unless we're debugging) that ACPI is not present.
2009-08-23 15:16:16 +00:00
jmcneill cf036af25e Hide the message about an RSDP not being found unless we are debugging. 2009-08-23 14:54:52 +00:00
tsutsui 804b431ea3 Use rlphy(4) instead of ukphy(4) for BbA.
---
rtk0 at pci0 dev 0 function 0: SEGA Broadband Adapter (rev. 0x10)
rtk0: interrupting at SH4 IRL 11
rtk0: Ethernet address 00:d0:f1:03:69:68
rlphy0 at rtk0 phy 7: Realtek internal PHY
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
2009-08-23 14:38:43 +00:00
tsutsui e6821b0d4b Add an empty bus_space_mmap(9) function as temporary workaround
for MI pci(4) mmap function in sys/dev/pci/pci_usrreq.c.

XXX: no bus_space_subregion(9) for g2bus.
2009-08-23 14:28:09 +00:00
tsutsui 8c2e6a929c Use proper pointer types and names rather than casts for readability. 2009-08-23 13:46:48 +00:00
tsutsui 0e2d8f9be7 Remove duplicated PHY_READ() against RGEPHY_MII_BMSR
that FreeBSD said a copy/paste error.
2009-08-23 13:41:06 +00:00
tsutsui cadbb82928 Remove existing gzipped bootloader before installing new one
for upgrade install.
2009-08-23 13:36:54 +00:00
jmcneill 663409f171 PR# kern/39726: Soekris 5501-60 boot/bootxx 120 second delay
PR# port-i386/41162: A20 gate legacy hook cause long pxeboot delay on Soekris net5501

Remove calls to delay() before polling KBD registers in gateA20().
2009-08-23 12:31:05 +00:00
manu dd47ec7336 Back out previous change: do not skip the test on rootspec, but make it
a simple attempt instead of an authoritative answer. The failure of the
rootspec test could me machine-dependant. Thanks to martin@ for pointing
that out.
2009-08-23 12:10:50 +00:00
mbalmer bf79ac9a26 Prevent the creation of duplicate pin names in GPIOSET.
Problem noticed by rmind a while ago.
2009-08-23 12:08:56 +00:00
mbalmer b43d918df8 Mention that defining the GPIO layout is subject to kauth(9) auhtorization.
Suggested by Elad Efrat.
2009-08-23 10:20:41 +00:00
mrg 1ef7a9ffe7 install the xorg "protocol.txt" file. 2009-08-23 09:05:44 +00:00
mrg 60e6e5077b on netbsd with the single final close() action, make sure we clean up
all the files attached to dev->files.  we check for one per "open_count"
that is above 1.  could perhaps assert() that we are empty afterwards.

this fixes restarting X + drm after actually using drm.
2009-08-23 08:55:16 +00:00
he f0886937ab We need an explicit include of <sys/exec_aout.h> here as well. 2009-08-23 08:51:56 +00:00
he 46ac4b2e55 Remove BOOT_AOUT here as well, mips no longer deals with a.out. 2009-08-23 08:32:22 +00:00
mrg 5401d28313 fix atari builds in two ways:
- isa_detach_hook() was missing a parameter name (hi dyoung!)
- PCI_CONF_SIZE -> PCI_CONFIG_SIZE; pcivar.h has a PCI_CONF_SIZE now (hi jak!)
2009-08-23 01:27:12 +00:00
christos 84ec419140 add a lot more debugging and error checking. Alas, skype seems to be happy
getting back our values, but still does not work.
2009-08-22 23:31:16 +00:00
he a05687c954 Remove BOOT_AOUT, since our mips ports no longer deal with a.out. 2009-08-22 23:08:01 +00:00
dsl 5166e91c70 Bring nearer to reality.
Note that -H is now ignored.
Move -S and -s (and -H) to the first list of options since they are
global ones, not ones that override the ordering rules.
2009-08-22 21:55:08 +00:00
dsl 5c6e557c4b <space> and <tab> at the start of key fields are supposed to be sorted
as if part of the data.
This is a bit fubar since we need a value than sorts before any byte value
as a key field separator - so need 257 byte values (since radixsort() doesn't
take a length for each record).
For now map '\t' to 0x01 and hope no one will notice!
2009-08-22 21:50:32 +00:00
dsl e0846c3698 Put radixsort() and sradixsort() the correct way around. 2009-08-22 21:43:53 +00:00
dsl f58fe5e68a Fix generation of unmasked alpha keys. 2009-08-22 21:28:55 +00:00
dsl b36440a064 Only process each number digit once. 2009-08-22 21:19:40 +00:00
tsutsui 8c3b6bd439 wrap long lines, fix indent. 2009-08-22 18:26:42 +00:00
joerg 976b948d1c GCC's propolice complains about dynamic stack arrays to bite the bullet
and introduce a compile constant that limits the number of hash results.
Verify that the choosen hash function is not beyond that limit and just
the upper limit as static size in the graph tree functions.
2009-08-22 17:52:17 +00:00
tsutsui ccc34e8d3e u_intNN_t -> uintNN_t 2009-08-22 17:38:06 +00:00
tsutsui 9f1ba3c402 MALLOC() -> malloc() 2009-08-22 17:36:12 +00:00
joerg 44b11f39e8 Add support for -c, make the output of -l/-v more similar to infozip. 2009-08-22 17:19:11 +00:00
dsl 609b8532b4 Add some comments and clarifications to this inpeneterable code.
When merging ensure we accurable sort records with identical keys by
file-number, otherwise a 'stable' sort won't be!
2009-08-22 15:16:50 +00:00
dsl 7b4a02befd Rework the way sort generates sort keys:
- If we generate a key, it is always sortable using memcmp()
- If we are sorting the whole record, then a weight-table must be used
  during compares.
- Major surgery to encoding of numbers to ensure unique keys for equal
  numeric values.  Reverse numerics are handled by inverting the sign.
- Case folding (-f) is handled when the sort keys are generated. No other
  code has to care at all.
- Key uniqueness (-u) is done during merge for large datasets. It only
  has to be done when writing the output file for small files.
  Since the file is in key order this is simple!
Probably fixes all of: PR/27257 PR/25551 PR/22182 PR/31095 PR/30504
PR/36816 PR/37860 PR/39308
Also PR/18614 should no longer die, but a little more work needs to be
done on the merging for very large files.
2009-08-22 10:53:28 +00:00
he bca1eed8b8 This one needs <sys/exec_aout.h>, so include it explicitly. 2009-08-22 10:02:21 +00:00
mrg a9208fb155 kill ldd_aout. it didn't work anyway...not since i don't know when. 2009-08-22 06:52:15 +00:00
mrg 7488d6c7be add -Wno-error for a bunch of files that use (xorg) deprecated symbols. 2009-08-22 02:40:26 +00:00
joerg 5e2ef53f3e Add -p and -q support. 2009-08-22 02:19:42 +00:00
mrg 66681277bc colormap.c needs some -Wno-error too.... 2009-08-22 01:44:58 +00:00
mrg 207f7c3b4c update for xorg-server 1.6.3. 2009-08-22 01:41:03 +00:00
mrg 4c1f42cfa8 Xmag.ad -> app-defaults/Xmag 2009-08-22 01:25:45 +00:00
joerg f2c45439cf Fix markup. 2009-08-22 01:18:56 +00:00
mrg a8c466d9ae look for and find "config.h" 2009-08-22 01:06:02 +00:00
mrg 32719be438 enable strcasecmp() and strdup(). 2009-08-22 01:03:31 +00:00
mrg 881e863520 xrandr.c wants a VERSION defined now. 2009-08-22 01:03:11 +00:00