Commit Graph

147797 Commits

Author SHA1 Message Date
kardel d3390a5a9b merge timecounter branch 2006-06-07 20:59:28 +00:00
kardel 75418af90c support timecounters (struct time gone, use time_second then) 2006-06-07 20:56:19 +00:00
rpaulo 95b0a57069 Definitions needed by subsequent Makefiles to install the firmware. 2006-06-07 19:54:04 +00:00
rpaulo a484b73c46 Refactor this and use bsd.files.mk instead. 2006-06-07 19:52:49 +00:00
rpaulo 6fe7f65c21 Define proginstall (empty) and afterinstall (to install the firmware). 2006-06-07 19:14:37 +00:00
rpaulo 9a7119856d License from Ralink. 2006-06-07 18:58:27 +00:00
rpaulo 2e83915da9 Add variables for /libdata/firmware path. 2006-06-07 18:49:36 +00:00
rpaulo f7625fc018 Update to the latest revision from OpenBSD. 2006-06-07 18:38:59 +00:00
smb a5b05fc8d6 Increase the size of UMODEMIBUFSIZE and UMODEMOBUFSIZE. These are the
USB input and output buffer sizes; the previous values were fine for
dialup modems, but seriously limited the speed of some high-speed
wireless devices that appear to the system as a umodem.
2006-06-07 18:03:00 +00:00
gdamore 4aa924bc70 For cases where AH_REGOPS_FUNC is not defined, the bus tag is not defined.
In these cases, passing NULL for it solves a problem on AMD64 where the bus
tag is an integer rather than uintptr_t.  (I.e. fix the cast warning on
amd64.)
2006-06-07 17:07:33 +00:00
tnozaki f52a3ac4b6 1-29(0x213D) is not HORIZONTAL BAR(U+2015) but EM DASH(U+2014). 2006-06-07 17:04:37 +00:00
tnozaki b29e60b31d if INIT0 specified, use it instead of ASCII. 2006-06-07 16:28:34 +00:00
dogcow ba08e93977 MACHINE = amd64, but MACHINE_ARCH = x86_64; rename gcc.md.* appropriately. 2006-06-07 15:49:12 +00:00
nakayama dc8650e97c Add void cast to functions whose return values are ignored. 2006-06-07 15:34:47 +00:00
nakayama abcd591292 Make it compile on sparc64. 2006-06-07 15:30:48 +00:00
christos 0bf2e0005a fix gcc warning. 2006-06-07 15:27:13 +00:00
rpaulo d83bbab446 Fix a comment for ral. 2006-06-07 15:24:12 +00:00
kent 0b0ab7efe7 * move mixer functions from azalia.c to azalia_codec.c, and
rename them like azalia_mixer_foo() to generic_mixer_foo()

* enable codec-specific code to hook any mixer operations such
as creating mixer items, or special handling for a specific
item.

* provide a custom mixer table specific to ALC260
* provide a custom mixer table specific to Fujitsu LOOX
2006-06-07 15:23:59 +00:00
christos 64bfe27594 One more coverity fix from Mark D. Baushke 2006-06-07 15:10:04 +00:00
liamjfoy db01b090d5 Print the euid after the gid as demanded by POSIX.
from freebsd rev 1.27
ok christos, joerg
2006-06-07 13:09:56 +00:00
martin 77947573d1 Now that rt2661.c uses firmware_*, ral needs attribute firmload. 2006-06-07 12:51:40 +00:00
he d3056ebc9a Get rid of an instance of lvalue casts by using a pair of helper vars. 2006-06-07 11:29:56 +00:00
he 9bc6aa0193 Get rid of LHS casts by introducing a pair of local helper variables. 2006-06-07 10:07:03 +00:00
jnemeth 4ce238c9c6 Increase username length to match modern systems, and create #defines for a
couple of lengths.
2006-06-07 09:36:39 +00:00
jnemeth ca1e1e9c7c Actually accept "?" argument as documented in the manpage.
Don't attempt to ignore an untrappable signal.
Fix 6 possible buffer overflows.
2006-06-07 09:35:03 +00:00
jnemeth c8e9ec4ee2 Don't follow symlinks on systems that have O_NOFOLLOW.
Don't bother looping with lockf() since first iteration would return.
Prevent two buffer overflows.
2006-06-07 09:30:35 +00:00
jnemeth c7bfb55e4e prevent "stack" overflow 2006-06-07 09:24:26 +00:00
jnemeth 29088d6b12 bracket else block 2006-06-07 09:22:52 +00:00
jnemeth f05caa1c39 WARNS=4 2006-06-07 09:21:06 +00:00
dogcow 43d83b7844 add the dev/ic/ files for ral(4). 2006-06-07 08:06:56 +00:00
dogcow 938bded698 revert my earlier commit - the /ic/ stuff should go in src/sys/conf/files,
not here.
2006-06-07 08:05:53 +00:00
gdamore 1a366dbe11 Add missing file (forgot to commit this) for AR531X systems. 2006-06-07 06:43:36 +00:00
dogcow a48d248fbb ral_pci was missing the /ic/ files. 2006-06-07 03:39:43 +00:00
dogcow de64e59601 add gcc4.md.amd64, as it appears that gcc4 creates mm_malloc.h there as well. 2006-06-07 02:18:29 +00:00
rpaulo 15c9d559f3 Mention ral changes. Of course I was expecting for 666 date to commit this.. 2006-06-06 22:00:57 +00:00
rpaulo 65369074fe regen 2006-06-06 21:01:04 +00:00
rpaulo 431dc1da44 Attachment framework for the rt2561.c and rt2661.c drivers.
From OpenBSD.
2006-06-06 21:00:41 +00:00
rpaulo 9fc70013c7 struct ifnet must be inside sc_ec. Fixes panics on detachment. 2006-06-06 20:48:27 +00:00
christos c4c1a29bd4 don't use uint32_t when you mean size_t. 2006-06-06 16:19:11 +00:00
christos 74653dfe15 Make this work with objdirs. 2006-06-06 15:41:50 +00:00
rjs 4037bbaa45 Remove __P. 2006-06-06 08:58:09 +00:00
tron 6cfd8c69e5 Regen. 2006-06-06 08:54:27 +00:00
tron 132db79f9b Resolve name conflict between Sun Type 6 and Type 7 USB keyboard. 2006-06-06 08:53:58 +00:00
grant 88b1c2383e regen. 2006-06-06 06:21:29 +00:00
grant ca33211023 add Sun type 7 keyboard. 2006-06-06 06:17:59 +00:00
gdamore a4f593555e Kernel config for the AP30, which includes the WLAN support for the AR5312.
I will probably delete the generic AR531X config later, because frankly its
pretty useless without the board-specific HALs.
2006-06-06 05:17:22 +00:00
rpaulo 355b4c7b38 Oops, missing arg to firmware_free. 2006-06-06 01:18:25 +00:00
christos 657e8b0071 fsck_lfs does not us fsutil.c; perhaps it should? revert to perror for now. 2006-06-05 23:27:36 +00:00
martin daed41efa2 Add D-Link DWL-610 2006-06-05 21:09:29 +00:00
martin b8a3ae290a Regen (DWL-610 added) 2006-06-05 21:08:51 +00:00