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
/
tc
/
if_fta.c
Age
Commit message (
Expand
)
Author
2020-01-20
Remove FDDI support.
thorpej
2017-06-22
spelling (DEC called it "TURBOchannel")
flxd
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-03-30
Use device_private().
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-11-13
add/cleanup RCSIDs
lukem
2001-06-13
withough -> without
wiz
2000-06-28
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
remove/move more mach vm header files:
mrg
1998-07-05
defopt INET, NETATALK.
jonathan
1998-05-21
Add bus_dma(9) support for the DEFxA FDDI driver
matt
1998-01-12
Adjust for changes in config.
thorpej
1997-07-22
Garbage-collect __BROKEN_INDIRECT_CONFIG from /sys/dev/tc
jonathan
1997-03-24
Resolve conflicts from merge.
thorpej
1997-03-15
fix botches in is's new ARP changes
cgd
1997-03-15
New ARP system, supports IPv4 over any hardware link.
is
1996-12-05
update these so they compile whether or not __BROKEN_INDIRECT_CONFIG
cgd
1996-10-22
update for new bus.h
cgd
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-05-20
Remove some extra printfs, now that Matt has lessened my confusion.
thorpej
1996-05-20
fix first argument to tc_intr_establish()... it's still the pointer
cgd
1996-05-20
Display model string during attach.
thorpej
1996-05-20
Update to the Digital Equipment PDQ-based FDDI controllers, from
thorpej