kent
5b129585f8
For MCP55, don't check CORBRPRST flag
...
a part of PR#33741
2006-07-13 03:57:40 +00:00
hira
7c54838d63
Fix typo (discarge -> discharge).
2006-07-12 13:16:36 +00:00
christos
2fbd5d820a
Prevent zerodivide (from Kouichirou Hiratsuka)
2006-07-12 11:31:39 +00:00
gson
c14814103c
Assert RTS on open. Fixes PR kern/33929.
2006-07-12 07:36:25 +00:00
skrll
b819728719
Note this driver is for the i82596CA and i82596DX/SX chips and provide
...
links to documentation on developers.intel.com
2006-07-12 05:12:06 +00:00
peter
58224a41e7
Add power hooks for "ep* at pcmcia?".
...
ok christos@
2006-07-11 22:49:47 +00:00
peter
09f0de7ce4
Add power hooks for "ne* at pcmcia?".
...
ok christos@
2006-07-11 22:48:37 +00:00
drochner
e16c6a6b67
include machine/bus.h explicitely, fixes build problem
2006-07-11 17:37:14 +00:00
drochner
d94734d110
use timecounter code in dev/ic/acpipmtimer.*,
...
kill interface attribute in device declaration
2006-07-11 14:47:49 +00:00
simonb
8c6707812d
Use c99 uintN_t.
2006-07-11 00:25:42 +00:00
simonb
f0b22f966f
Sprinkle some KNF. Still a bit more needed...
2006-07-11 00:18:04 +00:00
simonb
22cbf12aca
Remove some incorrect licencing goop.
2006-07-11 00:17:34 +00:00
simonb
a4c494b1d1
Remove some incorrect licencing goop.
2006-07-10 23:22:28 +00:00
simonb
52b60673ac
Update for timecounters (s/time.tv_sec/time_second/).
2006-07-10 23:20:43 +00:00
christos
358557d37b
fix some field names (Arnaud Lacombe)
2006-07-10 22:46:06 +00:00
xtraeme
d0e49918a6
Attach amdpm timer on AMD8111 too, as was suggested by Nicolas Joly.
2006-07-10 20:11:29 +00:00
christos
26115e2d37
PR/33968: Nicolas Joly: amdpm(4) timer, fix and AMD8111 support
...
Refactor the code to use different variable names to hold each conf register
and avoid reading/witing the conf space multiple times.
2006-07-10 20:03:42 +00:00
thorpej
55e8bbeb6e
Put appropriate prefixes on property names to reduce chances of name
...
collisions.
2006-07-10 16:28:44 +00:00
fvdl
6bde80fce7
Do not try to disable link devices (using _DIS) at startup. This causes
...
problems on some systems. Leave the code commented out, we might want
to revisit this at some point in the future.
2006-07-10 09:18:36 +00:00
christos
bb97a3d660
url for M$ file changed.
2006-07-09 19:25:18 +00:00
drochner
bf84051422
some fixes for removable media (USB floppies in particular):
...
-allow to open RAW_PART, even if readdisklabel() doesn't like what it sees
-fix PERIPH_MEDIA_LOADED toggling on every other open attempt
-Don't reset PERIPH_REMOVABLE if prevent/allow fails - this is normal
for floppy drives. The flag is required for media change detection.
Honour XS_CTL_SILENT for the "no door lock" printouts, and set that flag
where scsipi_prevent() is called during open/close.
Tested with a USB floppy and a USB cardreader.
2006-07-09 17:12:21 +00:00
christos
160a42523a
- Tidy up some debugging/diagnostic messages.
...
- Add a delay for the topic95b after we power on. It makes things work without
CBB_DEBUG on!
2006-07-08 23:02:55 +00:00
christos
3c00d4c7e1
expose the ioctl internal function now used by the acpi_apm code.
2006-07-08 20:26:06 +00:00
christos
4998e59f23
Add acpi apm attachment based on sysmon hooks.
2006-07-08 20:23:53 +00:00
christos
9ad7368bb4
Make apm an MI backend to be used by the i386 bios implementation and the
...
acpi implementation. Based on work by jmcneil.
2006-07-08 20:22:19 +00:00
christos
ff1066c12a
- all the polling code is stale and broken. Mention it.
...
- the topic95B bridge does not set CB_SOCKET_STAT_PWRCYCLE
- put back the delay code that was removed *again*.
This makes my libretto 100CT work again.
2006-07-08 20:20:27 +00:00
christos
1a9d8ea2c7
Fix use the proper ioh.
2006-07-08 18:19:01 +00:00
skrll
eb4039be03
KNF some comments and whitespace.
2006-07-08 16:24:08 +00:00
skrll
e5a112d805
Spelling in comments. No functional change.
2006-07-08 16:07:47 +00:00
simonb
5f14059883
Regen.
2006-07-07 01:22:31 +00:00
simonb
bbed75b78f
Add another Intel 3945 wireless minipci device id.
...
Small part of kern/33778 by Jean-Baptiste Campesato.
2006-07-07 01:21:37 +00:00
simonb
90498e88b2
s/writting/writing/.
2006-07-07 00:56:15 +00:00
wrstuden
1b9990ba67
Fix len=-4 issues.
...
When receiving a packet, if a receive buffer has length 0,
treat it the same way we treat a failed mapping.
Fix contributed by Wasabi Systems.
2006-07-05 23:51:50 +00:00
perry
202456461a
Patches contributed by KIYOHARA Takashi, taken from FreeBSD.
...
These apparently sync up the sources to the current FreeBSD driver.
Tested by Matthias Drochner.
2006-07-05 18:46:42 +00:00
xtraeme
9c392ba6f4
Repeat after me, use __KERNEL_RCSID.
2006-07-05 18:17:59 +00:00
rpaulo
81cc271bc5
Add missing semicolon.
2006-07-04 23:05:11 +00:00
rpaulo
32404d58a1
Coverity CID 3805: Close the firmware_handle on error and avoid leaks.
2006-07-04 18:26:29 +00:00
christos
d16c773e0b
fix typo
2006-07-04 00:47:47 +00:00
christos
01158ea892
Apply fvdl's acpi pci interrupt configuration code.
...
- MPACPI is no more.
- MPACPI_SCANPCI -> ACPI_SCANPCI
2006-07-04 00:30:21 +00:00
bouyer
0692f212b3
Move acpi_timer.h outside of __HAVE_TIMECOUNTER, as we need acpitimer_init()
...
for the non-timecounter case too.
2006-07-02 18:53:33 +00:00
wiz
bd3700fe4c
Uppercase CPU.
2006-07-02 01:33:55 +00:00
christos
46e62b977f
- use aprint instead of printf.
...
- centralize all the suspend/resume glue in one function.
2006-07-01 21:44:13 +00:00
xtraeme
50183b94a7
Added it(4) as MI driver.
2006-07-01 20:01:26 +00:00
chap
8576d4b377
Correct build failures when MIDI is not enabled (the idea!).
...
Specifically eap but no midi, which makes sense if you want sound,
and umidi but no midi, which makes little sense but shouldn't fail the
build.
Suggest changing the evbarm conf files containing umidi but #midi
to comment out umidi as well (even though this fix should let them build).
2006-07-01 15:22:06 +00:00
martin
2006fdaf3e
Regen
2006-07-01 08:15:16 +00:00
martin
4b488fb5fa
Add an ArkMicroChips serial adapter
2006-07-01 08:14:46 +00:00
xtraeme
8ad8d8401b
Add __KERNEL_RCSID().
2006-06-30 23:21:19 +00:00
xtraeme
1f14228ee9
Remove a debug printf.
2006-06-30 23:19:40 +00:00
nisimura
00ef0ad833
Refer to kse as an MI driver.
2006-06-30 17:21:00 +00:00
nisimura
28ad8aedac
Regen after Micrel KSZ8842/8841 product addtion.
2006-06-30 17:19:32 +00:00