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
/
eisa
/
eisa.c
Age
Commit message (
Expand
)
Author
2000-03-30
Remove register declarations.
augustss
1998-06-08
Nuke __BROKEN_INDIRECT_CONFIG.
thorpej
1998-01-12
Slight change to previous.
thorpej
1998-01-12
Adjust for config changes.
thorpej
1997-09-13
Declare EISAVERBOSE by defopt in files.eisa. Include opt_eisaverbose.h
enami
1997-06-06
Pull thorpej-bus-dma branch into mainline.
thorpej
1996-12-05
update these so they compile whether or not __BROKEN_INDIRECT_CONFIG
cgd
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-04-09
make the EISA code look a bit more like the PCI code, in the way
cgd
1996-04-06
kill some pasted spaces.
cgd
1996-03-30
- remove unused variable
christos
1996-03-17
New device attachment scheme:
thorpej
1996-03-14
These devices don't actually need softc's that are supersets of 'struct
cgd
1996-03-08
remember the bus_chipset_tag_t given by our parent, and pass it on to
cgd
1996-03-02
change printing of unknown device names when not (BUS)VERBOSE slightly
cgd
1996-03-02
clean up some diagnostic printfs
cgd
1996-03-02
if not EISAVERBOSE, don't say that vendor/product is "unknown," just say
cgd
1996-02-27
use config_found_sm(), rather than config_search+config_attach()+glue, to
cgd
1996-02-27
Better EISA autoconfiguration, per PR 1959.
cgd