uwe
5ed1df536e
s/u_intN_t/uintN_t/
2006-03-04 03:03:31 +00:00
uwe
6e4f5eb548
s/u_intN_t/uintN_t/
2006-03-04 02:56:21 +00:00
uwe
970e24ee46
s/u_intN_t/uintN_t/
2006-03-04 01:55:03 +00:00
nakayama
341cb8964a
Add ath(4), ral(4).
...
Tested on my Ultra60 with ath at cardbus and ral at uhub.
XXX ath at pci now commented out since no 32-bit athhal.
2006-03-04 01:21:08 +00:00
uwe
3499d9e849
s/u_intN_t/uintN_t/
2006-03-04 01:13:35 +00:00
nakayama
fd9ad5974a
- remove untested marks from some CardBus/PCMCIA cards.
...
- add acphy(4) found on tlp based CardBus card.
2006-03-03 23:54:45 +00:00
he
483f1a7d27
Before symlinking opt_ah.h, make sure the target doesn't already exist.
...
This fixes a build problem with UPDATE set.
2006-03-03 14:55:14 +00:00
cube
4c71230ec5
"device_is_a() == 0" means device_is_not_a, and that's_not_what_we_want.
...
[hi thropej!]
2006-03-03 10:32:01 +00:00
simonb
3e799256b7
Oops, missed the call to rnd_attach_source() in previous.
2006-03-03 05:35:26 +00:00
simonb
af18c3e851
Contribute to the random pool. No measurable difference to network
...
speeds when measured with nttcp.
2006-03-03 05:27:29 +00:00
uwe
7a546fd8c5
Cosmetic. In debug pritnf in ElfLoader::memorySize don't prepend '+'
...
when printing the size of the first loadable segment.
2006-03-02 23:56:58 +00:00
martin
36eba36d08
Add glue to make ath* usable on sparc64.
2006-03-02 10:44:33 +00:00
dyoung
54f0651a7c
Build the right HAL for NetBSD/macppc.
2006-03-02 05:12:25 +00:00
scw
c9e50b3c22
Simpify GPIO bits for power/reset buttons, and squash a (mostly harmless)
...
bug in the GPIO pin direction code.
2006-03-01 21:02:50 +00:00
shige
1a099b7e5a
Fix invalid array initialization.
2006-03-01 20:21:41 +00:00
bouyer
7aeabae8ba
Remove wscons options, XENU doens't have any wscons device.
2006-03-01 19:41:12 +00:00
shige
fc14a8a6bb
Fix base-address for PSC devices.
2006-03-01 18:35:28 +00:00
yamt
ec5a93183a
merge yamt-uio_vmspace branch.
...
- use vmspace rather than proc or lwp where appropriate.
the latter is more natural to specify an address space.
(and less likely to be abused for random purposes.)
- fix a swdmover race.
2006-03-01 12:38:10 +00:00
kleink
774f60551c
Fix inverted device_is_a() use logic in previous.
2006-02-28 23:08:20 +00:00
kleink
57e7956122
Fix inverted device_is_a() use logic in rev. 1.4.
2006-02-28 23:02:28 +00:00
scw
6f6167730e
A port of NetBSD to the Linksys NSLU2 (a.k.a. "Slug").
...
The NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small, *cheap*
NAS device consisting of an Intel IXP420 (Xscale) CPU, a 10/100mbit Ethernet
port, and two USB 2.0 ports. It has 32MB of SDRAM and 8MB of Flash memory,
and runs RedBoot/Linux out of the box. Now it can also run NetBSD.
2006-02-28 20:40:33 +00:00
scw
c40da0c0a2
Include "device-major sysmon" when sysmon_power is defined.
2006-02-28 20:36:51 +00:00
thorpej
4a6eb41916
Use device_is_a() even more.
2006-02-28 06:30:35 +00:00
simonb
5034f87d7b
Fix fallout from obviously untested device_is_a() rototill.
2006-02-28 01:16:59 +00:00
gdamore
7572f01aa0
Masking for mstart was still *not* right. This time I'm fairly sure I got
...
it right -- OMSAL400 and MTX-1 boards should have functional PCI now.
2006-02-27 21:10:27 +00:00
shige
32d0f6374a
Remove hptide, and ata related devices.
...
OMS-AL400 has no hptide device.
2006-02-27 20:50:48 +00:00
xtraeme
b9993157d7
PR port-i386/32864: Neil Ludban. Pentium M 760 SpeedStep support.
2006-02-27 19:25:45 +00:00
xtraeme
c1ca5092a9
Add support for the Pentium M 773, 758 and 778 matching
...
against the correct cpuid. Adapted from OpenBSD.
2006-02-27 18:37:03 +00:00
jmcneill
cf4e65bbe1
Disable vesafb_powerhook for now.
2006-02-27 13:41:40 +00:00
peter
a3d9242e4a
Add (empty) machine_standby and machine_sleep functions, which will be
...
needed for hpcapm(4).
2006-02-27 11:34:35 +00:00
he
2910d4c72c
The WALNUT port has now grown a dependency of ibm4xx_autoconf.c via
...
ibm4xx_device_register(), so include that file in the kernel build.
2006-02-27 11:04:31 +00:00
gdamore
43518cac14
Incorrect pci_mbar/pci_mwmask related calculation was causing devices to be
...
inaccessible on some platforms.
2006-02-27 05:02:50 +00:00
thorpej
9bc69fdb97
cfg1, cfg2, and swdpin are not generic properties the same way that
...
mac-addr is. Prefix them with i82543-
2006-02-27 04:50:47 +00:00
thorpej
4a9a30ddf2
Use device_is_a() more.
2006-02-27 02:53:33 +00:00
he
5c8819cf0b
Fix one more missing double quote.
2006-02-26 21:50:49 +00:00
he
016de84c5b
Insert an obviously missing double quote.
2006-02-26 21:42:16 +00:00
christos
1b02e59c4e
PR/32937: Stefan Sonnenberg-Carstens: Added support for Pentium M 740,
...
1.73 GHz Enhanced SpeedStep frequency settings
2006-02-26 19:40:53 +00:00
he
ab9a43a85f
Follow up rename of in_cksum.c to ip_cksum.c.
2006-02-26 19:20:57 +00:00
thorpej
845050cf52
Use device_is_a().
2006-02-26 18:59:46 +00:00
thorpej
83c5f95a8d
Fix typo.
2006-02-26 06:17:44 +00:00
thorpej
a4f36d5d21
Use device_is_a().
2006-02-26 06:17:00 +00:00
thorpej
8ac4586816
Use device_is_a() more.
2006-02-26 06:15:01 +00:00
thorpej
9d54e15b94
Use device_is_a().
2006-02-26 06:12:59 +00:00
thorpej
b30011ecd0
Don't fiddle with emac here; call the common ibm4xx_device_register().
2006-02-26 05:51:52 +00:00
thorpej
ec8984ed6f
Set emac0-mac-addr in the "board info" propdb.
2006-02-26 05:49:05 +00:00
thorpej
b81a24a297
Use device_is_a().
2006-02-26 05:36:15 +00:00
thorpej
132ce1f07f
Use device_is_a()
2006-02-26 05:24:52 +00:00
uwe
2817b4e30f
Report power status to apm. Reported are AC on/off, batter absent,
...
battery is being charged, and estimated battery percentage (thanks to
Joseph Heenan for battery discharge measurements).
2006-02-26 03:25:44 +00:00
dyoung
f140ae1967
Add tags from sys/arch/x86/ to the i386 tags file.
2006-02-26 03:08:02 +00:00
thorpej
a1050c527b
Use device_is_a().
2006-02-25 17:32:43 +00:00