cegger
5db505451b
Fix panics at boot and some other misc bugs. From Hans Rosenfeld.
2008-04-18 14:56:40 +00:00
cegger
b849cd90e5
device_t / softc split. From Hans Rosenfeld
2008-04-15 15:02:28 +00:00
cegger
7088512994
use aprint_*_dev and device_xname
2008-04-08 12:07:25 +00:00
ad
a2a3828545
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
christos
53524e44ef
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
wiz
3ed1aa9185
Spell "separate" correctly. From Zafer Aydogan.
2006-12-25 18:39:47 +00:00
drochner
305932c524
Remove passing of an uninitialized variable found by gcc4.
...
(The variable was not used by the called function, so remove the
argument completely.)
2006-05-29 15:17:29 +00:00
drochner
f4f8d2a3de
remove spl and locking stuff from interrupt handler
2006-05-10 10:27:49 +00:00
christos
95e1ffb156
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
drochner
96b589fc18
a round of autoconf cleanup:
...
-convert submatch() style functions (passed to config_search() or
config_found_sm()) to the locator passing variants
-pass interface attributes in some cases
-make submatch() functions look uniformly as far as possible
-avoid macros which just hide cfdata members, and reduce dependencies
on "locators.h"
2004-09-13 12:55:47 +00:00
thorpej
8b2ffcedfc
Use ANSI function decls and more use of static.
2004-08-24 00:53:28 +00:00
drochner
c6bba42c07
initialize the lock
2004-04-21 17:38:48 +00:00
drochner
c6de49574c
The interrupt claim stuff is broken -- data buffers
...
and external interrupt handlers should be completely
unrelated.
For now, just remove the obvious culprit in the nibble/ps2
case to make NTP pps signal capturing work again.
External handlers should be passed to the lower level,
and they should have full power and responsibility if
they are installed, and their lavel should be selected
by the frontend.
Being here, comment out <machine/intr.h> - it is not
used yet, and do some more conmetic cleanup.
2004-02-24 17:41:09 +00:00
wiz
f05e6f1a3a
occured -> occurred. From Peter Postma.
2004-02-24 15:12:51 +00:00
jdolecek
63e9ee7bf5
add Gary Thorpe copyright notice
2004-02-10 21:55:38 +00:00
jdolecek
fba6bed686
fix atppcintr() to support shared interrupts properly
...
problem found and fix provided by Paul Shupak
2004-02-10 18:42:48 +00:00
jdolecek
b267be2d28
some style changes - g/c redundant cast, simplify code in atppc_read_ivar()
2004-02-03 18:54:59 +00:00
jdolecek
2d2c0ad74d
don't limit size of DMA transfer by size of FIFO
...
problem reported and fix provided in PR kern/24200 by Paul Shupak
2004-01-28 20:08:35 +00:00
drochner
b82ddc9975
-make it compile with ATPPC_DEBUG
...
-minor cleanup (whitespace, avoid a typecast)
2004-01-28 14:26:24 +00:00
jdolecek
a2fc9113b3
print the parallel port capabilities and FIFO attributes always,
...
not just with ATPPC_DEBUG/ATPPC_VERBOSE
remove the printf("\n") on start of atppc_sc_attach()
2004-01-25 11:41:17 +00:00
bjh21
1c34707a4c
Remove dollar signs from foreign RCSIDs per doc/3RDPARTY.
...
Add __KERNEL_RCSID() to .c files.
2004-01-25 00:28:01 +00:00
jdolecek
83ee4751e2
Resurrect "dev" variable from atppc_sc_attach() removed in rev 1.4
...
(#ifdef ATPPC_DEBUG), so that this compiles with the option set
Fixes PR kern/24193 by Paul Shupak
2004-01-22 14:28:57 +00:00
jdolecek
e17503e59e
Reset the service bit of ECP register, so that write threshold would
...
be identified correctly
Problem reported and fix provided in PR kern/24185 by Paul Shupak
2004-01-22 14:22:20 +00:00
bjh21
ff75178c6b
Remove unused "dev" variable from atppc_sc_attach().
...
Remove unused include of <dev/isa/isavar.h>, which fails on non-ISA platforms.
2004-01-22 01:21:41 +00:00
bjh21
f782033436
Add RCSID comments.
2004-01-21 00:33:37 +00:00
jdolecek
0fb67944af
make compile - fix print formats
2004-01-20 19:58:00 +00:00
jdolecek
e23cd1a78a
Import Gary Thorpe's netbsd-ppbus 1.3. This is NetBSD port
...
of FreeBSD Parallel Port Bus framework. Work in progress.
2004-01-19 23:22:23 +00:00