cube
7db196715b
Protect config(1)-generated include files inclusion with
...
#ifdef _KERNEL_OPT. ACPI-CA might be used by standalone code in the
future. Suggested by cherry@.
2006-04-07 13:49:20 +00:00
drochner
2f9ef14bcf
make this compile w/o KTRACE,
...
resolves PR kern/33212 by KIYOHARA Takashi
2006-04-07 09:23:16 +00:00
gdamore
1afeab4d6d
Add unified AR531X_REVISION_WMAC.
2006-04-07 04:58:31 +00:00
gdamore
e1c0ebdcf7
Use PCI vendor ID for Atheros.
2006-04-07 04:57:05 +00:00
gdamore
c985773db1
Remove rtc, as we don't have one.
2006-04-07 04:56:00 +00:00
gdamore
e6f1df1eba
Fix to allow macppc to crossbuild when host is not NetBSD.
...
Fixes PR macppc 33196. Reviewed by macallan@
2006-04-07 02:34:55 +00:00
gdamore
98bfdf941a
Add common videomode include. As requested by macallan@.
2006-04-07 01:39:13 +00:00
rpaulo
2fdcdded0b
Add misssing }. Sorry for breaking the build.
2006-04-06 22:35:47 +00:00
bjh21
147be7c1d5
Fix a couple of typos.
2006-04-06 21:39:16 +00:00
bjh21
5d0813e0c9
Use more manifest constants.
2006-04-06 20:41:38 +00:00
rpaulo
e59b73f458
On ns_err_input(), if the message type is TOO_BIG, we should call spp
...
or idp control input routines, not drop it.
Should fix CID 742.
2006-04-06 18:46:32 +00:00
rpaulo
ed268c60d0
In pcmcia_parse_cis_tuple(), refactor the memspace section introducing
...
a switch statement and fixing CID 566.
2006-04-06 18:06:43 +00:00
thorpej
086b31316b
A couple of fixes from dbj@:
...
- dkwedge_del(): Don't compute a minor number based on partitions, because
wedges don't have partitions. Just provide the unit number to vdevgone().
- dkopen(): Make sure we release all of the locks we've acquired should
opening the parent device fail.
2006-04-06 17:55:43 +00:00
he
7d6535cfe2
Since this port has its own db_interface.c, we need to declare ddb_regs
...
here as well, after it moved out of db_machdep.h.
2006-04-06 17:29:49 +00:00
thorpej
7e075c58fe
Implement dksize().
2006-04-06 17:17:45 +00:00
gdamore
1d7621eed4
Undo an accidental commit of ah.h from an unreleased version of the HAL.
2006-04-06 15:57:58 +00:00
drochner
9242c10539
in sysinfo(), force NUL termination of truncated
...
strings if the buffer was too small, as OSF1 does
2006-04-06 15:45:20 +00:00
drochner
41a5bdfbb9
kill NULL initialisation of get/setborder
2006-04-06 12:22:05 +00:00
tsutsui
bc4a0707e8
Use bus_space_map(9) to get bus_space_handle_t on each driver
...
and remove bogus bus_space_handle_t member from mainbus_attach_args.
2006-04-06 11:50:19 +00:00
cherry
c988ba8700
Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out.
2006-04-06 09:25:58 +00:00
uebayasi
c515049d02
Update comment to match reality (vm_physmemseg -> vm_physseg).
2006-04-06 07:18:23 +00:00
simonb
aab1062e1b
Remove "return" at the end of a void function.
2006-04-06 06:20:37 +00:00
simonb
b015b6a9f1
Use "#define<TAB>".
2006-04-06 06:17:32 +00:00
dyoung
3bda9d9f8c
In atw_start, do not initialize lasttx with -1, but initialize it
...
with the next free transmit descriptor. Now, it is more obvious
that lasttx is not an illegal negative index into the descriptor
ring. Remove a superfluous assertion.
Addresses Coverity CID 1319.
2006-04-06 06:08:26 +00:00
dyoung
660587743a
Correct sc_bbptype, sc_rftype bounds checks. Fixes Coverity CID
...
1541.
2006-04-06 05:47:23 +00:00
simonb
1af5057c87
Regen.
2006-04-06 04:07:31 +00:00
simonb
36c6a8850d
Sort some Intel GigE nics by product ID.
2006-04-06 04:06:52 +00:00
simonb
50e818be70
Whitespace nits.
2006-04-06 01:04:22 +00:00
gdamore
6af18224ef
Use a -I to add path to netbsd/ah_osdep, and remove #ifdef __NetBSD__
...
logic from ah.h. This was done at the request of sam@.
2006-04-05 23:41:03 +00:00
dyoung
9f1cdb7a4a
Fix typo in comment, s/will be never/will never/.
2006-04-05 22:16:42 +00:00
yamt
9f6a649d14
uvm_km_pgremove/uvm_km_pgremove_intrsafe: fix assertions.
2006-04-05 21:56:24 +00:00
bjh21
bb2de9ff3d
Very rough initial attempt at a RISC OS filing system based on libsa, to
...
allow the loading of kernels from a NetBSD file system by a RISC-OS-based
bootloader. Currently, there's just about enough functionality to allow
BtNetBSD (and hence presumably boot32 on systems where it works) to load
a kernel. This code has the great advantages over our existing UnixFS
that we actually have the source and can compile it under NetBSD.
2006-04-05 21:33:26 +00:00
bjh21
9a26703601
Use ctype macros.
2006-04-05 21:30:29 +00:00
nonaka
91dcd880bc
Regen.
2006-04-05 20:09:47 +00:00
nonaka
fd5e23a861
Added "Faraday Technology" in vendor list.
2006-04-05 20:09:22 +00:00
christos
435a7d0d03
Coverity CID 2721: Avoid bitching for impossible cases, by adding KASSERT.
2006-04-05 19:49:28 +00:00
tsutsui
f8b2282138
ANSIfy, KNF
2006-04-05 15:50:48 +00:00
tsutsui
d8a85de05c
ANSIfy.
2006-04-05 15:46:58 +00:00
drochner
61f5f2c87d
-Consistently check the buffer length in getsysinfo(),
...
and require one additional byte for string termination
in the GSI_PLATFORM_NAME case.
This should fix PR kern/33198 by Nicolas Joly.
-Make sysinfo() behave more like the original: return
the length needed and copy out as much as possible.
2006-04-05 15:30:48 +00:00
drochner
8390dd2605
update for accessops change (get/serborder removed)
2006-04-05 15:23:06 +00:00
drochner
cd401662a8
Move the ga_getborder()/vga_setborder() calls from accessops to the
...
ioctl handler.
Also fix error reporting for the vga_getborder() call.
2006-04-05 15:19:54 +00:00
drochner
5b4dd527c3
Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDER
...
instead of a separate accessops entry. There is no need to introduce bloat
for the majority of drivers which don't implement this feature.
This should also resolve PR kern/33186 by Valeriy E. Ushakov.
2006-04-05 15:18:25 +00:00
tsutsui
7011c71999
- ANSIfy
...
- KNF
- u_intNN_t -> uintNN_t
- include "ioconf.h" for struct cfdriver panel_cd
2006-04-05 15:14:49 +00:00
tsutsui
194935a114
ANSIfy, KNF
2006-04-05 15:14:10 +00:00
tsutsui
a7c19b0c1a
Include "ioconf.h" for struct cfdriver cpu_cd (though it's currently unused).
2006-04-05 15:07:17 +00:00
tsutsui
da447cc3ab
- ANSIfy
...
- KNF
- u_intXX_t -> uintXX_t
2006-04-05 15:03:27 +00:00
tsutsui
076b3a81c7
Fix function name in panic messages.
2006-04-05 14:03:04 +00:00
tron
be0bc38f31
Move "depend" target into block which is only used if ath(4) is enabled
...
in the kernel configuration. This makes it possible to build kernels
without that driver again.
2006-04-05 09:01:28 +00:00
he
22d273f6af
Unbreak the build of this file on our 64-bit ports
...
by casting to or via intptr_t.
2006-04-05 06:55:26 +00:00
gdamore
ca7d761296
Rename AH_DEBUG, AH_ASSERT, and AH_DEBUG_ALQ to ATH_XXX.
...
Use the opt_ah.h for the provided HAL to get options like AH_REGOPS_FUNC.
Add AH_REGOPS_FUNC to a few opt_ah.h that don't have it in this version
of the HAL but need it. (The next version from Sam should have this fixed
in it. If it doesn't, then we'll have to take care at import time.)
Ultimately, this should make future imports even easier, and individual ports
should not have to worry about whether AH_REGOPS_FUNC is properly defined or
not, since the opt_ah.h will just take care of it automatically.
Ok'd by dyoung@.
2006-04-05 06:54:26 +00:00