index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
rtfps.c
Age
Commit message (
Expand
)
Author
1998-09-18
Make these files compile again; no longer necessary to pass
enami
1998-08-15
Make copyright notices with my name consistent.
mycroft
1998-06-09
Nuke __BROKEN_INDIRECT_CONFIG.
thorpej
1998-01-14
make it compile without BROKEN_INDIRECT_CONFIG
drochner
1998-01-12
Update for config changes.
thorpej
1997-10-20
Don't panic if we fail to remap i/o or mem space in the attach function.
thorpej
1997-10-19
Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before
thorpej
1997-10-16
Adjust for the new "com" driver home.
thorpej
1997-09-12
Make console on multiport cards more likely to work (obvious bug,
drochner
1997-08-23
Use the new com_is_console() to decide if the port is already initialized.
drochner
1997-08-16
Bring back the "comconsattached" flag. It is necessary for starred
drochner
1997-08-13
fix multi-port serial drivers to reflect recent changes to com driver for con...
jtk
1997-04-09
Update for new com driver.
mycroft
1996-10-21
New bus.h implementation/interface:
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-08-27
change cfprint_t type definition to take a const char *, rather than
cgd
1996-05-12
Use intr.h.
mycroft
1996-05-05
Make those compile again; they were missing a declaration for bc.
christos
1996-04-15
include <sys/termios.h> to make comvar.h happy
cgd
1996-04-11
update for addition of a machine-dependent cookie as the first argument
cgd
1996-04-04
remove tricky open-coded variants of config_found(), by using the
cgd
1996-03-17
New device attachment scheme:
thorpej
1996-03-10
convert these to use new <machine/bus.h> interfaces. This involved
cgd
1996-03-09
Include comvar.h, for comprobe1() prototype and for commulti_attach_args.
cgd
1996-03-09
minor cleanup. mostly: use COM_NPORTS and a new (driver-specific) NSLAVES
cgd
1995-12-24
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
mycroft
1995-06-26
if subdevices specified with wildcarded unit number, config_attach()
cgd
1995-04-17
clean up several ISA device interfaces: autoconfiguration, header
cgd
1995-01-04
Fix oversight in previous.
mycroft
1995-01-03
\
mycroft
1995-01-03
Add interrupt sharing types.
mycroft
1995-01-02
Use direct config for subdevices.
mycroft
1994-11-18
Stylistic changes.
mycroft
1994-11-18
Convert port, IRQ, and DRQ numbers to ints.
mycroft
1994-11-07
Update for new autoconfig.
mycroft
1994-11-04
No longer needs icu.h.
mycroft
1994-11-04
Change all of the uses of IRQ{0-15} and bit masks to use plain numbers
mycroft
1994-10-27
new RCS ID format.
cgd
1994-08-07
Add multiplexer for RT 4-port serial cards.
mycroft